-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GDAL 3.1 and PROJ 7.1 #53
Comments
I'm kinda hesitant to the switch, we always avoided the switch to GDAL 3.1 because we found it was a bit slower than version 2.4 |
Slower depending on sqlite version, right? The wheels will include sqlite, so I'd be sure to upgrade it. Except for OS X, where we use the system one. |
We've got 3.24 in the manylinux1 wheels now, which meets the requirements of 3.11 mentioned in OSGeo/PROJ#1718. |
@vincentsarago I promise I'll mail the rasterio discussion group about this tomorrow. |
From https://rasterio.groups.io/g/main/topic/76829482#605 I conclude.
|
Done! |
It's not that I haven't wanted to, it's that changes in PROJ 6 and 7 have impacted packaging and environment configuration. But it's time to do this.
PROJ doesn't need data files any more; it can fetch data from the PROJ CDN. I think this will be the default for new wheels.
The text was updated successfully, but these errors were encountered: