Skip to content

Commit

Permalink
Merge pull request #335 from opendata-swiss/feat/add-new-formats-to-m…
Browse files Browse the repository at this point in the history
…apping

Feat/add new formats to mapping
  • Loading branch information
bellisk authored Aug 7, 2024
2 parents b0d9085 + f274e8f commit 974070f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ckanext/switzerland/helpers/format_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ CSV:
- 'text (.csv), semicolon separated'
- 'text, comma separated (csv)'
- 'text, semicolon separated (csv)'
DGN:
- 'dgn'
DWG:
- 'dwg'
DXF:
- 'dxf (.dxf)'
- 'dxf'
ECW:
- 'ecw'
ESRI ASCII Grid:
- '.asc)'
- 'esri arcinfo ascii grid (asc)'
Expand All @@ -37,16 +43,23 @@ GeoJSON:
- 'geojson (geojson)'
- 'geojson'
GeoTIFF:
- 'cloud optimized geotiff'
- 'geo-tiff'
- 'geotiff (geotiff)'
- 'geotiff'
GML:
- 'gml'
- 'gml+xml'
GPKG:
- 'geopackage (.gpkg)'
- 'geopackage (gpkg)'
- 'geopackage (ogc)'
- 'gpkg'
- 'ogc geopackage (.gpkg)'
- 'ogc geopackage (gpkg)'
GPX:
- 'gpx'
- 'gpx+xml'
HTML:
- 'html'
INTERLIS:
Expand All @@ -63,6 +76,7 @@ INTERLIS:
JSON:
- 'javascript object notation (json)'
- 'json'
- 'json (json)'
JSON-LD:
- 'json_ld'
- 'jsonld'
Expand All @@ -74,6 +88,8 @@ KML:
KMZ:
- 'google kmz (kmz)'
- 'kmz'
LAS:
- 'las'
LAZ:
- 'laz'
- 'laz (.laz)'
Expand All @@ -82,10 +98,14 @@ MULTIFORMAT:
- 'multi'
N3:
- 'n3'
OCTET:
- 'octet-stream'
ODS:
- 'ods'
- 'vnd.oas...'
- 'vnd.oasis.opendocument.spreadsheet'
PARQUET:
- 'parquet'
PC-AXIS:
- 'pc-axis file'
PDF:
Expand Down Expand Up @@ -150,6 +170,7 @@ WMS:
- 'ogc web map service (wms)'
- 'ogc wms (web map service)'
- 'ogc:wms'
- 'vnd.ogc.wms_xml'
- 'wms dienst'
- 'wms'
- 'wms_srvc'
Expand Down

0 comments on commit 974070f

Please sign in to comment.