EPR-3: Basic map setup#16
Open
aivanchenk wants to merge 1 commit into
Open
Conversation
|
🚀 Vercel preview deployed Preview URL: https://earth-prints-g4dcbky6m-anastasiia-s-projects10.vercel.app |
lazarusA
reviewed
Jun 7, 2026
Comment on lines
+7
to
+21
| spatialResolutionDeg: 2.5, | ||
| temporalResolutionDays: 16, | ||
| dimensions: { | ||
| time: 989, | ||
| lat: 72, | ||
| lon: 144, | ||
| }, | ||
| /** Cell-center coordinates from the published lon/lat arrays. */ | ||
| grid: { | ||
| lonStart: -178.75, | ||
| lonStep: 2.5, | ||
| latStart: -88.75, | ||
| latStep: 2.5, | ||
| }, | ||
| defaultVariable: "air_temperature_2m", |
Member
There was a problem hiding this comment.
we should not hard-write these, but rather they should come from the variables metadata. For example, someone could provide a url that has really high resolution pixels, but only for Europe. We will need a automatic approach that can handle that.
Member
|
Also, let's add an option at the top, to select a 🌏 (sphere view) or a This looks good as is already. |
lazarusA
reviewed
Jun 7, 2026
| /* ============================================================ | ||
| EarthPrints design system | ||
| black / white / single teal accent (#006C66) | ||
| black / white / teal accent (#006C66 light, #52D4C8 dark) |
Member
There was a problem hiding this comment.
the teal contrast now in dark mode is too bright. Maybe tone it down a little bit. Best to try any color contrast checker online to see what could work best.
lazarusA
approved these changes
Jun 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an interactive /map view for exploring the ESDC test Zarr cube: pan/zoom a global basemap, click to select a grid cell, and stream a per-pixel climate time series into the browser via zarrita.js.
closes #3 #4