Replies: 1 comment 1 reply
-
Hi. Found this in https://community.climatechange.ai post section. To Add : |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview & Problem
I've had a couple requests via email about adding support for European locations. Right now, this would require a pretty substantial change through separate fuel and topography APIs. Both the fuel and topography layers are currently downloaded for the United States through the python-landfire package (a python wrapper around the LANDFIRE API), and as of the creation of this discussion, a similar python API wrapper does not exist for a European fuel and topography dataset (that I can find).
This means that integration into SimFire would require:
Unfortunately, the SimFire team doesn't have the current capacity to develop this functionality ourselves, but we can advise, review and edit Pull Requests, and inform on issues.
Possible Data Sources
Fuel
With some very light googling, I've found a possible European fuel source with a simple URL request API. It would just require writing a Python wrapper:
Topography
I have no idea if these would work in practice, but some options:
Possible Solutions
python-landfire
and incorporate into SimFire as a dependency, deciding to use this package instead ofpython-landfire
, dependent on lat/long.2.
.1.
).Beta Was this translation helpful? Give feedback.
All reactions