-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Collection Description properties #338
Comments
Some of the proposed properties are clearly common to many, if not all, APIs. However: |
The rationale behind including these properties in the schema of Common is that:
Although it is less obvious / more controversial, these specific properties are meaningful for non-gridded data, including vector features, 3D buildings, point clouds, and just about any other dataset. In CDB, we have the concept of significant size, which applies to vector features, 3D meshes and imagery alike. In 2DTMS, each tile matrix has a specific resolution that corresponds to both a specific scaleDenominator as well as a cellSize. So although some might find it a bit of a stretch, these properties are an indication of the resolution of the data i.e., how closely you can look at the data and still see something meaningful, regardless of the data type. They are a very Common concept, and a core one at that. Whether discovering or requesting data, the resolution is a key aspect. Global data at 1:10,000,000 / 2500 m resolution data is intended for completely different use cases than super high-resolution data at 1:30 / 1 cm. These properties provide an easy way to obtain this information. |
@jerstlouis I think using |
On a more positive note, |
@chris-little regarding your interpretation of Here
See also Table 13 in 2DTMS & Tileset metadata and Figure 13 above where all this was initially introduced. |
Thank you @jerstlouis for the explanation. So it is more of a Discovery Metadata description, especially considering the semantic overlap of |
@chris-little Yes, it probably actually is possible to offer the same collection as a map, a coverage, a 3D mesh, a point cloud and features all at once through different access mechanisms (OGC API - Maps, Coverages, EDR, 3D GeoVolumes, Features...). |
- This closes opengeospatial#301 and opengeospatial#338 - The following core record properties from Records were added: - keywords (also in 2DTMS & Tileset metadata model) - license (addresses opengeospatial#301; also in 2DTMS&TSMD) - resourceLanguages (also in 2DTMS&TSMD as simple strings) - formats (corresponding to mediaType in 2DTMS&TSMD as simple strings) - contacts (corresponding to pointOfContact in 2DTMS&TSMD as simple strings) - themes (also in 2DTMS&TSMD as simple strings) - rights - The following properties were added from 2DTMS & TSMD: - epoch (of the native CRS) - geoDataClasses - created - updated - accessConstraints - publisher - The other properties mentioned in opengeospatial#338 were already there.
- This closes opengeospatial#301 and opengeospatial#338 - The following core record properties from Records were added: - keywords (also in 2DTMS & Tileset metadata model) - license (addresses opengeospatial#301; also in 2DTMS&TSMD) - resourceLanguages (also in 2DTMS&TSMD as simple strings) - formats (corresponding to mediaType in 2DTMS&TSMD as simple strings) - contacts (corresponding to pointOfContact in 2DTMS&TSMD as simple strings) - themes (also in 2DTMS&TSMD as simple strings) - rights - The following properties were added from 2DTMS & TSMD: - epoch (of the native CRS) - geoDataClasses - created - updated - accessConstraints - publisher - The other properties mentioned in opengeospatial#338 were already there.
Possibly add (optional) properties to the collection schema properties that are already defined elsewhere (e.g., in OGC API - Features - Part 2: CRS, OGC API - Maps, OGC API - Tiles):
The text was updated successfully, but these errors were encountered: