Skip to content

map tweaks#19

Open
lazarusA wants to merge 4 commits into
mainfrom
la/map_tweaks
Open

map tweaks#19
lazarusA wants to merge 4 commits into
mainfrom
la/map_tweaks

Conversation

@lazarusA

@lazarusA lazarusA commented Jun 8, 2026

Copy link
Copy Markdown
Member

continues #16

This PR renames the esdc variable and updates the data source. We will be using a 5km kilometre resolution product. Output from https://egusphere.copernicus.org/preprints/2024/egusphere-2024-165/

Also, I removed the package-lock.json, is always a compatibility pain, specially when several people on different machines develop / install packages. For building it should be fine, and if needed on a specific release we could always bring it back temporarily.

EDIT: Well, for rmpackage-lock.json, not so fast, CI workflow needs to be update accordingly, will do instead a different PR.

Note also that now for every pixel we will have

result = await zarr.get(array, [null, null, grid.latIndex, grid.lonIndex]); 
/* days, hours, lat, lon */

from which now is possible to compute the finger print.

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

🚀 Vercel preview deployed

Preview URL: https://earth-prints-c2l6t7hlu-anastasiia-s-projects10.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant