Re: [gdal-dev] GRIB can't get nodata and cmake can't disable FileGDB

2023-05-12 Thread Ivan Lucena
2023 9:34 AM To: Ivan Lucena ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GRIB can't get nodata and cmake can't disable FileGDB Ivan, (I see you've filed an issue for the GRIB nodata issue since.) But I am getting a compilation error, somewhere on ogrsf_frmts/openfilegdb, and I cannot tu

[gdal-dev] GRIB can't get nodata and cmake can't disable FileGDB

2023-04-24 Thread Ivan Lucena
Hi, I updated a Linux machine from GDAL 2.3 to 3.4 and after that some python scripts started to crash. I found out that when band.GetNodataValue() was called for bands > 1 the return was always None. But I tested the same WMO file with gdalinfo or gdalinfo.py and all the bands return the

Re: [gdal-dev] GDAL support on OCI

2022-03-07 Thread Ivan Lucena
Interesting question Chaitanya, But the answer is probably no. The VSI drivers mentioned on that page are supposed to access assets, buckets and file system on popular cloud services. There is no Oracle Cloud Infrastructure (OCI) driver for that purpose, but you might be able to access

Re: [gdal-dev] [External] : Re: how to build netCDF driver plugin

2022-02-25 Thread Ivan Lucena
Hi Fengting, The Windows error message might be telling you that while it was loading the plugin library, that DLL was required to load another DLL(s), from the SDK probably, and that is not in the PATH. You need to check if the plugin DLL was built against a static or a dynamic SDK library.

Re: [gdal-dev] How to incorporate driver updates into GDAL?

2021-04-23 Thread Ivan Lucena
Hi Hongmei, I am the original author of the RST driver. I can help if you need. Regards, Ivan From: gdal-dev on behalf of Even Rouault Sent: Friday, April 23, 2021 12:05 PM To: Hongmei Zhu ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] How to incorporate

Re: [gdal-dev] Motion: remove and deprecate a few drivers

2021-03-03 Thread Ivan Lucena
still (not install) From: gdal-dev on behalf of Ivan Lucena Sent: Wednesday, March 3, 2021 3:20 PM To: Even Rouault ; Joaquim Manuel Freire Luís ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Motion: remove and deprecate a few drivers Even, Is the INGR

Re: [gdal-dev] Motion: remove and deprecate a few drivers

2021-03-03 Thread Ivan Lucena
Even, Is the INGR driver for Integraph raster install needed? It was developed when the format was already deprecated. It was supposed to read old files and there was some old hardware, scanner, spitting out in that file format. Regards, Ivan From: gdal-dev

Re: [gdal-dev] zarr driver PR

2021-02-01 Thread Ivan Lucena
Hi Sean, I started playing with the idea of building a Zarr driver a year ago. I haven't done much at that time and haven't touched it since. Even though I have developed a bunch of drivers in C++, with various forms of compression, since the beginning it occurred to me that the Zarr driver

Re: [gdal-dev] DLL load failed: The specified module could not be found

