Re: [gdal-dev] HDF4Image stuck on translate

2022-02-22 Thread Rahkonen Jukka (MML)
Hi, It was sluggish last week and still is, I guess that especially with multi-band images https://lists.osgeo.org/pipermail/gdal-dev/2022-February/055474.html. Run the command with “ -- debug on” and you have more to follow when you see how Flushing dirty blocks is slowly progressing. -Jukka

Re: [gdal-dev] HDF4Image stuck on translate

2022-02-22 Thread Lorenzo Di Giacomo
Ok seems to be just a momentary problem, resolved after other 3-4 tests, can't really say what happened ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Use GitPod for GDAL?

2022-02-22 Thread Matt Wilkie
I finally have a working recipe for getting Gitpod fired up with a pre-populated gdal docker image! At Github repo root create .gitpod.yml: image: file: .gitpod.Dockerfile And in .gitppod.Dockerfile: FROM osgeo/gdal:ubuntu-small-latest RUN uname -a && cat /etc/os-release RUN apt-get update

[gdal-dev] HDF4Image stuck on translate

2022-02-22 Thread Lorenzo Di Giacomo
Hi, i'm doing some "conversion" test, from one format to another (mainly from TIFF to ALL). I found in HDF4Image driver that on some images, it get stuck. gdal_translate -of HDF4Image source.tiff dest.hdf Input file size is 2861, 3635 0...10...20...30...40...50...60...70...80...90...100 - done.

Re: [gdal-dev] using the docker images: updating?

2022-02-22 Thread Matt Wilkie
ahh, so I've run into a Gitpod-ism. They automagically create a `gitpod` user and disable root when importing a docker image. Ok, well I have a troubleshooting path to follow now. Thanks! ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] using the docker images: updating?

2022-02-22 Thread Even Rouault
You're root by default inside the container when using docker with standard invokation, so no need of sudo Le 22/02/2022 à 15:31, Matt Wilkie a écrit : When using the docker images, particularly 'osogeo/gdal' from docker hub, sudo isn't available. How does one `apt update` etc? thanks!

[gdal-dev] using the docker images: updating?

2022-02-22 Thread Matt Wilkie
When using the docker images, particularly 'osogeo/gdal' from docker hub, sudo isn't available. How does one `apt update` etc? thanks! ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Lightweight GIS CMS recommendations?

2022-02-22 Thread Cainã K . Campos
Hi Stefan, if geonode is not one option, what about leafmap? You can try to deploy in a streamlit app https://leafmap.org/ On Mon, Feb 21, 2022 at 3:30 PM Stefan Gofferje wrote: > Hi, > > On 2/21/22 19:43, Jesús de Diego Alarcón wrote: > > GeoNode? > > Hmmm, no. > > > El lun., 21 feb. 2022

Re: [gdal-dev] "tolerance condition error" on reprojecting natural earth data to webmercator (3857)

2022-02-22 Thread Even Rouault
This dataset includes latitude up to 90 degree north, which projects to infinity in EPSG:3857. You should use the -clipsrc option of ogr2ogr to for example cut at 85 degree Le 21/02/2022 à 10:14, Adam Akhtar via gdal-dev a écrit : Hi, I'm getting a "tolerance condition error" when trying to