Re: [gdal-dev] units=km not working

2024-01-23 Thread Rahkonen Jukka via gdal-dev
: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] units=km not working Hi, why is units=km not working? gdaltransform -s_srs EPSG:4326 -t_srs "+proj=stere +lat_0=90 +lon_0=0 +lat_ts=60 +a=6378.14 +b=6356.75 +x_0=0 +y_0=0 +units=km" The following error is returned: ERROR 1: PROJ: proj_

Re: [gdal-dev] units=km not working

2024-01-23 Thread Even Rouault via gdal-dev
Le 23/01/2024 à 20:56, Wilco K via gdal-dev a écrit : Hi, why is *units=km* not working? * * *gdaltransform -s_srs EPSG:4326 -t_srs "+proj=stere +lat_0=90 +lon_0=0 +lat_ts=60 +a=6378.14 +b=6356.75 +x_0=0 +y_0=0 **+units=km" * The following error is returned: ERROR 1: PROJ: proj_create_operat

[gdal-dev] units=km not working

2024-01-23 Thread Wilco K via gdal-dev
Hi, why is units=km not working? gdaltransform -s_srs EPSG:4326 -t_srs "+proj=stere +lat_0=90 +lon_0=0 +lat_ts=60 +a=6378.14 +b=6356.75 +x_0=0 +y_0=0 +units=km" The following error is returned: ERROR 1: PROJ: proj_create_operations: Source and target ellipsoid do not belong to the same celesti