2020-10-24 Thread Ivan Lucena
Hi Saad, You probably have followed the steps to use Python2 on Anaconda3 [https://docs.anaconda.com/anaconda/user-guide/tasks/switch-environment/] But did you install GDAL on both environments independently? Can you run "gdalinfo --version" while "py2" is activated? We all know that DLL

Re: [gdal-dev] ogr2ogr with ORACLE driver: limitation on table name size?

2020-09-15 Thread Ivan Lucena
:33 AM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena ; Victoria Ponz-Sarvise Subject: Re: [gdal-dev] ogr2ogr with ORACLE driver: limitation on table name size? Ivan, > https://github.com/OSGeo/gdal/blob/70a2ec1795c3e01aeaf1ac3c0f7c69a3f0fa2ca5/ > gdal/ogr/ogrsf_frmts/oci/ogrocisessi

Re: [gdal-dev] ogr2ogr with ORACLE driver: limitation on table name size?

2020-09-15 Thread Ivan Lucena
According to that code it should work: https://github.com/OSGeo/gdal/blob/70a2ec1795c3e01aeaf1ac3c0f7c69a3f0fa2ca5/gdal/ogr/ogrsf_frmts/oci/ogrocisession.cpp#L316 Ticket: https://trac.osgeo.org/gdal/ticket/6866 From: gdal-dev on behalf of Victoria Ponz-Sarvise

Re: [gdal-dev] Building for Java on MacOS

2020-04-27 Thread Ivan Lucena
Hi David, I am in the process of refreshing my GDAL building process in a Mac, so I might be able to help with that question. You need to install SWIG in your machine. And one way to do that is using the HomeBrewer [brew.sh] another is Anaconda [anaconda.com] $ brew install swig or $ conda

Re: [gdal-dev] vsicurl and HTTP error 403

2020-04-09 Thread Ivan Lucena
and paste the gdalinfo report. Thanks man, you are the best. Take care, Ivan From: Even Rouault Sent: Wednesday, April 8, 2020 6:41 PM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re: [gdal-dev] vsicurl and HTTP error 403 Ivan, Experimentally, I

[gdal-dev] vsicurl and HTTP error 403

2020-04-08 Thread Ivan Lucena
Hi, I am wondering if someone can help to point what I am doing wrong here. This is data that I am trying to access: $ gdalinfo /vsicurl/https://gimms.gsfc.nasa.gov/MODIS/std/GMOD09Q1/tif/NDVI/2019/249/GMOD09Q1.A2019249.08d.latlon.x33y07.6v1.NDVI.tif.gz ERROR 11: HTTP response code: 403

Re: [gdal-dev] How to get a file list from a Sentinel zip?

2020-04-08 Thread Ivan Lucena
Hi Jukka, I hit "Send" before knowing that Even had replied you. Ivan From: Rahkonen Jukka (MML) Sent: Wednesday, April 8, 2020 12:52 PM To: Ivan Lucena ; 'gdal-dev@lists.osgeo.org' Subject: Re: How to get a file list from a Sentinel zip? I

Re: [gdal-dev] How to get a file list from a Sentinel zip?

2020-04-08 Thread Ivan Lucena
Jukka, > gdalinfo S2A_MSIL2A_20200403T092021_N0214_R093_T34TFS_20200403T114409.zip > ...if I rename the zip file into “test.zip” I can get the file list. > gdalinfo /vsizip/test.zip You did more than renaming the file, you also added /vsizip/ but it might be a typo while editing the e-mail.

Re: [gdal-dev] NetCDF and ESA Probav issue with corner coordimates

2019-11-05 Thread Ivan Lucena
data provider costumer services. Thanks, Ivan From: Even Rouault Sent: Sunday, November 3, 2019 4:45 PM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena ; Andrew C Aitchison ; Richard Duivenvoorde Subject: Re: [gdal-dev] NetCDF and ESA Probav issue with co

Re: [gdal-dev] NetCDF and ESA Probav issue with corner coordimates

2019-11-01 Thread Ivan Lucena
uld prefer not to do. Best regards, Ivan From: Andrew C Aitchison Sent: Friday, November 1, 2019 7:24 AM To: Richard Duivenvoorde Cc: Ivan Lucena ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] NetCDF and ESA Probav issue with corner coordimates Does

[gdal-dev] NetCDF and ESA Probav issue with corner coordimates

2019-10-31 Thread Ivan Lucena
Hi Folks, I Downloaded NetCDF files from http://land.copernicus.eu/global/products/ndvi and I am having problems with the GeoTransform that the driver is getting. The image extents, as you can see in following gdalinfo report, goes beyond the -180 and +180 longitude degrees (half resolution,

Re: [gdal-dev] NetCDF driver detected file type

2019-08-07 Thread Ivan Lucena
Even, Kurt, I've been thru the same issue last week. I might be wrong but the only way that I found to add support for NC4 into the netcdf-c-4.6.3 build was by enabling HDF4 . You might try run "./configure --help | grep 4" on the netCDF SDK to see if there is another way. I rebuild

Re: [gdal-dev] NetCDF driver getting wrong values if compared to HDF5

2019-08-05 Thread Ivan Lucena
______ From: Even Rouault Sent: Friday, August 2, 2019 11:54 AM To: Ivan Lucena Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] NetCDF driver getting wrong values if compared to HDF5 On vendredi 2 août 2019 14:44:02 CEST Ivan Lucena wrote: > Even, > > The metadata of one

Re: [gdal-dev] NetCDF driver getting wrong values if compared to HDF5

2019-08-02 Thread Ivan Lucena
ugust 2, 2019 5:19 AM To: Ivan Lucena Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] NetCDF driver getting wrong values if compared to HDF5 On jeudi 1 août 2019 22:10:22 CEST Ivan Lucena wrote: > Hi Even, > > Thank you very much for your attention on this issue. Thank y

Re: [gdal-dev] NetCDF driver getting wrong values if compared to HDF5

2019-08-01 Thread Ivan Lucena
blem whatever driver I use. But maybe the netCDF and HDF5 driver's authors would like to take a look. Thank you again, Ivan From: Even Rouault Sent: Wednesday, July 31, 2019 11:19 AM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re: [gdal-dev] NetC

Re: [gdal-dev] from projection coordinates to pixel coords

2019-07-31 Thread Ivan Lucena
Hi Ahmet, I would suggest for your to look into the raster tutorial page and search for all the occurrences of "adfGeoTransform" and read the comments and code related to that. https://gdal.org/tutorials/raster_api_tut.html Another good source code to take a look is the gdal_translate_lib.cpp

