James McClain

Results 6 issues of James McClain

The integration test `integration_tests/util/generate_scene.py` uses `ClassMap` and `ClassItem` which seem to no longer exist.

enhancement
tests

For a moderately-sized training set, the "unzipping" phase at the start of the training step can take quite a long time. This might be made moot by #1040

enhancement

## 🐛 Bug The ARM64 docker image appears to be broken. On the following configuration, ``` $ docker --version Docker version 24.0.5, build ced0996 $ uname -a Linux XXX #26~22.04.1-Ubuntu...

bug

A possible solution to https://github.com/geotrellis/gdal-warp-bindings/issues/73 is to load the library at runtime rather than linking directly to it.

enhancement

The windows version requires installation of the GDAL distributed from https://www.gisinternals.com/ . I think that perhaps that should be added to the first table that appears in README. ![table](https://user-images.githubusercontent.com/11281373/101359550-6fe68800-386a-11eb-9c70-4db85c4dbe84.png)

It is not clear that the code in the bindings is hot enough to warrant optimization, but if it is, then it might be helpful to [enable optimization in the...

enhancement