I just installed version 3.4.0 of gdal using standard conda install, but
having error message stating libcurl version is incompatible with libgdal:
dyld: Library not loaded: @rpath/libcurl.4.dylib
Referenced from:
/Users/chuang/opt/anaconda3/envs/gdal/lib/libgdal.30.dylib
Reason: Incompatible
Louis-Philippe,
If this looks like a bug to you, let me know, I will open an issue on
the gdal repo.
You already did in https://github.com/OSGeo/gdal/issues/4144 :-). And
this was fixed in 3.3.2
Even
--
http://www.spatialys.com
My software is free, but my time generally not.
Hi all,
I have an issue with a polar stereographic projection definition.
Context: I tried to open a NetCDF files in QGIS and with GDAL and it
failed with:
* Gdal:/ERROR 1: PROJ: proj_as_proj_string: Unsupported conversion
method: Polar_Stereographic/
* Qgis:/WARNING Could not reproject
Thanks!
.___ ._ ..._ .. . ._. .___ .. __ . _. . __.. ... ._ .__
Entre dos pensamientos racionales
hay infinitos pensamientos irracionales.
On Mon, 15 Nov 2021 at 13:54, Even Rouault
wrote:
> Javier,
>
> However using "-ct", swaps the output:
> $ gdalwarp -ct '+proj=pipeline +step +proj=
Simon,
unfortunately there are a number of places in the degrib library which
aren't thread-safe, and you just spotted that the errSprintf() routine
was one of them. I've queued a fix for that in
https://github.com/OSGeo/gdal/pull/4830. Could you try it ?
Regarding gdal_translate performance
Javier,
However using "-ct", swaps the output:
$ gdalwarp -ct '+proj=pipeline +step +proj=axisswap +order=2,1 +step
+inv +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0. +x_0=0 +y_0=0
+ellps=GRS80 +step +proj=webmerc +lat_0=0 +lon_0=0 +x_0=0 +y_0=0
+ellps=WGS84' input.tif pipeline.tif
You should
Hi Even,
Using "gdalwarp -ct" was a good solution. It worked fine. Thanks!
However, when I tested it with another GeoTIFF, this case is from Japan,
gdalwarp is producing something strange.
The image is in EPSG:2455 "JGD2000 / Japan Plane Rectangular CS XIII" ,
that in EPSG is defined as northing-
Could anyone comment for this problem?
Thanks,
On 11/8/21 1:09 PM, Bang Pham Huu wrote:
> Hello,
>
> I've used 2 Sentinel-5p scenes in hdf5 / netCDF to geoTiff by gdal
> version 2.2.4 like example below:
>
> First, I extract the lat and lon coordinates from one HDF5 file
>
> gdal_translate -
Hi,
GDAL version 2.4.0 is not supported any more. I had a try with 3857.pdf with
GDAL 3.1.7 and Python 3.7 by running
gdal2tiles -r average -z 12-18 3857.pdf
Process took 15 seconds with my Windows laptop. I guessed you meant -r average
because -t antialias does not exist to my knowledge.
-Juk
Dear all,
I assume this belongs to this mailing list instead of the GitHub Issues.
Find attached 2 pdf (plots from QGIS) of the same area, but plotted in
EPSG:3857 and EPSG: 31370. (if attachments are not allowed: there is nothing
special about what is on the pdf: it's simply 1 styled vector lin
10 matches
Mail list logo