[gdal-dev] NetCDF driver getting wrong values if compared to HDF5

2019-07-30 Thread Ivan Lucena
Hi, I am struggling with an issue with the NetCDF file with dealing with data from ESA Copernicus, Proba-V 1KM Level 3. If I read the data using the HDF5 driver I lose the georeferenced but the values seems to more aceturate, since the pixels values over the ocean are supposed t be flagged as

Re: [gdal-dev] Python RasterizeLayer and gdal_rasterize

2019-07-24 Thread Ivan Lucena
like a bug to you? A GEOJSON driver bug maybe. I probably did something like that once in a raster driver, wait for the closing of the file to update the SRS. Thanks, Ivan From: Mike Taves Sent: Wednesday, July 24, 2019 4:40 PM To: Ivan Lucena Cc: gdal-dev

Re: [gdal-dev] Python RasterizeLayer and gdal_rasterize

2019-07-24 Thread Ivan Lucena
sformation operation to fix the problem. I am going to work on that. Thank you again so very much, Ivan From: Even Rouault Sent: Wednesday, July 24, 2019 10:57 AM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re: [gdal-dev] Python Rast

[gdal-dev] Python RasterizeLayer and gdal_rasterize

2019-07-24 Thread Ivan Lucena
Hi there, I am having a problem with gdal.RasterizeLayer() in Python. I look at the documentation and code example in forums and tutorial but I can't find a solution to my problem. My code is supposed to loops thru a shape files, with countries for example, and create a boolean image of each

Re: [gdal-dev] Extracting Z coordinate from DEM - Python

2019-07-01 Thread Ivan Lucena
César, The error message you posted indicated that the function float() received a NoneType argument and you have a call to ReadAsArray inside float(), so I guess that ReadAsArray has failed without an exception. Maybe you tried to read from an area outside the image. You might want to call

Re: [gdal-dev] [SeasonOfDocs] Offers for GDAL documenting

2019-06-17 Thread Ivan Lucena
Talking about basics... Most of the SDK we download to build drivers comes with an INSTALL file (.md or not) and that is what people usually look for when they decide that they need to download and build a FOSS. But GDAL doesn't have that. Yes, the information is there, somewhere but it would

Re: [gdal-dev] Question of file ordering in VRT

2019-03-07 Thread Ivan Lucena
That’s depend on how the OS sort the file names. Windows for example does some weird stuff. It might be better to build your list files and pass it as a parameter instead of relay on *.tif Get Outlook for iOS From: gdal-dev on behalf of

Re: [gdal-dev] osx compile failure

2019-01-16 Thread Ivan Lucena
Alan, Did you used --without-libtool on ./configure? If you do that, I believe that the file ./apps/gdalinfo and all other executables will be real executables and the makefiles will call "install_name_tool" to register the libgdal.dylib on the executables. In that case DYLD_LIBRARY_PATH will

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-07 Thread Ivan Lucena
Hi Athin, Here it goes again: https://github.com/OSGeo/gdal/tree/master/gdal/swig/csharp/apps For more information on GDAL's C# API: https://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp Regards, Ivan On 11/6/18, 8:34 PM, "gdal-dev on behalf of Athin" wrote: Hai Ivan, May i know

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-02 Thread Ivan Lucena
Hi Athin, I think we have some problem with the GDAL tutorials. The first example in C and C++ have the same error as your code, pszFilename is not initialized [https://www.gdal.org/gdal_tutorial.html]. It is not supposed to be a full source code sample, but anyway... Yeah I will take the

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-01 Thread Ivan Lucena
Athin, If this is your target, GDAL might not be the right choice for you. My target just know want to try to display raster map, but i still stuck in this starting point. The code I run below will display an error The GDAL API doesn't support display capabilities. If you go ahead

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-31 Thread Ivan Lucena
Hi Athin, Just to complement what Mateusz wrote, the project files generated automatically are not a *real* Visual Studio C++ project that you can change parameters on the project's property dialogbox. The generated project is what Microsoft calls a Makefile project. It is just a shell around

Re: [gdal-dev] Trouble Building GDAL with HDF5

2018-07-25 Thread Ivan Lucena
Christopher, I believe that this problem has to do with how you build the HDF5 library. Are you building it yourself I fight with that same problem on Linux a couple of months ago, after an HDF5 update. The solution was to include Zlib into the HDF5 building configuration. I don't have

Re: [gdal-dev] GDAL with Teigha DWG driver

2018-03-27 Thread Ivan Lucena
Hi Nicol, I've been through the same problem. Actually, I was helping someone that had that problem. If I remember correctly, the SDK that you download from the site doesn't have some needed components to build the GDAL driver. You would need to register ($?) with that company to get the full

Re: [gdal-dev] Dropping dlopen/LoadLibrary loading of proj.4 ?

2017-05-08 Thread Ivan Lucena
Hi Howard, Yep. It is a license issue but I am not going to get into the details. But apart from that, lets think about other scenarios: An application is using GDAL and Proj4 and someone decide to update GDAL to get some bug fixes. But GDAL is build *without* static Proj4 and therefore

Re: [gdal-dev] Dropping dlopen/LoadLibrary loading of proj.4 ?

2017-05-06 Thread Ivan Lucena
-1 We have the options to build drivers against static and dynamic libraries of its SDKs, like HDF4,5 and openjpeg for example, using the same "--with-driver-name" Why not keep that same option for proj4? --with-proj4=-library-path I have projects where I let user to decide if they want

Re: [gdal-dev] Dropping dlopen/LoadLibrary loading of proj.4 ?

2017-05-06 Thread Ivan Lucena
GDAL build and I *need* to have the options to let the user decided if they want to add proj4 shared libraries. Regards, Ivan From: Even Rouault <even.roua...@spatialys.com> Sent: Saturday, May 6, 2017 1:35:18 PM To: Ivan Lucena Cc: Kurt Schwehr; gd

Re: [gdal-dev] configure: WARNING: unrecognized options: --with-macosx-framework

2017-01-05 Thread Ivan Lucena
++ and the GDAL macosx-framework build worked just fine. I don't know if we need to change that. Thanks, Ivan From: Even Rouault <even.roua...@spatialys.com> Sent: Tuesday, January 3, 2017 5:55:49 AM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re:

[gdal-dev] configure: WARNING: unrecognized options: --with-macosx-framework

2017-01-02 Thread Ivan Lucena
Hi, I can successfully built GDAL on OSX as long as my target is /usr/local but when building for the framework I and getting some errors. The first one seems easy no fix: $ ./configure --with-macosx-framework configure: WARNING: unrecognized options: --with-macosx-framework checking build

Re: [gdal-dev] Ogr2ogr -dim and Oracle

2016-11-17 Thread Ivan Lucena
nmittauslaitos.fi> Sent: Thursday, November 17, 2016 9:18:43 AM To: Even Rouault; Ivan Lucena Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Ogr2ogr -dim and Oracle Hi, Probably SDO_COORD_REF_SYS is what to use nowadays even I guess that it points to MDSYS tables. Looks like somethin

Re: [gdal-dev] Ogr2ogr -dim and Oracle

2016-11-17 Thread Ivan Lucena
Hi Even, Did you try your change? There has been a lot of changes in both sides over the years that are not reflected on the OCI driver code. That hard coded SRID conversion should be deleted since EPSG is fully supported now. He georaster driver uses some PLSQL functions to try to match WKT

Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Ivan Lucena
Thanks. From: Even Rouault <even.roua...@spatialys.com> Sent: Monday, October 31, 2016 11:32:30 AM To: Ivan Lucena Cc: gdal-dev@lists.osgeo.org; Johan de Braak Subject: Re: [gdal-dev] gdal.RasterizeOptions output type Le lundi 31 octobre 2016 14:24:44

Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Ivan Lucena
Even, Are you planning to backport that? From: gdal-dev on behalf of Even Rouault Sent: Monday, October 31, 2016 6:29:27 AM To: gdal-dev@lists.osgeo.org Cc: Johan de Braak Subject: Re: [gdal-dev]

Re: [gdal-dev] Utilities as a library, C API

2016-10-20 Thread Ivan Lucena
it has something to do with that. The GTIFF create-option BLOCKXSIZE doesn't seems to work. I tries with larger images and it seems like we can only control the number of rows on a block (BLOCKYSIZE), but not the number of columns (BLOCKXSIZE). Thanks again. Best regards, Ivan __

[gdal-dev] Utilities as a library, C API

2016-10-19 Thread Ivan Lucena
Hi there, I am trying to use C API defined in gdal_utils.h. By reading the RFC 59.1 I understand that the SWIG wrappers will have a nice interface to pass the parameters [1], ex.: format --- output format ("GTiff", etc...) outputType --- output type (gdal.GDT_Byte,

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-30 Thread Ivan Lucena
rds, Ivan ____ From: Ivan Lucena <lucena_i...@hotmail.com> Sent: Monday, August 15, 2016 3:37 PM To: Mateusz Loskot; Jeff McKenna Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib) M

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-15 Thread Ivan Lucena
Mateusz, Thanks for the tip. Yes, the project is loaded but it is not a "Makefile Project" anymore, so it's basically useless. In previous VS versions once the .vsproj file was loaded and upgraded you could press F7 and "nmake -f makefile.vc" would start running inside the IDE. That

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-04 Thread Ivan Lucena
Hi Mateusz, I far as I know the project generated by makegdal_gen.bat does not work with newer version of VS. It used to be the case that we can import the project to newer version of VS but I think that MS dropped the support for that feature. Have one of you manage to load the generated

Re: [gdal-dev] Building gdal with Oracle Developer Studio 12.5 on solaris 11

2016-07-08 Thread Ivan Lucena
Hi Andrew, Nothing crazy about using and IDE. You should be able to find some hints here: http://trac.osgeo.org/gdal/wiki/BuildHints * SolarisNotes *

[gdal-dev] ogr2ogr to update existing table

2016-01-20 Thread Ivan Lucena
Hi, Is there a way to select one or two fields from a input data source to update specific fields of an existing output data source? Let's say I want to get the values from a prticular field of the input data source and the geometry to update a specific field and the geometry of an existing

Re: [gdal-dev] unable to open DGN

2015-11-23 Thread Ivan Lucena
Just a comment on that: In order to build the DWG driver, you or your company, need to be part of some kind of alliance to be able to download a full version of the Teigha SDK. AFAIK From: gdal-dev on behalf of Andre

Re: [gdal-dev] Limit on the number of subdatasets

2015-11-18 Thread Ivan Lucena
Sent: Wednesday, November 18, 2015 2:45 PM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re: [gdal-dev] Limit on the number of subdatasets Le mercredi 18 novembre 2015 20:22:38, Ivan Lucena a écrit : > Hi there. > > > Is there a limit on the number of subdatasets that GDAL can ha

Re: [gdal-dev] how to build dwg driver?

2015-09-17 Thread Ivan Lucena
I would like to share the information I received about this subject so that other people don't wast their time like I did. First, a fix to the makefile: Fix the following unresolved externals: ACTextUnescape ACGetColorTable ACAdjustText by adding ..\dxf\ogr_autocad_services.obj to the DXF_OBJ=

Re: [gdal-dev] how to build dwg driver?

2015-08-11 Thread Ivan Lucena
Hi Mark, I am far from a Windows machine, so I can't give you much details. After loading the sample project for VS 2010, I build the libs and then I was able to build the OGR/DWG plugin. But when I tried to run it, I got a error message saying that a .dll was missing. That missing .dll

Re: [gdal-dev] how to build dwg driver?

2015-08-11 Thread Ivan Lucena
...@gatewaygeomatics.com To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] how to build dwg driver? On 2015-08-11 1:48 PM, Ivan Lucena wrote: Hi Mark, I am far from a Windows machine, so I can't give you much details. After loading the sample project for VS 2010, I build the libs

