developmentseed / developmentseed/deck.gl-raster

Example with polar stereographic data

Open
#330 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
228
Forks
29
Avg merge
12h 27m
Merged PRs (30d)
4

Description

- Refer to @gadomski's example for loading and displaying a basemap
- [Load basemap](https://github.com/developmentseed/living-ice-temperature/blob/fe94c3ae36dd55061162b60e63d89c4a9ab3005b/frontend/src/hooks/usePublic.ts#L4-L10), which loads https://github.com/developmentseed/living-ice-temperature/blob/fe94c3ae36dd55061162b60e63d89c4a9ab3005b/frontend/public/quantartica-simple-basemap.json
- [Basemap rendering in deck.gl](https://github.com/developmentseed/living-ice-temperature/blob/ffc999ba08ce530f55dbc3ed76316f2c1ab16686/frontend/src/components/Map.tsx#L90-L101)
- Set [COORDINATE_SYSTEM.CARTESIAN](https://github.com/developmentseed/living-ice-temperature/blob/ffc999ba08ce530f55dbc3ed76316f2c1ab16686/frontend/src/components/Map.tsx#L94)
- Set [view](https://github.com/developmentseed/living-ice-temperature/blob/ffc999ba08ce530f55dbc3ed76316f2c1ab16686/frontend/src/components/Map.tsx#L61)
- Set [view state](https://github.com/developmentseed/living-ice-temperature/blob/ffc999ba08ce530f55dbc3ed76316f2c1ab16686/frontend/src/components/Map.tsx#L63-L68)
- REMA Homepage: https://www.pgc.umn.edu/data/rema/
- [Reference Elevation Model of Antarctica (REMA) AWS Open data registry](https://registry.opendata.aws/pgc-rema/)
- STAC API: https://stac.pgc.umn.edu/api/v1/
- [PGC Dynamic STAC API Tutorial](https://polargeospatialcenter.github.io/pgc-code-tutorials/dynamic_stac_api/web_files/stac_api_demo_workflow.html)

We should be able to have a MosaicLayer which renders each COGLayer under the hood.

We could potentially have a switcher for whether to render 30m, 10m, or 2m data.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.