Skip to content

map tweaks#19

Merged
lazarusA merged 5 commits into
mainfrom
la/map_tweaks
Jun 11, 2026
Merged

map tweaks#19
lazarusA merged 5 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-dffwaj60n-anastasiia-s-projects10.vercel.app

@lazarusA

Copy link
Copy Markdown
Member Author

I will merge this, and then we iterate from here. I will open new issues to keep track of them.

@lazarusA lazarusA merged commit 3e3acf4 into main Jun 11, 2026
2 checks passed
@lazarusA lazarusA mentioned this pull request Jun 11, 2026
lazarusA added a commit that referenced this pull request Jun 11, 2026
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