gis-utils
0.3.4
  • Installation
  • Usage
  • Code Reference
    • Modules
      • gisutils.projection module
      • gisutils.shapefile module
      • gisutils.raster module
      • gisutils.utils module
  • Release History
  • Minimum Version of Python and NumPy
  • Troublehsooting
gis-utils
  • Code Reference
  • View page source

Code Reference¶

Modules¶

  • gisutils.projection module
    • get_authority_crs()
    • get_proj_str()
    • get_rasterio_crs()
    • get_shapefile_crs()
    • project()
    • project_raster()
  • gisutils.shapefile module
    • df2shp()
    • rename_fields_to_10_characters()
    • shp2df()
    • shp_properties()
  • gisutils.raster module
    • clip_raster()
    • get_feature_geojson()
    • get_geojson_collection_bounds()
    • get_raster_crs()
    • get_transform()
    • get_values_at_points()
    • points_to_raster()
    • read_arc_ascii()
    • write_arc_ascii()
    • write_raster()
    • zonal_stats()
  • gisutils.utils module
    • is_sequence()
Previous Next

© Copyright 2019, Andrew Leaf.

Built with Sphinx using a theme provided by Read the Docs.