Cargando…

Learning Geospatial Analysis with Python : master GIS and remote sensing analysis using Python with these easy to follow tutorials /

"This is a tutorial-style book that helps you to perform Geospatial and GIS analysis with Python and its tools/libraries. This book will first introduce various Python-related tools/packages in the initial chapters before moving towards practical usage, examples, and implementation in specializ...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lawhead, Joel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham ; Mumbai : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 KNOVEL_ocn862049145
003 OCoLC
005 20231027140348.0
006 m o d
007 cr |n|||||||||
008 131102s2013 enka o 001 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d HEBIS  |d DEBSZ  |d IDEBK  |d YDXCP  |d UMI  |d OCLCQ  |d N$T  |d COD  |d COO  |d DEBBG  |d OCLCO  |d OCLCQ  |d KNOVL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d AGLDB  |d ICA  |d ZCU  |d MERUC  |d OCLCQ  |d D6H  |d OCLCF  |d VNS  |d VTS  |d ICG  |d OCLCQ  |d STF  |d DKC  |d AU@  |d OCLCQ  |d K6U  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 868297731 
020 |a 9781783281145  |q (electronic bk.) 
020 |a 1783281146  |q (electronic bk.) 
020 |a 9781680153545  |q (electronic bk.) 
020 |a 1680153544  |q (electronic bk.) 
020 |z 1783281138 
020 |z 9781783281138 
029 1 |a DEBBG  |b BV041778315 
029 1 |a DEBBG  |b BV044064048 
029 1 |a DEBSZ  |b 397650981 
029 1 |a DEBSZ  |b 404328024 
029 1 |a DEBSZ  |b 493130845 
029 1 |a NZ1  |b 15908648 
035 |a (OCoLC)862049145  |z (OCoLC)868297731 
037 |a CL0500000360  |b Safari Books Online 
050 4 |a HT166 .L384 2013 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a TRV  |x 033000  |2 bisacsh 
072 7 |a TRV  |x 034000  |2 bisacsh 
072 7 |a TRV  |x 016000  |2 bisacsh 
072 7 |a TRV  |x 018000  |2 bisacsh 
082 0 4 |a 910.285 
049 |a UAMI 
100 1 |a Lawhead, Joel. 
245 1 0 |a Learning Geospatial Analysis with Python :  |b master GIS and remote sensing analysis using Python with these easy to follow tutorials /  |c Joel Lawhead. 
264 1 |a Birmingham ;  |a Mumbai :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource (vi, 348 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Preface -- Chapter 1: Learning Geospatial Analysis with Python -- Chapter 2: Geospatial Data -- Chapter 3: The Geospatial Technology Landscape -- Chapter 4: Geospatial Python Toolbox -- Chapter 5: Python and Geographic Information Systems -- Chapter 6: Python and Remote Sensing -- Chapter 7: Python and elevation data -- Chapter 8: Advances Python geospatial modelling -- Chapter 9: Real-time data -- Chapter 10: Putting it all together. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 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. 
505 8 |a RenderingRaster 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; Chapter 2: Geospatial Data; Data structures; Common traits; Geo-location; Subject information; Spatial indexing. 
505 8 |a MetadataFile structure; Vector data; Shapefiles; CAD files; Tag and markup-based formats; GeoJSON; Raster data; TIFF files; JPEG, GIF, BMP, PNG; Compressed formats; ASCII GRIDS; World files; Point cloud data; Summary; Chapter 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. 
505 8 |a Google EarthNASA World Wind; ArcGIS; Metadata management; GeoNetwork; CatMDEdit; Summary; Chapter 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; Chapter 5: Python and Geographic Information Systems. 
505 8 |a Measuring distancePythagorean 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; Chapter 6: Python and Remote Sensing; Swapping image bands; Creating histograms. 
520 |a "This is a tutorial-style book that helps you to perform Geospatial and GIS analysis with Python and its tools/libraries. This book will first introduce various Python-related tools/packages in the initial chapters before moving towards practical usage, examples, and implementation in specialized kinds of Geospatial data analysis. This book is for anyone who wants to understand digital mapping and analysis and who uses Python or another scripting language for automation or crunching data manually. This book primarily targets Python developers, researchers, and analysts who want to perform Geospatial, modeling, and GIS analysis with Python."--Provided by publisher 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a Knovel  |b ACADEMIC - Software Engineering 
650 0 |a Geographic information systems. 
650 0 |a Geospatial data  |x Computer processing. 
650 0 |a Python (Computer program language) 
650 0 |a Remote sensing  |x Data processing. 
650 6 |a Systèmes d'information géographique. 
650 6 |a Données géospatiales  |x Informatique. 
650 6 |a Python (Langage de programmation) 
650 6 |a Télédétection  |x Informatique. 
650 7 |a geographic information systems.  |2 aat 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a TRAVEL  |x Budget.  |2 bisacsh 
650 7 |a TRAVEL  |x Hikes & Walks.  |2 bisacsh 
650 7 |a TRAVEL  |x Museums, Tours, Points of Interest.  |2 bisacsh 
650 7 |a TRAVEL  |x Parks & Campgrounds.  |2 bisacsh 
650 7 |a Geospatial data  |x Computer processing  |2 fast 
650 7 |a Geographic information systems  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a Remote sensing  |x Data processing  |2 fast 
776 0 8 |i Print version:  |a Lawhead, Joel.  |t Learning Geospatial Analysis with Python.  |d Birmingham : Packt Publishing, ©2013  |z 9781783281138 
856 4 0 |u https://appknovel.uam.elogim.com/kn/resources/kpLGAP0003/toc  |z Texto completo 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1477471 
938 |a EBSCOhost  |b EBSC  |n 657621 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26903832 
938 |a YBP Library Services  |b YANK  |n 11318859 
994 |a 92  |b IZTAP