amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

CompileBasinStats description same as Basin2Shape #20

Closed jessezondervan closed 5 years ago

jessezondervan commented 5 years ago

I suspect that the description for Basin2Shape has been copied into the CompileBasinStats. It states CompileBasinStats produces a shapefile, while the guide specifies a table will be the output.

Best,

Jesse

jessezondervan commented 5 years ago

Just noticed a typo in the description. Usage says

`[MapStruct]=Basin2Sahpe(DEM,location_of_data_files);``

should be

[MapStruct]=Basin2Shape(DEM,location_of_data_files);

amforte commented 5 years ago

Both headers have been updated and will be included in the next update.