Re: [gdal-dev] Lack of srs importFromESRI integer function

2024-01-10 Thread Even Rouault via gdal-dev
Jesse, You can use SetFromUserInput("ESRI:")  . ImportFromEPSG(code) more or less does SetFromUserInput("EPSG:{code}") Even Le 10/01/2024 à 18:44, Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev a écrit : Hi, Our team has moved away from providing geogr

[gdal-dev] Lack of srs importFromESRI integer function

2024-01-10 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, Our team has moved away from providing geographic / projected CRS codes as strings and prefer using integers where possible. However, in the C++ API, I only see an integer based importFromEPSG function, which doesn’t appear to accept ESRI codes (crs not found error message). We’re targeti