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

Document spatial reference system requirement for extents #24

Open
jlblcc opened this issue Jun 4, 2020 · 7 comments
Open

Document spatial reference system requirement for extents #24

jlblcc opened this issue Jun 4, 2020 · 7 comments
Assignees
Labels
documentation Deals with documentation updates enhancement Create new guidance

Comments

@jlblcc
Copy link
Member

jlblcc commented Jun 4, 2020

The Import Extent section should note that any spatial files to be imported must use the EPSG:4326 (WGS 84, World Geodetic System 1984) spatial reference system. For reference, see the GeoJSON spec: https://tools.ietf.org/html/rfc7946#section-4

https://github.com/adiwg/mdEditor-doc/blob/master/reference/edit-window/metadata/extent-panels/features-import.md

@jlblcc jlblcc added the enhancement Create new guidance label Jun 4, 2020
@IronRico
Copy link
Contributor

IronRico commented Jun 5, 2020 via email

@jlblcc
Copy link
Member Author

jlblcc commented Jun 5, 2020

Ah, so internally mdJSON uses GeoJSON to store extents. So any of the supported file types is converted to GeoJSON by mdEditor. Therefore, the user must make sure that the files being uploaded are using the 4326 spatial reference system. Something like:

Any imported data should use the World Geodetic System 1984 (WGS 84) [WGS84] coordinate reference system, with longitude and latitude units of decimal degrees, This is equivalent to EPSG:4326 and urn:ogc:def:crs:OGC::CRS84. See https://epsg.io/4326 for more information.

@IronRico
Copy link
Contributor

Ashampoo_Snap_Thursday, June 11, 2020_18h13m04s_004_

I am in the process of making the change above. I started from a clear repo without the changes of GitBook version 2 being added.

@jlblcc
Copy link
Member Author

jlblcc commented Jun 11, 2020

Don't forget to use a hint box to emphasize the text:

{% hint style='info' %}
Important info: this note needs to be highlighted
{% endhint %}

@IronRico
Copy link
Contributor

Ashampoo_Snap_Thursday, June 11, 2020_18h50m23s_005_

Got it. I left off the last "%" on there.

@jlblcc
Copy link
Member Author

jlblcc commented Jun 12, 2020

👍

Also, I'd recommend using a short description/title of the destination rather than "this site".

@IronRico
Copy link
Contributor

Ashampoo_Snap_Friday, June 12, 2020_10h11m45s_006_

How does that look?

@IronRico IronRico added the documentation Deals with documentation updates label Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Deals with documentation updates enhancement Create new guidance
Projects
None yet
Development

No branches or pull requests

3 participants