skip to Main Content

Setting up GDAL in Docker

I’m trying to setup GDAL in Docker to support a Python back-end web server using Flask. After running docker compose up -d I’m receiving the following error: Could not find gdal-config. Make sure you have installed the GDAL native library…

VIEW QUESTION

I can not load sf in docker

I'm deploying an application (on docker) that is totally dependent on sf but I'm having trouble loading it into docker : FROM rocker/shiny #Make a directory in the container RUN mkdir /home/shiny-app RUN R -e "install.packages('sf')" RUN R -e "library('sf')"…

VIEW QUESTION

How to publish C# Gdal project to Debian

I have a .NET Core C# web project which uses GDAL and GDAL.Native packages. All works well locally, but after publishing to a Debian server, it reports a bunch of messages like /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.0/osr_wrap.so: cannot open shared object file: No such…

VIEW QUESTION
Back To Top
Search