[gdal-dev] how to build dwg driver?

2015-07-22 Thread Ivan Lucena
Hi, I am having a hard time trying to build the DWG driver (VS10x64). Reading from nmake.opt it seems like there are two SDK we can use. I could not find the DWGDirect SDK for download, so I am trying to use TX_DSK_4.1.01.0.0. Compilation goes well but I am getting several missing symbols

Re: [gdal-dev] Need to resample climate data to very fine resolution

2015-07-13 Thread Ivan Lucena
Bailey, It seems like you don't need geometric transformation of your images. We can see that your input is called reprojected. You just need to re-scale it, interpolating/filling it up with pixels values based on cubic method. You can do that with gdal_translate -tr or -outsize parameters.

Re: [gdal-dev] Is it possible?

2015-06-08 Thread Ivan Lucena
Check gdal_rasterize [http://www.gdal.org/gdal_rasterize.html]. From: david.m.ba...@chk.com To: p.ha...@york.ac.uk; eronqui...@lanl.gov; gdal-dev@lists.osgeo.org Date: Mon, 8 Jun 2015 14:59:45 + Subject: Re: [gdal-dev] Is it possible? Peter, I can think of a few reasons, one for

Re: [gdal-dev] getting height from Geotiff DEM

2015-06-06 Thread Ivan Lucena
Usually DEM are not unsigned 8 bit but if you are asking for GDT_Byte, that is what you will get. You should change that RasterIO() parameter to GDT_Float32 for example. Date: Sat, 6 Jun 2015 01:31:59 -0700 From: jawaha...@hotmail.com To: gdal-dev@lists.osgeo.org Subject: [gdal-dev]

Re: [gdal-dev] RFC 58: Removing Dataset Nodata Value

2015-05-19 Thread Ivan Lucena
Hi Vicent, Since the SetNoDataValue and GetNodataValue is based on the limitation of GeoTiff I would not expect DeleteNoDataValue to be any different. For example, there is no way to set/get NoData for individuals bands, there is no way to set/get an array of NoData values or NoData value

Re: [gdal-dev] RFC 58: Removing Dataset Nodata Value

2015-05-19 Thread Ivan Lucena
From: even.roua...@spatialys.com To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] RFC 58: Removing Dataset Nodata Value Date: Tue, 19 May 2015 16:10:38 +0200 CC: lucena_i...@hotmail.com; jukka.rahko...@maanmittauslaitos.fi Le mardi 19 mai 2015 16:06:59, Ivan Lucena a écrit : Jukka

Re: [gdal-dev] RFC 58: Removing Dataset Nodata Value

2015-05-19 Thread Ivan Lucena
the good ones. Thanks. To: gdal-dev@lists.osgeo.org From: jukka.rahko...@maanmittauslaitos.fi Date: Tue, 19 May 2015 13:43:38 + Subject: Re: [gdal-dev] RFC 58: Removing Dataset Nodata Value Ivan Lucena lucena_ivan at hotmail.com writes: Would that be feasible to accept the option -a_nodata

Re: [gdal-dev] Formats that support RAT's?

2015-04-28 Thread Ivan Lucena
From: even.roua...@spatialys.com To: gdal-dev@lists.osgeo.org Date: Tue, 28 Apr 2015 22:58:16 +0200 Subject: Re: [gdal-dev] Formats that support RAT's? Le mardi 28 avril 2015 22:49:23, jramm a écrit : It seems GDAL will always let you create a Raster Attribute Table (in memory) but

Re: [gdal-dev] baseline tiff and rpb file

2015-04-16 Thread Ivan Lucena
From: even.roua...@spatialys.com To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] baseline tiff and rpb file Date: Fri, 10 Apr 2015 22:37:43 +0200 CC: lucena_i...@hotmail.com Le vendredi 10 avril 2015 21:56:30, Ivan Lucena a écrit : Hi there, The documentation says: GDAL can

[gdal-dev] baseline tiff and rpb file

2015-04-10 Thread Ivan Lucena
Hi there, The documentation says: GDAL can read and write the RPCCoefficientTag as described in the RPCs in GeoTIFF proposed extension. The tag is written only for files created with the default profile GDALGeoTIFF. For other profiles, a .RPB file is created. In GDAL data model, the RPC

Re: [gdal-dev] UFO format / GDAL 3.0

2015-04-01 Thread Ivan Lucena
That was a very good Poisson d'Avril Even! http://www.francetravelguide.com/april-fools-day-in-france-le-poisson-davril.html From: even.roua...@spatialys.com To: gdal-dev@lists.osgeo.org Date: Wed, 1 Apr 2015 19:11:36 +0200 CC: dmorisse...@mapgears.com Subject: Re: [gdal-dev] UFO format /

Re: [gdal-dev] RFC 15: Band Masks vs #5621

2014-08-21 Thread Ivan Lucena
Hi Even, From: even.roua...@spatialys.com To: lucena_i...@hotmail.com Subject: Re: [gdal-dev] RFC 15: Band Masks vs #5621 Date: Wed, 20 Aug 2014 20:39:29 +0200 CC: gdal-dev@lists.osgeo.org I am trying to help a developer how wants to use VRTs as an intermediary between a GeoRaster

Re: [gdal-dev] RFC 15: Band Masks vs #5621

2014-08-20 Thread Ivan Lucena
Even, Date: Wed, 20 Aug 2014 10:28:14 +0200 From: even.roua...@spatialys.com To: lucena_i...@hotmail.com CC: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] RFC 15: Band Masks vs #5621 Ivan, You can declare a mask flag to 0 to indicate that this is a per-band mask band. This is

[gdal-dev] RFC 15: Band Masks vs #5621

2014-08-19 Thread Ivan Lucena
That question is probably for Even, Frank or some the developer of drivers that support mask band. I am working on ticket #5621 and trying to adapt it to the RFC 15 but I am not quite sure that I am getting it right. In GeoRaster, I can have a bitmap mask band that can be applied to all bands,

Re: [gdal-dev] Problems packaging with py2exe

2014-08-14 Thread Ivan Lucena
Dr. Armi, Date: Thu, 14 Aug 2014 14:44:58 +0200 From: armin.r.schm...@gmail.com To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Problems packaging with py2exe I am trying to package my GDAL/OGR Python project with py2exe so that the users don't need to do a separate GDAL installation,

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-08 Thread Ivan Lucena
, We tested the suggestion of Ivan and it’s better. Fortunately, my problem to create ticket was solved The ticket is http://trac.osgeo.org/gdal/ticket/5599 with a patch file. Best regards Nicolas De : Ivan Lucena [mailto:lucena_i...@hotmail.com] Envoyé : mardi

Re: [gdal-dev] OCI driver: Date field creation improvement

2014-08-08 Thread Ivan Lucena
Your patch was committed to trunk, backported to 1.11 and 1.10. Ticked #5600 close. Please verify. Regards, Ivan From: nicolas.si...@spw.wallonie.be To: gdal-dev@lists.osgeo.org Date: Fri, 1 Aug 2014 14:53:55 + Subject: [gdal-dev] OCI driver: Date field creation improvement Hi

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-04 Thread Ivan Lucena
. Fortunately, my problem to create ticket was solved The ticket is http://trac.osgeo.org/gdal/ticket/5599 with a patch file. Best regards Nicolas De : Ivan Lucena [mailto:lucena_i...@hotmail.com] Envoyé : mardi 6 mai 2014 17:48 À : SIMON Nicolas; gdal-dev@lists.osgeo.org

