basinmaker
basinmaker copied to clipboard
An automated GIS toolbox for watershed delineation with lakes
NALRP v2.1 for the Mackenzie basin (drainage_region_0002_v2-1) was postprocessed as following: ``` bm.Remove_Small_Lakes( connected_lake_area_thresthold=20, non_connected_lake_area_thresthold=20, selected_lake_ids=[], gis_platform="purepy", ) ``` ``` bm.Decrease_River_Network_Resolution( minimum_subbasin_drainage_area=500, gis_platform="purepy", ) ``` Output while processing: ``` Obtain...
I ran into this error when running the full installation script ERROR: Unable to make mapset element cell_misc/catchment_pourpoints_outside_lake (./output_full_installation\grassdb\main_working_location\PERMANENT/cell_misc/catchment_pourpoints_outside_lake): No such file or directory ERROR: Raster map not found Module...
Would be great to have a function to combine routing products from two or more folders into one product. This would be useful in instances where you have two sections...
I'm trying to install **baskinmaker** and I've followed these steps for a [full ArcGIS installation ](https://basinmaker.readthedocs.io/en/latest/installation.html). After upgrading all the necessary dependencies, when testing using "[test_arcgis_full](https://github.com/dustming/RoutingTool/wiki/Files/test_arcgis_full.zip)" it is throwing this...
There is an issue with the Decrease_River_Network_Resolution() post-processing tool, which I think is specific to MacOS systems. When a shapefile is opened (for example in QGIS) and perhaps modified on...
installed basinmaker, ran the test script and it produced the pandas error.