-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework naming conventions #1
Comments
Off-network.shp COMID - Unique ID label to each waterbody in NHDPlusV2 allBasins.shp COMID - Unique ID label to each basin created from the NHDPlusV2 waterbody wtsheds_.tif VALUE - Unique ID label to each basin created from the NHDPlusV2 waterbody |
My changes in bold below- Off_Network.shp COMID - Unique ID label to each waterbody in NHDPlusV2 AllBasins.shp COMID - Unique ID label to each basin created from the NHDPlusV2 waterbody WTSHEDS_xxx.tif VALUE - Unique ID label to each basin created from the NHDPlusV2 waterbody |
remember we are limited to 10 characters in a field name w/ .shp files! we can all edit the comment that @mhweber made above, til we agree, if you're good with the names, you can add a +1 reaction to the comment |
argh... stupid .dbf ... here are my suggestions for ones I pushed over 10, see what you both think: |
I like CAT_SQKM, but for the other, I think just using AREASQKM would be better, it is the area of the geometry that it's describing so might be simpler. |
the following are the files that we deliver in the framework along w/ the attribute names, I thought it might be worth looking at these to go over the names we are currently using, and if we want we can rename them now, some of them come from the NHD directly, but others are put there by us. You can copy and paste the text into a comment below if you want names to change
Off-network.shp
############
allBasins.shp
##########
wtsheds_xxx.tif
############
Also, are we good with using LkCat_Frame_min for the zipfile name?? It might be better to use something like LakeCat_Framework for the name of the zip file
The text was updated successfully, but these errors were encountered: