GIS fundamentals:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton [u.a.]
CRC Press
2014
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | "Aimed at readers with a knowledge of Geographic Information Systems (GIS) but no formal training in computer science, this book provides a clear and accessible introduction to how GIS store and process spatial data. This updated edition includes two new chapters on databases and future developments, substantial additional material on raster imagery, and revisions throughout that incorporate up-to-date applications such as GPS on mobile devices and Internet-based services. The chapter on future technologies includes discussions of 3D GIS, handling time in GIS, spatial SQL, and handling imprecise geographies"-- Provided by publisher. Includes bibliographical references and index |
Beschreibung: | XV, 322 S. Ill., graph. Darst. |
ISBN: | 9781439886953 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV041195219 | ||
003 | DE-604 | ||
005 | 20141211 | ||
007 | t | ||
008 | 130731s2014 xxuad|| |||| 00||| eng d | ||
010 | |a 2013023893 | ||
020 | |a 9781439886953 |c pbk. |9 978-1-4398-8695-3 | ||
035 | |a (OCoLC)864553817 | ||
035 | |a (DE-599)BVBBV041195219 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-29 |a DE-20 |a DE-M347 | ||
050 | 0 | |a G70.212 | |
082 | 0 | |a 910.285 | |
084 | |a RB 10104 |0 (DE-625)142220:12617 |2 rvk | ||
084 | |a RB 10232 |0 (DE-625)142220:12666 |2 rvk | ||
084 | |a RB 10239 |0 (DE-625)142220:12669 |2 rvk | ||
100 | 1 | |a Wise, Stephen |e Verfasser |4 aut | |
245 | 1 | 0 | |a GIS fundamentals |c Stephen Wise |
250 | |a 2. ed. | ||
264 | 1 | |a Boca Raton [u.a.] |b CRC Press |c 2014 | |
300 | |a XV, 322 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a "Aimed at readers with a knowledge of Geographic Information Systems (GIS) but no formal training in computer science, this book provides a clear and accessible introduction to how GIS store and process spatial data. This updated edition includes two new chapters on databases and future developments, substantial additional material on raster imagery, and revisions throughout that incorporate up-to-date applications such as GPS on mobile devices and Internet-based services. The chapter on future technologies includes discussions of 3D GIS, handling time in GIS, spatial SQL, and handling imprecise geographies"-- Provided by publisher. | ||
500 | |a Includes bibliographical references and index | ||
650 | 4 | |a Geographic information systems | |
650 | 4 | |a Geospatial data | |
650 | 7 | |a TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems |2 bisacsh | |
650 | 0 | 7 | |a Geoinformationssystem |0 (DE-588)4261642-6 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Geoinformationssystem |0 (DE-588)4261642-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026170215&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-026170215 |
Datensatz im Suchindex
_version_ | 1804150618373226496 |
---|---|
adam_text | Titel: GIS fundamentals
Autor: Wise, Stephen
Jahr: 2014
Contents
Preface......................................................................................................................ix
Acknowledgements............................................................................................xiii
Author.....................................................................................................................xv
1. Introduction.....................................................................................................1
1.1 How Computers Solve Problems........................................................2
1.2 How Computers Represent the World: Data Modelling.................5
1.3 The Structure of a Computer.............................................................10
1.4 Pseudocode and Computer Programming.....................................15
Further Reading.............................................................................................21
2. Databases........................................................................................................23
2.1 What Are Databases and Why Are They Important?....................23
2.2 Relational Database............................................................................29
2.3 Storing Spatial Data in a Relational Database................................32
2.4 Solutions to the Problems of Storing Spatial Data in RDBMS......35
Further Reading.............................................................................................37
3. Vector Data Structures.................................................................................39
3.1 Simple Storage of Vector Data...........................................................39
3.2 Topological Storage of Vector Data...................................................49
3.3 So What Is Topology?.........................................................................54
3.4 And How Does It Help? The Example of DIME.............................57
3.5 More on Topological Data Structures..............................................60
3.6 And a Return to Simple Data Structures.........................................64
Further Reading.............................................................................................67
4. Vector Algorithms for Lines.......................................................................69
4.1 Simple Line Intersection Algorithm.................................................69
4.2 Why the Simple Line Intersection Algorithm Would
Not Work: A Better Algorithm..........................................................74
4.3 Dealing with Wiggly Lines................................................................78
4.4 Calculations on Lines: How Long Is a Piece of String?.................81
4.5 Line Intersection: How It Is Really Done.........................................84
Further Reading.............................................................................................93
5. Vector Algorithms for Areas......................................................................95
5.1 Calculations on Areas: Single Polygons...........................................95
5.2 Calculations on Areas: Multiple Polygons......................................98
5.3 Point in Polygon: Simple Algorithm...............................................101
5.4 ... and Back to Topology for a Better Algorithm.........................105
Further Reading...........................................................................................108
6. The Efficiency of Algorithms...................................................................109
6.1 How Is Algorithm Efficiency Measured?......................................109
6.2 Efficiency of the Line Intersection Algorithm..............................112
6.3 More on Algorithm Efficiency.........................................................114
Further Reading...........................................................................................116
7. Raster Data Structures...............................................................................119
7.1 Raster Data in Databases.................................................................120
7.2 Raster Data Structures: The Array.................................................123
7.3 Saving Space: Run Length Encoding and Quadtrees..................127
7.4 Data Structures for Images..............................................................132
Further Reading...........................................................................................139
8. Raster Algorithms......................................................................................141
8.1 Raster Algorithms: Attribute Query for Run
Length Encoded Data.......................................................................141
8.2 Raster Algorithms: Attribute Query for Quadtrees.....................144
8.3 Raster Algorithms: Area Calculations...........................................153
Further Reading...........................................................................................159
9. Data Structures for Surfaces....................................................................161
9.1 Data Models for Surfaces.................................................................162
9.2 Algorithms for Creating Grid Surface Models.............................166
9.3 Algorithms for Creating a Triangulated Irregular Network......174
9.4 Grid Creation Revisited....................................................................180
Further Reading...........................................................................................183
10. Algorithms for Surfaces............................................................................185
10.1 Elevation, Slope and Aspect............................................................185
10.2 Hydrological Analysis Using a TIN...............................................192
10.3 Determining Flow Direction Using a Gridded DEM..................195
10.4 Using the Flow Directions for Hydrological Analysis................199
Further Reading...........................................................................................205
11. Data Structures and Algorithms for Networks....................................207
11.1 Networks in Vector and Raster.......................................................207
11.2 Shortest Path Algorithm...................................................................209
11.3 Data Structures for Network Data..................................................216
11.4 Faster Algorithms for Finding the Shortest Route.......................225
Further Reading...........................................................................................234
12. Strategies for Efficient Data Access........................................................235
12.1 Tree Data Structures.........................................................................238
12.2 Indexing and Storing 2D Data Using Both Coordinates.............244
12.3 Space-Filling Curves for Spatial Data............................................250
12.4 Spatial Filling Curves and Data Clustering..................................252
12.5 Space-Filling Curves for Indexing Spatial Data...........................255
12.6 Caching...............................................................................................265
Further Reading...........................................................................................269
13. Heuristics for Spatial Data.......................................................................271
13.1 Travelling Salesman Problem..........................................................272
13.2 Location Allocation...........................................................................277
13.3 Metaheuristics...................................................................................283
13.4 Computability and Decidability.....................................................288
Further Reading...........................................................................................293
Conclusion...........................................................................................................295
Glossary...............................................................................................................297
References...........................................................................................................305
Index.....................................................................................................................313
|
any_adam_object | 1 |
author | Wise, Stephen |
author_facet | Wise, Stephen |
author_role | aut |
author_sort | Wise, Stephen |
author_variant | s w sw |
building | Verbundindex |
bvnumber | BV041195219 |
callnumber-first | G - Geography, Anthropology, Recreation |
callnumber-label | G70 |
callnumber-raw | G70.212 |
callnumber-search | G70.212 |
callnumber-sort | G 270.212 |
callnumber-subject | G - General Geography |
classification_rvk | RB 10104 RB 10232 RB 10239 |
ctrlnum | (OCoLC)864553817 (DE-599)BVBBV041195219 |
dewey-full | 910.285 |
dewey-hundreds | 900 - History & geography |
dewey-ones | 910 - Geography and travel |
dewey-raw | 910.285 |
dewey-search | 910.285 |
dewey-sort | 3910.285 |
dewey-tens | 910 - Geography and travel |
discipline | Geographie |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02353nam a2200469zc 4500</leader><controlfield tag="001">BV041195219</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20141211 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130731s2014 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2013023893</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781439886953</subfield><subfield code="c">pbk.</subfield><subfield code="9">978-1-4398-8695-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)864553817</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV041195219</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-M347</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">G70.212</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">910.285</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10104</subfield><subfield code="0">(DE-625)142220:12617</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10232</subfield><subfield code="0">(DE-625)142220:12666</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10239</subfield><subfield code="0">(DE-625)142220:12669</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wise, Stephen</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">GIS fundamentals</subfield><subfield code="c">Stephen Wise</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton [u.a.]</subfield><subfield code="b">CRC Press</subfield><subfield code="c">2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 322 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">"Aimed at readers with a knowledge of Geographic Information Systems (GIS) but no formal training in computer science, this book provides a clear and accessible introduction to how GIS store and process spatial data. This updated edition includes two new chapters on databases and future developments, substantial additional material on raster imagery, and revisions throughout that incorporate up-to-date applications such as GPS on mobile devices and Internet-based services. The chapter on future technologies includes discussions of 3D GIS, handling time in GIS, spatial SQL, and handling imprecise geographies"-- Provided by publisher.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Geographic information systems</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Geospatial data</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Geoinformationssystem</subfield><subfield code="0">(DE-588)4261642-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Geoinformationssystem</subfield><subfield code="0">(DE-588)4261642-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026170215&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-026170215</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV041195219 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:41:47Z |
institution | BVB |
isbn | 9781439886953 |
language | English |
lccn | 2013023893 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-026170215 |
oclc_num | 864553817 |
open_access_boolean | |
owner | DE-29 DE-20 DE-M347 |
owner_facet | DE-29 DE-20 DE-M347 |
physical | XV, 322 S. Ill., graph. Darst. |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | CRC Press |
record_format | marc |
spelling | Wise, Stephen Verfasser aut GIS fundamentals Stephen Wise 2. ed. Boca Raton [u.a.] CRC Press 2014 XV, 322 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier "Aimed at readers with a knowledge of Geographic Information Systems (GIS) but no formal training in computer science, this book provides a clear and accessible introduction to how GIS store and process spatial data. This updated edition includes two new chapters on databases and future developments, substantial additional material on raster imagery, and revisions throughout that incorporate up-to-date applications such as GPS on mobile devices and Internet-based services. The chapter on future technologies includes discussions of 3D GIS, handling time in GIS, spatial SQL, and handling imprecise geographies"-- Provided by publisher. Includes bibliographical references and index Geographic information systems Geospatial data TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh Geoinformationssystem (DE-588)4261642-6 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Geoinformationssystem (DE-588)4261642-6 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026170215&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Wise, Stephen GIS fundamentals Geographic information systems Geospatial data TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh Geoinformationssystem (DE-588)4261642-6 gnd |
subject_GND | (DE-588)4261642-6 (DE-588)4123623-3 |
title | GIS fundamentals |
title_auth | GIS fundamentals |
title_exact_search | GIS fundamentals |
title_full | GIS fundamentals Stephen Wise |
title_fullStr | GIS fundamentals Stephen Wise |
title_full_unstemmed | GIS fundamentals Stephen Wise |
title_short | GIS fundamentals |
title_sort | gis fundamentals |
topic | Geographic information systems Geospatial data TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh Geoinformationssystem (DE-588)4261642-6 gnd |
topic_facet | Geographic information systems Geospatial data TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems Geoinformationssystem Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026170215&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wisestephen gisfundamentals |