dblodgett-usgs / hygeo

https://dblodgett-usgs.github.io/hygeo/dev/
Creative Commons Zero v1.0 Universal
6 stars 1 forks source link

GeoJSON output keys in lowercase #24

Closed hellkite500 closed 4 years ago

hellkite500 commented 4 years ago

Is there a specific reason upper case keys are used in the properties, i.e. ID? Could these be made lowercase. It isn't a huge deal, but a consistent key case makes parsing easier.

dblodgett-usgs commented 4 years ago

I typically use upper case for identifiers and lowercase for attributes to set things apart. I can drop that convention if it is helpful elsewhere.