Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocsmit/arcpy_utils
Miscellaneous arcpy functions
https://github.com/ocsmit/arcpy_utils
arcpy gis gis-utils
Last synced: about 1 month ago
JSON representation
Miscellaneous arcpy functions
- Host: GitHub
- URL: https://github.com/ocsmit/arcpy_utils
- Owner: ocsmit
- Created: 2020-02-20T20:38:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T23:48:14.000Z (over 4 years ago)
- Last Synced: 2024-11-13T09:48:39.538Z (3 months ago)
- Topics: arcpy, gis, gis-utils
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# arcpy_utils
### Information:
* Author: Owen Smith, University of North Georgia IESA* Python module containing miscellaneous arcpy functions created for
various different uses.### Functions
* `add_naip(gt_point, naipqq_layer, naip_dir)`
* `yearly_weather_csv_to_shp(in_csv, year, columns, out_dir, csv_name,
shp_name)`
* `shp_extent(shp)`
* `query_GLUT(glut_tif, out_raster, value_list)`
* `query_NLCD(nlcd_tif, out_raster, value_list)`
* `elevChange_analysis(tif_path_list, out_dir)`_View arcpy_utils.py for more detail on each function_