Re: [gdal-dev] gdalwarp together with proj5 pipelines

2018-09-13 Thread Markus Metz
On Thu, Sep 13, 2018 at 4:52 PM Dalia Prizginiene wrote: > > Hello, > > Is it possible to use gdalwarp together with pipelines "+proj=pipeline +step +inv +proj=lcc +lat_1=64... > > to transform the raster into different datum? > > > In here http://osgeo-org.1560.x6.nabble.com/gdal-dev-proj-5-su

Re: [gdal-dev] Exception in GDALAllRegister()

2018-09-13 Thread Even Rouault
On jeudi 13 septembre 2018 08:32:27 CEST FA wrote: > I have built GDAL.lib as a static library for Win32 using Visual C++ 2017. > The library uses std-lib Tools\MSVC\14.15.26726 > > Using an "empty" test application, I experience a crash in GDALAllRegister, > more precisely a NULL pointer derefere

[gdal-dev] Exception in GDALAllRegister()

2018-09-13 Thread FA
I have built GDAL.lib as a static library for Win32 using Visual C++ 2017. The library uses std-lib Tools\MSVC\14.15.26726 Using an "empty" test application, I experience a crash in GDALAllRegister, more precisely a NULL pointer dereferencing in xtree when GDALAddDerivedBandPixelFunc("real",

Re: [gdal-dev] gdalwarp together with proj5 pipelines

2018-09-13 Thread Even Rouault
Dalia, No, this is not yet possible. This is in my todo-list as part of my ongoing work in PROJ, GDAL, libgeotiff to support WKT2, PROJ5 new features. For now, you have to use -s_srs / -t_srs with projections method supported by PROJ Even > Hello, > > Is it possible to use gdalwarp together

[gdal-dev] gdalwarp together with proj5 pipelines

2018-09-13 Thread Dalia Prizginiene
Hello, Is it possible to use gdalwarp together with pipelines "+proj=pipeline +step +inv +proj=lcc +lat_1=64... to transform the raster into different datum? In here http://osgeo-org.1560.x6.nabble.com/gdal-dev-proj-5-support-added-in-trunk-td5358899.html it is said that "-ct" it could be

Re: [gdal-dev] Meaning of First pass in reading GeoJSON

2018-09-13 Thread Rahkonen Jukka (MML)
Rahkonen Jukka (MML) wrote: > That certain dataset contains just geometries but no attributes. I do not > know if geometries are all > polygons of if multipolygons can also appear. However, I hoped that by > setting the environment > variable ATTRIBUTES_SKIP=YES and defining -nlt PROMOTE_TO_MUL

Re: [gdal-dev] Meaning of First pass in reading GeoJSON

2018-09-13 Thread Rahkonen Jukka (MML)
Even Rouault wrote: On jeudi 13 septembre 2018 08:00:00 CEST Rahkonen Jukka (MML) wrote: >> Hi, >> >> What does GDAL do when it reads the whole GeoJSON file as "GeoJSON: >> First pass"? Could it make the total process faster if user could give >> the same information that is gathered with the

Re: [gdal-dev] Meaning of First pass in reading GeoJSON

2018-09-13 Thread Even Rouault
On jeudi 13 septembre 2018 08:00:00 CEST Rahkonen Jukka (MML) wrote: > Hi, > > What does GDAL do when it reads the whole GeoJSON file as "GeoJSON: First > pass"? Could it make the total process faster if user could give the same > information that is gathered with the First pass somehow directly,

[gdal-dev] Meaning of First pass in reading GeoJSON

2018-09-13 Thread Rahkonen Jukka (MML)
Hi, What does GDAL do when it reads the whole GeoJSON file as "GeoJSON: First pass"? Could it make the total process faster if user could give the same information that is gathered with the First pass somehow directly, or is that step needed in any case? Microsoft has an excellent GeoJSON data