Re: [gdal-dev] VRTDataset in Java

2014-06-10 Thread Ivan Lucena
Do we have plans to add those entries to the GDAL API (C, Java, etc.)? -- \...\GDAL\TRUNK\FRMTS\VRT\GDAL_VRT.H VRTDatasetH CPL_DLL CPL_STDCALL VRTCreate( int, int ); CPLXMLNode CPL_DLL * CPL_STDCALL VRTSerializeToXML( VRTDatasetH, const char * ); CPLErr CPL_STDCALL VRTAddSource(

Re: [gdal-dev] VRTDataset in Java

2014-06-10 Thread Ivan Lucena
Hi Even, Date: Tue, 10 Jun 2014 17:43:50 +0200 From: even.roua...@mines-paris.org To: lucena_i...@hotmail.com CC: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] VRTDataset in Java Ivan, gdal_vrt.h is an already installed header file and the symbols are exported (CPL_DLL), so this is

[gdal-dev] VRTDataset in Java

2014-06-09 Thread Ivan Lucena
Hi there, What is the best option to create in memory VRT Dataset with the GDAL Java API? I would like to do thing like gdal_translate does [0], band selection and window cropping for example. It seems like the VRTDataset class is not wrapped in Java, so I would need to write the XML myself

Re: [gdal-dev] AOI, Signature and Fourier Transform files' access?

