geoschem / integrated_methane_inversion

Integrated Methane Inversion workflow repository.
https://imi.readthedocs.org
MIT License
26 stars 24 forks source link

SRON plume data not being fetched for use in state vector aggregation (dev branch) #197

Closed eastjames closed 4 months ago

eastjames commented 6 months ago

Name: James East Institution: Harvard ACMG

SRON plume csv files are scraped from the SRON website in these lines: https://github.com/geoschem/integrated_methane_inversion/blob/ed50db58cf180cbfcfb4b3fae4d994b3b26cfd8d/src/inversion_scripts/point_sources.py#L91C1-L92C1

IMI scrapes csv files from https://earth.sron.nl/wp-content/uploads. However, it looks like the permissions to access "wp-content/uploads" have changed recently. As a result, the files there can't be publicly accessed, and SRON plumes aren't used in state vector aggregation.

jdmaasakkers commented 6 months ago

We'll try to come up with a solution on our (SRON) side.

jdmaasakkers commented 5 months ago

The plumes can now be found at https://ftp.sron.nl/pub/memo/.

eastjames commented 5 months ago

Thank you, Bram!

eastjames commented 4 months ago

This is fixed in PR #219 in dev