Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_