Frictionless Data Frictionless Data
Introduction
Projects
Universe
Adoption
People
Fellows (opens new window)
  • Architecture
  • Roadmap
  • Process
  • Get Help
  • Contribute
  • Code of Conduct
  • Events Calendar
  • Forum (opens new window)
  • Chat (Slack) (opens new window)
  • Chat (Matrix) (opens new window)
Blog
Introduction
Projects
Universe
Adoption
People
Fellows (opens new window)
  • Architecture
  • Roadmap
  • Process
  • Get Help
  • Contribute
  • Code of Conduct
  • Events Calendar
  • Forum (opens new window)
  • Chat (Slack) (opens new window)
  • Chat (Matrix) (opens new window)
Blog
  • Publishing Geospatial Data as a Data Package

    • Geo Data Packages
      • Examples

Publishing Geospatial Data as a Data Package

April 30, 2016 by Frictionless Data
Price icons created by Pixel perfect - Flaticon

Publishing your Geodata as Data Packages is very easy.

You have two options for publishing your geodata:

  • Geo Data Package (Recommended). This is a basic Data Package with the requirement that data be in GeoJSON and with a few special additions to the metadata for geodata. See the next section for instructions on how to do this.
  • Generic Data Package. This allows you to publish geodata in any kind of format (KML, Shapefiles, Spatialite etc). If you choose this option you will want to follow the standard instructions for packaging any kind of data as a Data Package.

We recommend Geo Data Package if that is possible as it makes it much easier for you to use 3rd party tools with your Data Package. For example, the datapackage viewer (opens new window) on this site will automatically preview a Geo Data Package.

TIP

Note: this document focuses on vector geodata – i.e. points, lines polygons etc (not imagery or raster data).

# Geo Data Packages

# Examples

# Traffic signs of Hansbeke, Belgium (opens new window)

Example of using point geometries with described properties in real world situation.

View it with the Data Package Viewer (opens new window)(deprecated)

# GeoJSON example on DataHub (opens new window)

# See more Geo Data Packages in the example data packages (opens new window) GitHub repository.

TIP

Recommended reading: Find out how to use Frictionless Data software to improve your data publishing workflow in our Introduction.

Blog Index