- ArcGIS Blueprints
- Eric Pimpler
- 195字
- 2021-07-30 09:50:01
Chapter 2. Tracking Elk Migration Patterns with GPS and ArcPy
In this chapter, we're going to build an application that imports a CSV
file containing Global Positioning System (GPS) locations that depict elk migration patterns into a feature
class that will be time-enabled to display migration patterns over time and space. We'll use the ArcPy
data access (arcpy.da
) module and the Python csv
module to read the file containing GPS locations, and write the data to a new feature class. Next, we'll use the ArcPy
mapping (archy.mapping
) module to make the output feature class time-enabled, and then visualize the migration patterns of the elk over time and space. The application will be built as an ArcGIS Python Toolbox in much the same way as what we did in Chapter 1, Extracting Wildfire Data from an ArcGIS Server Map Service with the ArcGIS REST API.
In this chapter, we will cover the following topics:
- ArcGIS Desktop Python toolboxes
- Reading
CSV
files with the Pythoncsv
module - Inserting data in a feature class using the
ArcPy
data access module - Using the
ArcPy
mapping module to make a layer time-enabled - Visualizing time-enabled data with ArcGIS Desktop
- 玩轉(zhuǎn)Scratch少兒趣味編程
- TypeScript入門與實(shí)戰(zhàn)
- 跟“龍哥”學(xué)C語(yǔ)言編程
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- Microsoft Dynamics AX 2012 R3 Financial Management
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Clojure for Java Developers
- uni-app跨平臺(tái)開發(fā)與應(yīng)用從入門到實(shí)踐
- Learning Splunk Web Framework
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 百萬(wàn)在線:大型游戲服務(wù)端開發(fā)
- C++17 By Example
- C# 7.0本質(zhì)論
- 一覽眾山小:ASP.NET Web開發(fā)修行實(shí)錄
- 程序員超強(qiáng)大腦