Skip to content
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

separate crs registration from resource extent #200

Open
pvgenuchten opened this issue Dec 12, 2022 · 1 comment
Open

separate crs registration from resource extent #200

pvgenuchten opened this issue Dec 12, 2022 · 1 comment

Comments

@pvgenuchten
Copy link
Contributor

currently the crs of the resource extent is used to indicate the crs of the resource

<gco:CharacterString>urn:ogc:def:crs:EPSG:{{ record['identification']['extents']['spatial'][0]['crs'] }}</gco:CharacterString>

many times this is not the case, the resource extent is generally expressed in wgs84, where the crs of the resource is typically different

Can we add a key to spatial indicating the crs of the resource

@pvgenuchten pvgenuchten changed the title separate crs registration then on resource extent separate crs registration from resource extent Dec 12, 2022
@pvgenuchten
Copy link
Contributor Author

Many metadata profiles indicate to place the geographic extent of the resource in LatLon, since this is not the projection of the original datasource, there should be an option to capture the projection info elsewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant