Supported file formats

The library supports the following file formats. Please see the project issues for upcoming formats and feature requests.


Examples

GeoJSON

The file used in the example can be in the code repository: muenster_ring_zeit.geojson.

geoextent -b -t muenster_ring_zeit.geojson

CSV

Different CSV delimiters (;, ,) are automatically detected. Supported column names, by using Regular expressions operations, are as follows:

  • Latitude - (.)*latitude(.)* - ^lat - lat$ - ^y - y$

  • Longitude - (.)*longitude" - (.)*long(.) - ^lon - lon$ - (.)*lng(.)* - ^x - x$

  • Time - (.)*timestamp(.)* - (.)*datetime(.)* - (.)*time(.)* - ^date - date$

The file used in the example can be obtained from Zenodo Sandbox record 256820.

geoextent -b -t cities_NL.csv

GeoTIFF

The file used in the example is available online: wf_100m_klas.tif.

geoextent -b wf_100m_klas.tif

Shapefile

The file used in the example can be found at Geofabrik: shapefiles_toulouse.zip.

geoextent -b gis_osm_buildings_a_07_1.shp

GeoPackage

The file used in the example is available online: sample1_2.gpkg.

geoextent -b sample1_2.gpkg

GPS Exchange Format

The file used in the example is available online: run.gpx.

geoextent -b run.gpx

Geography Markup Language

The file used in the example is available online: clc_1000_PT.gml.

geoextent -b clc_1000_PT.gml

Keyhole Markup Language

The file used in the example is available online: KML_Samples.kml.

geoextent -b KML_Samples.kml