JavaScript API for Coverage Data
A JavaScript API for handling arbitrary coverage data. The API is based on the object structure of CoverageJSON but abstracts over it to make it exchangeable. It's purpose is to serve as a common interface that libraries can implement and depend on. It is a work-in-progress and the API is likely to change in some areas.
Start here: Coverage objects or CoverageCollection objects
- covjson-reader - Library that reads CoverageJSON documents, exposing the data as
Domain,Coverage, orCoverageCollectionobjects - leaflet-coverage - Leaflet plugin that visualizes
Domain,Coverage, andCoverageCollectionobjects on a map
This specification is developed within the MELODIES project.