Skip to content

Commit

Permalink
Merge pull request #387 from hotosm/hotfix/update-hdx-formats
Browse files Browse the repository at this point in the history
Update HDX formats
  • Loading branch information
JorgeMartinezG committed Aug 9, 2021
2 parents bce0627 + ca89a7b commit d605304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hdx_exports/hdx_export_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ def hdx_note(self, theme):

def datasets(self,is_private,subnational,data_update_frequency,locations,files,public_dir):
HDX_FORMATS = {
'shp':'zipped shapefile',
'geopackage':'zipped geopackage',
'garmin_img':'zipped img',
'kml':'zipped kml'
'shp': 'SHP',
'geopackage': 'Geopackage',
'garmin_img': 'Garmin IMG',
'kml': 'KML'
}

HDX_DESCRIPTIONS = {
Expand Down

0 comments on commit d605304

Please sign in to comment.