Fedor Baart

Results 10 comments of Fedor Baart

Hi all, I'd like to contribute code and documentation to PyWPS. I confirm that my contributions to PyWPS under user name SiggyF are and will be compatible with the PyWPS...

If I understand this issue correct, the implementation would consist of the following: - [ ] add the `raster-color` style properties to `src/style/style_layer/raster_style_layer_properties.js` The variable `raster-color` would be consistent with...

Added info in console.log message. Please add relevant data licensing info to the file called `LICENSE`.

This error is caused by [this](https://github.com/openai/gym/pull/3041) update to the gym environment (since 0.26), the `env_spec` was removed in favour of a simple dictionary. The suggested change looks good to me....

I think the pycrypto library was the only native (c-based) dependency (which also required manual compilation). If that's no longer needed, we can see the distribution as an "all" /...

I tested this version and reviewed the code. Looks good to me.

Thank you for opening this issue. I'm looking into this issue to implement the support for [zarr.js](https://github.com/gzuidhof/zarr.js/). I had a call on this topic with the develop @gzuidhof. I looked...

Thanks for considering. That's a good point. I see some constants in the pyais (ManeuverIndicator, EpfdType) use IntEnum. Their behaviour changes from Enum to ReprEnum by upgrading to python>=3.11 (as...