Download raw body.
[new] py-morecantile & py-rasterio update
Am 11.04.25 um 10:28 schrieb Landry Breuil:
> hi,
>
> here's a new port for py-morecantile
> (https://github.com/developmentseed/morecantile) - a variant of
> geo/py-mercantile which is a requirement to update geo/py-rio-cogeo to a
> recent version.
>
> while here i've also updated py-rasterio to the latest version, all
> tests pass once the datafiles are copied in the right place, so added a
> pre-test target to check that.
>
> oks welcome to import py-morecantile post-unlock.
>
> Landry
Hi,
For rasterio, I think you need this patch on top:
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
"setuptools>=67.8",
"wheel",
"cython~=3.0.2",
- "numpy>=2"
+ "numpy>=1.26.4"
]
build-backend = "setuptools.build_meta"
Otherwise it is OK for me. While there, please remove me as maintainer
due to lack of time. Thanks!
-m
[new] py-morecantile & py-rasterio update