Skip to content

Level 3: Geolocation

There are two main map standards:

  • Point coordinates
  • Polygon coordinates

Both of them need to be in geojson structure.

The common coordinates standards across all our Data Products:

  • map_coordinates: {‘type’: ‘Point’, ‘coordinates’ : [Latitude, Longitude]}

These are some other geo-coordinate forms that are converted to the above standard.

  • longitude, latitude
  • latitude, longitude
  • Military Grid Reference System (MGRS)
  • United States National Grid (USNG)