Re: [gdal-dev] Possible bug in gdal.TransformPoint() gdal 3.0.1

2020-01-07 Thread Even Rouault
Benjamin, > Not sure if this is a bug so posting here first... This is an intented change of behaviour of GDAL 3. See https://github.com/OSGeo/gdal/blob/release/3.0/gdal/MIGRATION_GUIDE.TXT#L10 > from osgeo import osr > in_crs = osr.SpatialReference() > in_crs.ImportFromEPSG(4326) If you want t

[gdal-dev] Possible bug in gdal.TransformPoint() gdal 3.0.1

2020-01-07 Thread Deschamps, Benjamin (EC)
Hi gdal-dev list, Not sure if this is a bug so posting here first... I am having to reverse X and Y coordinates in a coordinate transformations (in at least 3 different dst_crs) otherwise I am getting -inf values. Python bindings with GDAL 3.0.1, Python 3.7.2 64-bit on Windows 10. For a point

Re: [gdal-dev] skipping date type detection of GeoJSON properties

2020-01-07 Thread Even Rouault
> ... ogr2ogr converts the identifiers to "3000\/02\/31" and "2000\/01\/01". > > Is there any way to preserve the original formatting of these strings? I've just added a DATE_AS_STRING=YEs open option for such situations: https://github.com/OSGeo/gdal/commit/3a7914cee018d5b65dc1639368edbd8faac254

Re: [gdal-dev] gdal-dev Digest, Vol 188, Issue 8

2020-01-07 Thread esayas lemma
How can I download the topics? 3EsayasSent from my Huawei phone Original Message Subject: gdal-dev Digest, Vol 188, Issue 8From: gdal-dev-requ...@lists.osgeo.orgTo: gdal-dev@lists.osgeo.orgCC: Send gdal-dev mailing list submissions to gdal-dev@lists.osgeo.orgTo subscribe or unsubscr

[gdal-dev] skipping date type detection of GeoJSON properties

2020-01-07 Thread Keith Jenkins
Hi, Is there anyway to skip OGR's automatic detection of date types? When using ogr2ogr, I'd like to avoid the inadvertent modification of certain date-like strings. For example, if I have this GeoJSON... { "type": "FeatureCollection", "features": [ { "type": "Feature", "pro

Re: [gdal-dev] Slow GDALComputeRasterMinMax on nc grids

2020-01-07 Thread Even Rouault
On vendredi 3 janvier 2020 17:27:19 CET Joaquim Manuel Freire Luís wrote: > Hi Even, > > New Year, new mysteries. I'm having quite strange slow times in computing > the min/max of netCDF files. https://github.com/OSGeo/gdal/pull/2155 will fix such performance issues (independently of whether lib

Re: [gdal-dev] gdal in a web service?

2020-01-07 Thread Markus Neteler
Hi, actinia, an OSGeo community project, offers REST support (mainly GRASS GIS based + ESA SNAP) and could do GDAL-only related jobs as well: https://github.com/mundialis/actinia_core Markus On Mon, Jan 6, 2020 at 5:26 PM Idan Miara wrote: > > Hi, > > Do you know any open source web service tha