Synthetic GeoJSON API with select pre-computed queries.
The programmatic entry point for each dataset is a metadata.json
file. Given the datasets slug
, its metadata file can be found at the following location:
https://github.com/gbosystems/data/raw/main/{slug}/metadata.json
This file contains a single JSON object which conforms to the following schema:
source
:string
- Original data source (if applicable)credit
:string
- Attribution creditsupdated
:number
- Timestamp of most recent data update (milliseconds since January 1, 1970 00:00:00)total
:number
- Total features in complete datasetendpoints
:object
- Describes available endpointsall
:object
- Complete dataset endpointurl
:string
- URL of endpoint
query
:object
- Query endpointurl
:string
- URL format of endpointproperties
:object
- Object describing properties available for query{property-name}
:array
- Array of primitive values which can be used to build the endpoint URL
World wide airport dataset maintained by OurAirports.
Slug: airports
US-only hospital dataset built with data maintained by U.S Centers for Medicare & Medicaid Services, geocoded using HERE Technologies services.
Slug: hospitals
World wide port dataset maintained by the US National Geospatial-Intelligence Agency.
Slug: ports