iwfm.gis.gisΒΆ

Typer subapp for IWFM GIS utilities.

The map_param2shp_rz_* commands wrap the existing 3-argument scripts (rootzone main file + elements shapefile + output shapefile) and run the same iwfm.iwfm_read_rz_* preprocessing that their __main__ blocks do.

Functions

map_param2shp_npc(rz_file, elem_shp, ...)

Map non-ponded crop parameters onto an elements shapefile.

map_param2shp_pc(rz_file, elem_shp, out_shp, ...)

Map ponded crop parameters onto an elements shapefile.

map_param2shp_urban(rz_file, elem_shp, ...)

Map urban-area parameters onto an elements shapefile.

shp_reproject_cmd(src, tgt, epsg)

Reproject a shapefile to the given EPSG code.