Joshua Arnott

Results 32 issues of Joshua Arnott

The resolution of DLLs has changed in Python 3.8 for Windows. > New in version 3.8: Previous versions of CPython would resolve DLLs using the default behavior for the current...

bug
resolved

Currently, if you attempt to write a feature to a collection with the wrong field names you get an error that looks something like this: ``` ValueError: Record does not...

intermediate

## Expected behavior and actual behavior. Since #482 Fiona can be build against three different versions of GDAL: 1.x, 2.0 and 2.2. It's possible for a user to build Fiona...

GDAL 2.0 introduced support for nonlinear geometries, such as `CIRCULARSTRING` and `CURVEPOLYGON`. There are also some functions converting to/from their linear approximations. https://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries I don't think it would be too...

enhancement

We have a few different ways of writing control curves now. I think this would make a nice chapter in the documentation.

documentation

Add a short section to the documentation regarding issues with non-deterministic models, where routes have equal costs.

documentation

We have classes that record: - Flow - Storage - Level - Arbitrary `Parameter` values (#181) - Aggregate statistics (e.g. total deficit) We have classes that can write: - Numpy...

enhancement
needs review

There isn't a consistent API for accessing the data stored by recorders. This is a little difficult as the information isn't a fixed shape (e.g. timeseries recorders vs aggregated recorders)....

enhancement

This could be more interesting: ``` ```

enhancement
good first issue

The new feature introduced in #262 requires that data loaded from excel have it's column specified by index (0, 1, ...) rather than by name. Is this an issue for...

documentation
stale