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

Decide on region/projection/basemap mapping schema #15

Open
MattF-NSIDC opened this issue Oct 4, 2023 · 1 comment
Open

Decide on region/projection/basemap mapping schema #15

MattF-NSIDC opened this issue Oct 4, 2023 · 1 comment

Comments

@MattF-NSIDC
Copy link

MattF-NSIDC commented Oct 4, 2023

Each "super" region (US West, Alaska, HMA, ...) has a projection. We need a way to represent this!

This file should also include basemaps for each projection.

First stab:

{ 
  "USWest": {"projection": "EPSG:3857", "basemaps": [...]},
  "Alaska": {"projection": "EPSG:9802", "basemaps": [...]},
}
@MattF-NSIDC MattF-NSIDC converted this from a draft issue Oct 4, 2023
@MattF-NSIDC MattF-NSIDC changed the title Decide on region/projection/basemap mapping format Decide on region/projection/basemap mapping schema Oct 4, 2023
@mfisher87
Copy link
Contributor

Currently we are only using web mercator, and will come back to this question later.

@mfisher87 mfisher87 removed the status in Snow Today Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants