Eric Hutton
Eric Hutton
This pull request fixes an error I'm seeing that seems to be a regression from *v1.2* to *v1.3* or *rasterio*. Apologies if this is the intended behavior, in which case...
After upgrading to *pyroma* 4, I began to see the following error, ```python Exception raised during metadata preparation Traceback (most recent call last): File ".../lib/python3.9/site-packages/pyroma/projectdata.py", line 57, in get_data return...
Apologies for the unsolicited pull request. I've added a small bit of functionality to *nbmake* that we have found to be useful and thought others might as well. This pull...
I thought it would be good to have a list of BMI design principles in the README. I'll list them here as well, ## BMI Design Principles * Easy to...
We should define a standard BMI for Octave and include it here along with an example. Lucky for us, @RolfHut and @wknoben have already done this for [MARRMoT](https://github.com/wknoben/MARRMoT). 🎉
This pull request adds a custom directive, `map-bmi-function`, that inserts a language mapping of a BMI function to sphinx documentation. Using MyST, it looks something like, ```` ```{map-bmi-function} get_value :language:...
# Description: There is currently some confusion in the BMI specification regarding how to handle variables that are not associated with any grid. While the documentation may not be inherently...
I've removed some wording in the description of `get_var_grid` that said grid ids start at 0. In fact, they can be any integer at all.
If a variable does not have a grid, then its location should be reported as `"none"`. This means that `get_var_grid` for that variable will not be implemented or, if it...
What was described as a "scalar" grid type in the docs was really a variable without a grid. The correct way to deal with this case is to not assign...