Skip to content

Commit ca89a7b

Browse files
committed
Update HDX formats
1 parent bce0627 commit ca89a7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hdx_exports/hdx_export_set.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def hdx_note(self, theme):
8787

8888
def datasets(self,is_private,subnational,data_update_frequency,locations,files,public_dir):
8989
HDX_FORMATS = {
90-
'shp':'zipped shapefile',
91-
'geopackage':'zipped geopackage',
92-
'garmin_img':'zipped img',
93-
'kml':'zipped kml'
90+
'shp': 'SHP',
91+
'geopackage': 'Geopackage',
92+
'garmin_img': 'Garmin IMG',
93+
'kml': 'KML'
9494
}
9595

9696
HDX_DESCRIPTIONS = {

0 commit comments

Comments
 (0)