Skip to content

Instantly share code, notes, and snippets.

@abulte
Created September 12, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abulte/096506818e4a1e588305ccd01cbaee6a to your computer and use it in GitHub Desktop.
Save abulte/096506818e4a1e588305ccd01cbaee6a to your computer and use it in GitHub Desktop.
## The order of the types in this file is important.
## This file exposes an array that defines the order in which the types will be matched.
##
## Always ensure that the extensions (and related) are properly lowercased.
version: '1'
types:
- name: gpkg
extensions:
- gpkg
- name: shp
extensions:
- shp
related:
- shx
- dbf
- prj
- sbn
- sbx
- fbn
- fbx
- ain
- aih
- shp.xml
- atx
- qix
- cpg
- qpj
- name: dbf
extensions:
- dbf
related:
- cpg
- name: csv
extensions:
- csv
- tsv
- name: tiff
extensions:
- tiff
- tif
related:
- tfw
- ovr
- xml
- name: ecw
extensions:
- ecw
- name: image
extensions:
- jpeg
- jpg
- jpe
- gif
- png
- dwg
- svg
- tiff
- ecw
- svgz
- jp2
- name: document
extensions:
- pdf
- doc
- docx
- xls
- xlsx
- rtf
- txt
- pps
- ppt
- ods
- odt
- odp
- odg
- epub
- name: json
extensions:
- json
- name: xml
extensions:
- xml
- xsd
- name: kml
extensions:
- kml
- kmz
- name: gpx
extensions:
- gpx
- name: geojson
extensions:
- geojson
- name: grib2
extensions:
- grib2
- name: sql
extensions:
- sql
- name: lyr
extensions:
- lyr
- name: owl
extensions:
- owl
- name: rdf
extensions:
- rdf
- ttl
- n3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment