-
Notifications
You must be signed in to change notification settings - Fork 12
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
sbJson 2.0 spatial #74
Comments
Spatial objects in mdJson are encoded in the GeoJSON standard. I have represented the Since the derivation method is Boolean I coded the 'featureAcquisitionMethod' to be either 'derived' or 'notDerived'. |
I need to know the order of the bounding box coordinates. min and max are possibly ambiguous. Is |
boundingBox should map to http://mdtools.adiwg.org/#viewer-page?v=1-0-5-0-3-2-2-0-1-0-2
|
mdTranslator readers compute a bbox for each geographic extent. For sbJson compute a new single bbox using all the computed bbox as geometries. |
Mapping of sbJson spatial to mdTranslator internal data structure:
Definition: This is the spatial representation of the item.
Mapping...
Map to: [schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n].type = 'Feature'
view mdTools
Map to: [schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n].id= 'representationalPoint'
view mdTools
Map to: [schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n][geometryObject].type= 'Point'
view mdTools
Map to: [schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n][geometryObject].coordinates
view mdTools
Map to: [schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n][properties].acquisitionMethod = 'notDerived'
view mdTools
Map to: **[schema][metadata][resourceInfo][extents][n][geographicExtents][n][geographicElement][n][geographicElements][n].bbox
view mdTools
Mapping to mdTranslator
Translation to mdJson
The text was updated successfully, but these errors were encountered: