3 new GEOE3 layers added, fires, drought, cyclones#169
Merged
Conversation
|
PR Deployment Details: |
bpstewar
reviewed
Feb 23, 2026
| "methodological_notes": "UNEP/GRID-Europe aggregated monthly World Fire Atlas (ESA-ESRIN) fire detections into a global mean fire-density raster for 1997–2010.", | ||
| "source_data": "World Fire Atlas (WFA, ESA-ESRIN) monthly products (modified algorithm 1), compiled and processed by UNEP/GRID-Europe into global fire density (1997–2010).", | ||
| "sci:citation": "UNEP/GRID-Geneva/Europe. Fires density 1997–2010 (derived from ESA-ESRIN World Fire Atlas).", | ||
| "method": "sum", |
Collaborator
There was a problem hiding this comment.
For the fire data, I am a bit confused by the method (sum vs mean). The source data measures "Expected fire events per year 1998-2010" - are you taking the sum over those years, or the average of those years? I will accept the PR for now, but we should double check this and all the metadata at some point as we do away with the xlsx file
bpstewar
approved these changes
Feb 23, 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.
What I changed
Processing Notes
Summary
The fire data is coarser than our H3 level hexagons, so our existing approach for zonal stats created lots of gaps. This is because the center of the underlying raster pixels was used to assign values to the hexagons.
(See
UnweightedZonalStats.png)Changes
kenya_db_vs_source_comparison.jpg).cyclones_japan.png).Outputs
Processed layers have been added to S3:
Images
UnweightedZonalStats.png
kenya_db_vs_source_comparison.jpg
cyclones_japan.png