Skip to content

Synthetic GeoJSON API with select pre-computed queries

License

Notifications You must be signed in to change notification settings

gbosystems/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data

Synthetic GeoJSON API with select pre-computed queries.

Usage

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 credits
  • updated: number - Timestamp of most recent data update (milliseconds since January 1, 1970 00:00:00)
  • total: number - Total features in complete dataset
  • endpoints: object - Describes available endpoints
    • all: object - Complete dataset endpoint
      • url: string - URL of endpoint
    • query: object - Query endpoint
      • url: string - URL format of endpoint
      • properties: object - Object describing properties available for query
        • {property-name}: array - Array of primitive values which can be used to build the endpoint URL

Datasets

Airports

World wide airport dataset maintained by OurAirports.

Slug: airports

Hospitals

US-only hospital dataset built with data maintained by U.S Centers for Medicare & Medicaid Services, geocoded using HERE Technologies services.

Slug: hospitals

Ports

World wide port dataset maintained by the US National Geospatial-Intelligence Agency.

Slug: ports

About

Synthetic GeoJSON API with select pre-computed queries

Topics

Resources

License

Stars

Watchers

Forks