nsidc / snow-today-webapp-server

Serve data the snow-today-webapp depends on
https://snow-today-webapp-server.readthedocs.io/
MIT License
4 stars 0 forks source link

Decide on region/projection/basemap mapping schema #15

Open MattF-NSIDC opened 1 year ago

MattF-NSIDC commented 1 year ago

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": [...]},
}
mfisher87 commented 10 months ago

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