-
Notifications
You must be signed in to change notification settings - Fork 301
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
Issue installing sf on Ubuntu with GDAL 3.2? #1550
Comments
We saw this problem in rocker-org/geospatial#31 . My suggestions are either to not build on |
This: #1518 (comment) |
oh wow. OK thanks for the thorough explanation! I'll look for another way to get GDAL 3.2 for experimentation. Looks like https://github.com/perrygeo/docker-gdal-base has it. |
Nope, same deal over there. sigh. One day, this proj transition will settle down. |
@Robinlovelace what do you suggest? |
Hi @dblodgett-usgs, definitely a good question and one that has confused many people. I suggest using the rocker/geospatial:dev-osgeo container, e.g. as follows:
Running that gives:
See rocker-org/geospatial#31 and the rocker documentation for further info. Does that help? Hope so! |
Nice! I'll give it a go. Thank you. |
I did get this working and have been able to test a COG file from |
I'm working on testing COG endpoints and would like to try
stars
against a COG with GDAL... at v3.1, GDAL keeps trying to access a COG as an OPeNDAP endpoint so I figured I'd try getting updated to 3.2 as they introduced the ability to specify the format. (not suresf
actually passes the parmeter, but figured it was worth a shot!)In the process, I found that I can't get
sf
to install cleanly on this setup. See the Dockerfile below. It makes it all the way to the end then fails with an error I don't see any reference to.Any ideas? Error is:
undefined symbol: proj_get_units_from_database
The text was updated successfully, but these errors were encountered: