open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Handle special case of id/name columns in GeoJson output #270

Closed brockfanning closed 3 years ago

brockfanning commented 3 years ago

Fixes https://github.com/open-sdg/open-sdg/issues/1271

The specific id column name of 'geocode' and the name column of 'name' cause problems. This avoids those problems.