PSU-CSAR / vb-bagis-p

VB .NET source code for ArcMap BAGIS Parameters add-in
1 stars 1 forks source link

What determines the order of the parameters written to the output parameter file? #34

Closed jdduh closed 7 years ago

jdduh commented 8 years ago

NWCC prefers the output parameters are ordered alphabetically.

lbross commented 8 years ago

Are you talking about the spatial (nhru) parameters in the table? They retain the order from the input table. The single value parameters at the top of the file are already sorted alphabetically.

lbross commented 8 years ago

After looking at the code, the BAGIS-P parameters are printed first in whatever order they are in the parameter.gdb. Then it appends any non-BAGIS spatial parameters. I can add the alphabetical sort but it will require putting everything in some sort of structure before writing it to the .csv. This will likely not be done by Monday.

lbross commented 7 years ago

nhru parameters are now sorted alphabetically by name. Fixed in 1.9.8.