Skip to content
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

Bump bundled GDAL to 3.10.1 #606

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

lnicola
Copy link
Member

@lnicola lnicola commented Jan 13, 2025

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

@lnicola lnicola merged commit de43096 into georust:master Jan 13, 2025
13 checks passed
@lnicola lnicola deleted the bump-gdal-src branch January 13, 2025 17:31
@lnicola
Copy link
Member Author

lnicola commented Jan 13, 2025

@jdroenner how would you feel about putting out a 0.18 release?

@justmytwospence
Copy link

I'm really struggling to use gdal in a vercel or netlify serverless function because building against gdal compiled from source in the build server has problems with the system libraries at runtime. Could this bundled GDAL help? I know it's limited but all I need it for is working with GeoTiffs. If it would help, how would I use it?

@lnicola
Copy link
Member Author

lnicola commented Jan 13, 2025

@justmytwospence can you say more about your build issues? I don't have any experience with serverless deployments.

The bundled version is really limited, it doesn't have GeoTIFF support. You could take a look at https://github.com/georust/geotiff or https://github.com/pka/georaster for a Rust-native implementation.

@justmytwospence
Copy link

@lnicola Ah then I suppose it's moot. Thanks though. I suspect my issues are more generic than gdal related and likely not relevant in this repo, let alone this issue. The geotiff crate didn't seem useful because it can only read from files, not memory. the georaster crate might be promising though!

@lnicola
Copy link
Member Author

lnicola commented Jan 13, 2025

I think it would be good to have a "serverless" guide, I wonder if those have a free plan or something.

only read from files, not memory

tmpfs goes brrr 😀.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants