Possible venting date ranges for Brazil#37
Conversation
Updated Brazil Venting Ranges to filter our flaring prior to available S2 imagery. SkyTruth flaring map includes data from 2012 - 2023. Flaring points from 2012 - 2015 have been removed. Points are only included if flaring is identified for any year between 2016 and 2023.
|
@benshostak , can you clarify what changed and why between these two documents? No settings, configuration, or code changed between the commits, so it's really unclear how the output could possibly be different... |
|
@jonaraphael The changes I made to the code were on a different branch (offshore flaring) that I’m having trouble committing, so aren’t being reflected in the “Brazil-Possible-Venting-from-Flaring-Sites” branch. I believe I am running into the same git issue I had before when committing with the “ruff” package but forgot how to reconcile it :( I added this to the code prior to processing the points from skytruth annual flaring dataset: function to filter out rows where flaring only occurred prior to s2 imagerydef filter_recent_flaring(fc): points_filtered = filter_recent_flaring(table) Ethan pointed out some discrepancies between the gfw infra dataset that he reviewed and the flaring/venting dataset. Turns out around 40+ points in the flaring dataset were from before S2 imagery became available (2012 - 2015) and the infrastructure was not visible in the S2 imagery from 2016 onwards. I added the code above to remove points where no flaring was detected between 2016 and 2023 to remove these points. |
Added file "Brazil_Venting_Ranges_20150627_20250801.csv"