Riverscapes / arcGNAT

Geomorphic Network and Analysis Tools (GNAT)
http://gnat.riverscapes.xyz/
GNU Lesser General Public License v3.0
6 stars 3 forks source link

All tools should output to shapefiles or file geodatabase feature classes #14

Closed jesselangdon closed 7 years ago

jesselangdon commented 7 years ago

All tools should be able to output to shapefiles or File GDB at the user's preference. This is a bit of a task. I have already encountered one issue (Sinuosity tool) where the difference between shp and fgdb caused an error (unrelated to know issues like field names, etc). We will need to push to make sure shapefiles are the primary input/output type as we convert to project based GNAT.

jesselangdon commented 7 years ago

Almost all tools have been refactored to input/output shapefiles and geodatabase feature classes.

There are two tools that I didn't test: Copy Stream BranchIDs and Centerline Tool, because these tools will either be removed or fixed in the process of working on Issue #9.