-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates 2024->2025 #165
base: main
Are you sure you want to change the base?
Updates 2024->2025 #165
Conversation
norlandrhagen
commented
Jan 7, 2025
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for setting up this PR @norlandrhagen!
Before updating the text, I believe we normally update the data so that we only show fire boundaries starting in 2025 (i.e. none from 2024) -- @badgley is that right?
This also seems like a good time to assess whether we want to save an archival version of the 2024 fires map.
Yes, we need to both "archive previous year" and "update tool for current year." Updating for 2025 involves two additional tasks:
That's where things get a little delicate — cleaning tiles for 2025 affects "archive previous year". We need to save a final version of the 2024 tiles before we wipe them, otherwise we have to jump through a few more hoops later to recreate the 2024 record. Ideally, these would be separate tasks but given the realities of the code / data the two tasks are intertwined and we should probably tread carefully to minimize headaches around accomplishing both tasks. I opened #166, which we'll need to resolve before merging. |
Currently points to 2021 archival data
Thanks for writing that up @badgley! I've started to set up the frontend page for the 2024 archive in this PR. So once we're done with the data updates, all we should need to do on the frontend is a simple update of data pointers. |