maxfenv
maxfenv
[@sebastianclarke](https://github.com/sebastianclarke) for visibility. Our current hack to reduce memory usage is monkey patching `rasterstats.main.sys.maxsize = 2**32`, which is not ideal.
> Adding a keyword argument should not be necessary (and casting the input to int64 shouldn't be necessary either). I would tend to agree that casting seems unnecessary, but I'm...
@perrygeo Yeah go ahead with that if you prefer and you have the time! It is certainly cleaner.
Addresses #334
Not that I'm familiar with github workflows at all, but given that image building is completely automated that way, presumably just pushing some additional tags as those aliases would be...
Begging your pardon, the actual building, tagging and pushing is happening in the makefile: https://github.com/postgis/docker-postgis/blob/master/Makefile
Thank you for your detailed response! > If someone wishes to automatically upgrade an existing PostGIS database from 3.3 to 3.4 to 3.5, the command SELECT postgis_extensions_upgrade(); should also be...
Thank you @stinovlas for both the kind words towards the `setuptools` maintainers, and for your suggestion of tuning `PYTHONWARNINGS` in the CI phase. Do you have a suggestion for an...