EOEPCA / data-access

EOEPCA+ Data Access BB
https://eoepca.readthedocs.io/projects/data-access
Apache License 2.0
0 stars 0 forks source link

Provide examples of various types of records #72

Closed j08lue closed 1 month ago

j08lue commented 2 months ago

We need sample "records" data for design, development, and testing.

Good examples probably already exist around places like

Acceptance criteria

j08lue commented 2 months ago

I see that both pycsw and pygeoapi include CITE data in their test suite:

And the yaml data includes full records, e.g. https://github.com/geopython/pygeoapi/blob/1429a81887095ede715eab3e2e831a3992371a97/tests/cite/cite.config.yml#L59-L104

There is also a pygeoapi demo deployment that contains some sample records collections, i.e. https://demo.pygeoapi.io/master/collections - also nicely listed here: https://github.com/opengeospatial/ogcapi-records/blob/master/implementations.md#pygeoapi

In most of the collections I saw when browsing these, the resources were geospatial vector datasets in various formats (geojson, shapefile, tiledb, mvt, geopkg, sqlite, linked services like WFS...).

I wonder whether any public / demo catalogs use OGC records for documents like PDF or notebooks, too - have yet to find one.

j08lue commented 2 months ago

Btw, a nice overview table of the record properties (all but id are optional) can be found here: https://github.com/opengeospatial/ogcapi-records?tab=readme-ov-file#the-record-common-component

j08lue commented 2 months ago

Btw - there is a nice cross-walk between OGC API Records (OAR) and STAC: