Skip to content

Import Focus Areas

Ryan Hodges edited this page Feb 7, 2018 · 1 revision

python manage.py import_focus_areas SHAPEFILE_ZIP AREA_TYPE

SHAPEFILE_ZIP: A zipped shapefile in EPSG:3857 (web mercator) Must:

  • have a .shp file
  • have a .dbf file
  • have a .shx file
  • be zipped as either:
    • zip
    • zlib
    • bz2
    • lzma

7zip is not supported. Any of the above must be installed on the server (error message will let you know if not).

AREA_TYPE: Must be one of the following

  • HUC10
  • HUC12
  • RMU
  • 'Pour Point'
    • hmmmm spaces may be a problem

Clone this wiki locally