LEADER 09181nam 22006611 450 001 9910826994103321 005 20240401212756.0 010 $a1-68015-354-4 010 $a1-306-18859-8 010 $a1-78328-114-6 035 $a(CKB)3710000000056988 035 $a(OCoLC)867907285 035 $a(CaPaEBR)ebrary10790286 035 $a(SSID)ssj0001139738 035 $a(PQKBManifestationID)11666947 035 $a(PQKBTitleCode)TC0001139738 035 $a(PQKBWorkID)11214187 035 $a(PQKB)11697614 035 $a(Au-PeEL)EBL1477471 035 $a(CaPaEBR)ebr10790286 035 $a(CaONFJC)MIL550110 035 $a(OCoLC)862049145 035 $a(PPN)228009227 035 $a(OCoLC)868297731 035 $a(OCoLC)ocn868297731 035 $a(FR-PaCSA)88849945 035 $a(CaSebORM)9781783281138 035 $a(MiAaPQ)EBC1477471 035 $a(EXLCZ)993710000000056988 100 $a20131123d2013 uy 0 101 0 $aeng 135 $aurcnu|||||||| 181 $ctxt 182 $cc 183 $acr 200 10$aLearning geospatial analysis with Python /$fJoel Lawhead 205 $a1st edition 210 1$aBirmingham :$cPackt Publishing,$d2013. 215 $a1 online resource (364 p.) 300 $aIncludes index. 311 $a1-78328-113-8 327 $aIntro -- Learning Geospatial Analysis with Python -- Table of Contents -- Learning Geospatial Analysis with Python -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Learning Geospatial Analysis with Python -- Geospatial analysis and our world -- Beyond politics -- History of geospatial analysis -- Geographic Information Systems -- Remote sensing -- Elevation data -- Computer-aided drafting -- Geospatial analysis and computer programming -- Object-oriented programming for geospatial analysis -- Importance of geospatial analysis -- Geographic Information System concepts -- Thematic maps -- Spatial databases -- Spatial indexing -- Metadata -- Map projections -- Rendering -- Raster data concepts -- Images as data -- Remote sensing and color -- Common vector GIS concepts -- Data structures -- Buffer -- Dissolve -- Generalize -- Intersection -- Merge -- Point in polygon -- Union -- Join -- Geospatial rules about polygons -- Common raster data concepts -- Band math -- Change detection -- Histogram -- Feature extraction -- Supervised classification -- Unsupervised classification -- Creating the simplest possible Python GIS -- Getting started with Python -- Building SimpleGIS -- Summary -- 2. Geospatial Data -- Data structures -- Common traits -- Geo-location -- Subject information -- Spatial indexing -- Indexing algorithms -- Quad-Tree index -- R-Tree index -- Grids -- Overviews -- Metadata -- File structure -- Vector data -- Shapefiles -- CAD files -- Tag and markup-based formats -- GeoJSON -- Raster data. 327 $aTIFF files -- JPEG, GIF, BMP, and PNG -- Compressed formats -- ASCII GRIDS -- World files -- Point cloud data -- Summary -- 3. The Geospatial Technology Landscape -- Data access -- GDAL -- OGR -- Computational geometry -- PROJ.4 -- CGAL -- JTS -- GEOS -- PostGIS -- Other spatially-enabled databases -- Oracle spatial and graph -- ArcSDE -- Microsoft SQL Server -- MySQL -- SpatiaLite -- Routing -- Esri Network Analyst and Spatial Analyst -- pgRouting -- Desktop tools -- Quantum GIS -- OpenEV -- GRASS GIS -- uDig -- gvSIG -- OpenJUMP -- Google Earth -- NASA World Wind -- ArcGIS -- Metadata management -- GeoNetwork -- CatMDEdit -- Summary -- 4. Geospatial Python Toolbox -- Installing third-party Python modules -- Installing GDAL -- Windows -- Linux -- Mac OS X -- Python networking libraries for acquiring data -- Python urllib module -- FTP -- ZIP and TAR files -- Python markup and tag-based parsers -- The minidom module -- ElementTree -- Building XML -- WKT -- Python JSON libraries -- json module -- geojson module -- OGR -- PyShp -- dbfpy -- Shapely -- GDAL -- NumPy -- PIL -- PNGCanvas -- PyFPDF -- Spectral Python -- Summary -- 5. Python and Geographic Information Systems -- Measuring distance -- Pythagorean theorem -- Haversine formula -- Vincenty formula -- Coordinate conversion -- Reprojection -- Editing shapefiles -- Accessing the shapefile -- Reading shapefile attributes -- Reading shapefile geometry -- Changing a shapefile -- Adding fields -- Merging shapefiles -- Splitting shapefiles -- Subsetting spatially -- Performing selections -- Point in polygon formula -- Attribute selections -- Creating images for visualization -- Dot density calculations -- Choropleth maps -- Using spreadsheets -- Using GPS data -- Summary -- 6. Python and Remote Sensing -- Swapping image bands -- Creating histograms -- Performing a histogram stretch -- Clipping images. 327 $aClassifying images -- Extracting features from images -- Change detection -- Summary -- 7. Python and Elevation Data -- ASCII Grid files -- Reading grids -- Writing grids -- Creating a shaded relief -- Creating elevation contours -- Working with LIDAR -- Creating a grid from LIDAR -- Using PIL to visualize LIDAR -- Creating a Triangulated Irregular Network (TIN) -- Summary -- 8. Advanced Geospatial Python Modelling -- Creating an NDVI -- Setting up the framework -- Loading the data -- Rasterizing the shapefile -- Clipping the bands -- Using the NDVI formula -- Classifying the NDVI -- Additional functions -- Loading the NDVI -- Creating classes -- Creating a flood inundation model -- The flood fill function -- Making a flood -- Least cost path analysis -- Setting up the test grid -- The simple A* algorithm -- Generating the test path -- Viewing the test output -- The real-world example -- Loading the grid -- Defining the helper functions -- The real-world A* algorithm -- Generating a real-world path -- Summary -- 9. Real-Time Data -- Tracking vehicles -- Nextbus agency list -- Nextbus route list -- Nextbus vehicle locations -- Mapping Nextbus locations -- Storm chasing -- Summary -- 10. Putting It All Together -- A typical GPS report -- Working with GPX-Reporter.py -- Stepping through the program -- Initial setup -- Working with utility functions -- Parsing the GPX -- Getting the bounding box -- Downloading OpenStreetMap images -- Creating the hillshade -- Creating maps -- Measuring elevation -- Measuring distance -- Retrieving weather data -- Summary -- Index. 330 $aIf you know Python and would like to use it for Geospatial Analysis this book is exactly what you?ve been looking for. With an organized, user-friendly approach it covers all the bases to give you the necessary skills and know-how. Construct applications for GIS development by exploiting Python Focuses on built-in Python modules and libraries compatible with the Python Packaging Index distribution system ? no compiling of C libraries necessary SThis is a practical, hands-on tutorial that teaches you all about Geospatial analysis in Python In Detail Geospatial analysis is used in almost every field you can think of from medicine, to defense, to farming. It is an approach to use statistical analysis and other informational engineering to data which has a geographical or geospatial aspect. And this typically involves applications capable of geospatial display and processing to get a compiled and useful data. "Learning Geospatial Analysis with Python" uses the expressive and powerful Python programming language to guide you through geographic information systems, remote sensing, topography, and more. It explains how to use a framework in order to approach Geospatial analysis effectively, but on your own terms. "Learning Geospatial Analysis with Python" starts with a background of the field, a survey of the techniques and technology used, and then splits the field into its component speciality areas: GIS, remote sensing, elevation data, advanced modelling, and real-time data. This book will teach you everything there is to know, from using a particular software package or API to using generic algorithms that can be applied to Geospatial analysis. This book focuses on pure Python whenever possible to minimize compiling platform-dependent binaries, so that you don?t become bogged down in just getting ready to do analysis. I"Learning Geospatial Analysis with Python" will round out your technical library with handy recipes and a good understanding of a field that supplements many a modern day human endeavors. 606 $aGeospatial data 606 $aPython (Computer program language) 615 0$aGeospatial data. 615 0$aPython (Computer program language) 676 $a910.285 700 $aLawhead$b Joel$01693295 801 0$bMiAaPQ 801 1$bMiAaPQ 801 2$bMiAaPQ 906 $aBOOK 912 $a9910826994103321 996 $aLearning Geospatial analysis with Python$94070963 997 $aUNINA