Skip to content

Commit 9692830

Browse files
upadted hdx dataset format
1 parent 26e1832 commit 9692830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdx_exports/hdx_export_set.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,15 @@ def hdx_note(self, theme):
8787

8888
def datasets(self,is_private,subnational,data_update_frequency,locations,files,public_dir):
8989
HDX_FORMATS = {
90+
'geojson':'GeoJSON',
9091
'shp': 'SHP',
9192
'geopackage': 'Geopackage',
9293
'garmin_img': 'Garmin IMG',
9394
'kml': 'KML'
9495
}
9596

9697
HDX_DESCRIPTIONS = {
98+
'geojson': 'Geographic JavaScript Object Notation',
9799
'shp':'ESRI Shapefile',
98100
'geopackage':'Geopackage, SQLite compatible',
99101
'garmin_img':'.IMG for Garmin GPS Devices (All OSM layers for area)',

0 commit comments

Comments
 (0)