2014-06-04 Thread Ivan Lucena
Hi Ramesh, Are those files real raster images or auxiliary information, companion of .img files? Can you point to a website that describe those files? There is nothing on [http://www.gdal.org/frmt_hfa.html] that says the HFA driver reads it. Assuming that those are auxiliary information,

[gdal-dev] OGR-trunk plugin fails to load

2014-05-28 Thread Ivan Lucena
Hi Even, I svn updated trunk and I build the OGR/OCI driver as a plugin and it fail to load. $ gdalinfo --version ERROR 1: dlsym(0x7fac63d051f0, _GDALRegisterMe): symbol not found ERROR 1: dlsym(0x7fac63d051f0, _GDALRegister_CI): symbol not found GDAL 2.0.0dev, released 2014/04/16 That is OSX

Re: [gdal-dev] RFC 46 GDAL/OGR unification adopted and commited

2014-05-27 Thread Ivan Lucena
giving some ideas. I am not concerned about my two drivers but about the health of the overall GDAL code. My best regards, Ivan On 27 May 2014 01:24, Ivan Lucena lucena_i...@hotmail.com wrote: What I am most interested is to have two driver (that uses the same data container) sharing

Re: [gdal-dev] RFC 46 GDAL/OGR unification adopted and commited

2014-05-26 Thread Ivan Lucena
Hi there, I can also confirm that the trunk builds without any problems in OS X 10.9.3. The version number is correct at this time however I don't think the released information is quite clear: $ gdalinfo --version GDAL 2.0.0dev, released 2014/04/16 The RFC 46 propose moving the OGR drivers

Re: [gdal-dev] RFC 46 GDAL/OGR unification adopted and commited

2014-05-26 Thread Ivan Lucena
Hi Mateusz, That seems like a good idea. But I don't know if I should unify two drivers an put then on frmts/mixed. It will certainly works in the new structure proposed by RFC 46 but it might create some problems for me. What I am most interested is to have two driver (that uses the same

Re: [gdal-dev] Call for discussion on RFC 46: GDAL/OGR unification

2014-05-16 Thread Ivan Lucena
Even, I think that RFC 36 should be included in your list of related RFCs and should be reconsider for adoption since the unification would make the probing even more expensive. Regards, Ivan From: even.roua...@mines-paris.org To: gdal-dev@lists.osgeo.org Date: Thu, 15 May 2014 20:47:32

Re: [gdal-dev] Call for discussion on RFC 46: GDAL/OGR unification

2014-05-16 Thread Ivan Lucena
Even, Yes, it is hard to measure the impact of probing in a single file or any interactive command line operations. In the current API the class Driver doesn't expose the Open method: Driver drv = gdal.GetDriverByName(QWERTY); Dataset dst = drv.Open(ASDFG); IMHO that is a missing

Re: [gdal-dev] Call for discussion on RFC 46: GDAL/OGR unification

2014-05-16 Thread Ivan Lucena
@lists.osgeo.org With this RFC, you could achieve this using GDALOpenEx() e.g. GDALOpenEx( ASDFG, GDAL_OF_ALL, QWERTY) On Fri, May 16, 2014 at 11:01 AM, Ivan Lucena lucena_i...@hotmail.com wrote: Even, Yes, it is hard to measure the impact of probing in a single file or any interactive command line

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-05-06 Thread Ivan Lucena
Hi Nicolas, I received that report a month ago: we have found the OGROCISession is never released, causing a large memory leak whenever a connection is closed. As workaround, we added in OGROCISession::~OGROCISession() if( hEnv ) OCIHandleFree((dvoid *)

Re: [gdal-dev] ogr2ogr -f OCI fails on Windows

2014-05-02 Thread Ivan Lucena
, 2 May 2014 10:36:14 +0200 Subject: Re: [gdal-dev] ogr2ogr -f OCI fails on Windows From: landa.mar...@gmail.com To: lucena_i...@hotmail.com CC: gdal-dev@lists.osgeo.org Hi, 2014-04-18 18:55 GMT+02:00 Ivan Lucena lucena_i...@hotmail.com: The driver should create the column as VARCHAR2

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Ivan Lucena
: landa.mar...@gmail.com; lucena_i...@hotmail.com Le vendredi 25 avril 2014 19:31:08, Martin Landa a écrit : Hi Ivan, 2014-04-24 23:27 GMT+02:00 Ivan Lucena lucena_i...@hotmail.com: first of all, thanks a lot for very useful notes! Press F7 will build everything but you don't need

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-24 Thread Ivan Lucena
Hi Martin, What version of Visual Studio are you using? It is usually pretty simple to debug GDAL driver on it. Let me give the recipe. I am in OSX right now without access to Windows. 1. Create the file nmake.local with DEBUG = ON VCVERS = 1600 (for VS2010) 2. Check you ORACLE_HOME variable

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-24 Thread Ivan Lucena
I can't see why you can't debug in express version. I used it for many years. That is why I created the makegdal_gen.bat. But I don't use express edition now. I use Linux most of the time now. Date: Thu, 24 Apr 2014 22:44:44 +0100 From: jl...@ualg.pt To: landa.mar...@gmail.com CC:

Re: [gdal-dev] makegdal_gen.bat and Visual Studio version 2010

2014-04-18 Thread Ivan Lucena
That's great Even. Thank you. From: even.roua...@mines-paris.org To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] makegdal_gen.bat and Visual Studio version 2010 Date: Wed, 16 Apr 2014 20:21:20 +0200 CC: lucena_i...@hotmail.com In the mean time we should also get rid of those old

[gdal-dev] makegdal_gen.bat and Visual Studio version 2010

2014-04-16 Thread Ivan Lucena
Hi there, The script makegdal_gen.bat on the root of GDAL folder was developed in 2007 and the intension was to create an usable Visual Studio Makefile Project with the GDAL source tree and commands to run GDAL makefile.vc. An VS Makefile Project doesn't not store any compilation option like

Re: [gdal-dev] ogr2ogr -f OCI fails on Windows

2014-04-16 Thread Ivan Lucena
Hi Martin, Could you try yo run that command in PLSQL before loading thata data? SQL ALTER SESSION SET NLS_LENGTH_SEMANTICS=CHAR; And then ogr2ogr with -overwrite $ ogr2ogr -f OCI oci:user/passwd data\20140331_OB_564729_UKSH.xml.gz -overwrite Regards, Ivan Date: Wed, 16 Apr 2014

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-11 Thread Ivan Lucena
@lists.osgeo.org; michael.sm...@erdc.dren.mil Hi all, 2014-04-11 4:00 GMT+02:00 Ivan Lucena lucena_i...@hotmail.com: [...] I know that is not the same situation you have, but when I need to run GDAL build for Win32 on my Win64 machine I need to place an OCI.DLL from a InstantClient-32 first on my

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Ivan Lucena
Date: Thu, 10 Apr 2014 23:37:01 +0200 From: landa.mar...@gmail.com To: mate...@loskot.net CC: gdal-dev@lists.osgeo.org; michael.sm...@erdc.dren.mil Subject: Re: [gdal-dev] [EXTERNAL] oci and oracle express 11 2014-04-10 12:30 GMT+02:00 Mateusz Łoskot mate...@loskot.net: Also, check

Re: [gdal-dev] [EXTERNAL] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-08 Thread Ivan Lucena
David, In order to compile the two Oracle driver you need to have in your system an OCI SDK installation appropriated for that plataform/environment. Here are the avaible downloads for Oracle Instant Client:

Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Ivan Lucena
:58 +0200 From: even.roua...@mines-paris.org To: lucena_i...@hotmail.com CC: even.roua...@mines-paris.org; gdal-dev@lists.osgeo.org; hobu@gmail.com Subject: RE: [gdal-dev] Vagrant developement environment Selon Ivan Lucena lucena_i...@hotmail.com: What version of VirtualBox did you

  1   2   3   >