首頁(yè) > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語(yǔ)言與程序設(shè)計(jì)
> Learning Geospatial Analysis with Python(Second Edition)最新章節(jié)目錄
舉報(bào)

會(huì)員
Learning Geospatial Analysis with Python(Second Edition)
最新章節(jié):
Index
IfyouareaPythondeveloper,researcher,oranalystwhowantstoperformGeospatial,modeling,andGISanalysiswithPython,thenthisbookisforyou.FamilaritywithdigitalmappingandanalysisusingPythonoranotherscriptinglanguageforautomationorcrunchingdatamanuallyisappreciated.
目錄(126章)
倒序
- 封面
- 版權(quán)頁(yè)
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Learning Geospatial Analysis with Python
- Geospatial analysis and our world
- History of geospatial analysis
- Geographic information systems
- Remote sensing
- Elevation data
- Computer-aided drafting
- Geospatial analysis and computer programming
- Importance of geospatial analysis
- Geographic information system concepts
- Common vector GIS concepts
- Common raster data concepts
- Creating the simplest possible Python GIS
- Summary
- Chapter 2. Geospatial Data
- An overview of common data formats
- Data structures
- Spatial indexing
- Overviews
- Metadata
- File structure
- Vector data
- Raster data
- Point cloud data
- Web services
- Summary
- Chapter 3. The Geospatial Technology Landscape
- Data access
- Computational geometry
- Desktop tools (including visualization)
- Metadata management
- Summary
- Chapter 4. Geospatial Python Toolbox
- Installing third-party Python modules
- Python networking libraries for acquiring data
- Python markup and tag-based parsers
- Python JSON libraries
- OGR
- PyShp
- dbfpy
- Shapely
- Fiona
- GDAL
- NumPy
- PIL
- PNGCanvas
- GeoPandas
- PyMySQL
- PyFPDF
- Spectral Python
- Summary
- Chapter 5. Python and Geographic Information Systems
- Measuring distance
- Calculating line direction
- Coordinate conversion
- Reprojection
- Editing shapefiles
- Performing selections
- Creating images for visualization
- Dot density calculations
- Choropleth maps
- Using spreadsheets
- Using GPS data
- Geocoding
- Summary
- Chapter 6. Python and Remote Sensing
- Swapping image bands
- Creating histograms
- Clipping images
- Classifying images
- Extracting features from images
- Change detection
- Summary
- Chapter 7. Python and Elevation Data
- ASCII Grid files
- Creating a shaded relief
- Creating elevation contours
- Working with LIDAR
- Summary
- Chapter 8. Advanced Geospatial Python Modeling
- Creating a Normalized Difference Vegetative Index
- Creating a flood inundation model
- Creating a color hillshade
- Least cost path analysis
- Routing along streets
- Geolocating photos
- Summary
- Chapter 9. Real-Time Data
- Tracking vehicles
- The NextBus agency list
- The NextBus route list
- NextBus vehicle locations
- Mapping NextBus locations
- Storm chasing
- Reports from the field
- Summary
- Chapter 10. Putting It All Together
- A typical GPS report
- Working with GPX-Reporter.py
- Stepping through the program
- The initial setup
- Working with utility functions
- Parsing the GPX
- Getting the bounding box
- Downloading map and elevation images
- Creating the hillshade
- Creating maps
- Measuring the elevation
- Measuring the distance
- Retrieving weather data
- Summary
- Index 更新時(shí)間:2021-07-23 14:46:19
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- FuelPHP Application Development Blueprints
- Bootstrap Site Blueprints Volume II
- Android應(yīng)用程序開(kāi)發(fā)與典型案例
- Arduino by Example
- 實(shí)戰(zhàn)低代碼
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- 編程數(shù)學(xué)
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Swift 4從零到精通iOS開(kāi)發(fā)
- Scala for Machine Learning(Second Edition)
- OpenMP核心技術(shù)指南
- Java 9 Programming By Example
- Java高手是怎樣煉成的:原理、方法與實(shí)踐
- Web開(kāi)發(fā)的平民英雄:PHP+MySQL
- SFML Game Development
- C語(yǔ)言程序設(shè)計(jì)
- Learning Java Lambdas
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(Access)(第2版)
- Professional Azure SQL Database Administration
- Full Stack Development with JHipster
- 輕松學(xué):C語(yǔ)言
- 零基礎(chǔ)學(xué)ASP.NET 3.5
- 自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG/JUnit/Robot Framework/Selenium
- Unity Virtual Reality Projects
- GameMaker Cookbook
- Scratch編程入門與算法進(jìn)階
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)任務(wù)教程(Windows 7+Office 2010)
- Python程序設(shè)計(jì)基礎(chǔ)
- Java修煉指南:高頻源碼解析