Re: [gdal-dev] WFS requests failing with /vsicurl/ against QGIS Server: missing Content-Length header

2023-05-29 Thread Jorge Gustavo Rocha
ver, let's keep as it is. I'll use /vsicurl_streaming/ for both Geoserver and QGIS Server calls. Thanks for the feedback on this. Best regards, Jorge [1] https://github.com/wavded/ogr2ogr/blob/729f321dd96414e256aa67be1bc76f0b0a9b21dc/index.ts#L105 On 29/05/23 23:54, Even Rouault w

[gdal-dev] WFS requests failing with /vsicurl/ against QGIS Server: missing Content-Length header

2023-05-29 Thread Jorge Gustavo Rocha
0&srsname=EPSG:5015"; INFO: Open of `https://wssig3.azores.gov.pt/geoserver/ows?service=WFS&request=GetFeature&typename=ef:EnvironmentalMonitoringFacility&version=2.0.0&srsname=EPSG:5015' using driver `GML' successful. 1: EnvironmentalMonitoringFacility Ca

Re: [gdal-dev] ogr SSL errors on ubuntu

2022-10-20 Thread Jorge Gustavo Rocha
Hi Even, Thank you so much for addressing this issue in so short time. I've checked out your pr. It runs fine on my side. Regards, Jorge On 20/10/22 20:58, Even Rouault wrote: Jorge, Fix/workaround and links to related issues in https://github.com/OSGeo/gdal/pull/6561 The curl b

[gdal-dev] ogr SSL errors on ubuntu

2022-10-20 Thread Jorge Gustavo Rocha
x27; ERROR 1: GnuTLS recv error (-110): The TLS connection was non-properly terminated. maybe related: https://github.com/openssl/openssl/issues/18574 Has someone a nice workaround? Do we need to change ogr code to handle this? Regards, Jorge -- OSGeo Portugal NIF: 509588190 email: ge...@osgeop

[gdal-dev] ${GDAL_GIT_HASH} is not properly initialized

2022-05-05 Thread Jorge Gustavo Rocha
aster. It seems that get_git_head_revision is not working properly, based on the parameters received. Does anybody noticed this issue when installing? Regards, Jorge ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Wiki page with current maintainers per sub-system

2021-03-09 Thread Jorge Gustavo Rocha
cense (although I'm limited to linux). Regards, Jorge Gustavo Às 18:31 de 05/03/21, Even Rouault escreveu: > Hi, > > following recent discussions about maintenance, I've initiated > > https://github.com/OSGeo/gdal/wiki/Maintainers-per-sub-system > > with "just&q

Re: [gdal-dev] GDALinfo 3.1.4 gives segmentation fault error

2020-12-11 Thread Jorge Gustavo Rocha
issue. If you have just that gdal built by yourself, seems like a compilation and deploy issue. Sorry for not being so helpful, but I'm not a mac user. Good luck, Jorge Às 16:37 de 10/12/20, korol...@msn.com escreveu: > Thank you for response. > On macOS there is no ldd there is equiv

Re: [gdal-dev] GDALinfo 3.1.4 gives segmentation fault error

2020-12-10 Thread Jorge Gustavo Rocha
Hi Slav, Libraries might be the problem. Can you provide more info, please? Tell us which libraries are being used by gdalinfo. Something like: ldd `which gdalinfo` Regards, Jorge Às 14:31 de 10/12/20, korol...@msn.com escreveu: > What could be a reason why on MacOS Catalina 10.15.6(19G2

Re: [gdal-dev] Geometry column name: Field 'OGR_GEOMETRY' not found in source layer

2020-11-19 Thread Jorge Gustavo Rocha
at https://gdal.org/user/sql_sqlite_dialect.html#geometry-field Regards, Jorge Às 22:36 de 19/11/20, Jorge Gustavo Rocha escreveu: > Hi Even, > > Thanks for the feedback. The difference you mentioned is well understood > with the example: > > -sql 'select OGR_GEOMETRY, "_OGR_GEOME

Re: [gdal-dev] Geometry column name: Field 'OGR_GEOMETRY' not found in source layer

2020-11-19 Thread Jorge Gustavo Rocha
more. It says: "the special field names “OGR_GEOMETRY” and “OGR_STYLE” will be interpreted to refer to the geometry and style values of a feature". Regards, Jorge [1] https://gdal.org/development/rfc/rfc29_desired_fields.html?highlight=ogr_geometry Às 18:27 de 19/11/20, Even Rouault

[gdal-dev] Geometry column name: Field 'OGR_GEOMETRY' not found in source layer

2020-11-19 Thread Jorge Gustavo Rocha
R_GEOMETRY ERROR 1: Field 'OGR_GEOMETRY' not found in source layer. Shouldn't OGR_GEOMETRY be allowed in -select? Regards, Jorge -- OSGeo Portugal NIF: 509588190 email: ge...@osgeopt.pt https://www.osgeopt.pt/ Próximo evento: SASIG 2017, 20 a 22 de novembro, Porto Mais infor

Re: [gdal-dev] Encoding when creating pdf

2020-11-16 Thread Jorge Gustavo Rocha
Hi Even, Thank you for the explanation (and for correcting me). Aneta, You can try QGIS as a possible workaround. You can use the Atlas feature (GUI based) or write a small PyQGIS script, if you want to run it on a headless server, on the command line. Regards, Jorge Às 22:50 de 15/11/20

Re: [gdal-dev] Encoding when creating pdf

2020-11-15 Thread Jorge Gustavo Rocha
o used as attribute field name with accents and the value with accents. The label is displayed properly on the feature. I'm using GDAL 3.3.0dev, compiled with --with-poppler. I would recommend a more recent version of GDAL (ver. >= 3.1.0). Regards, Jorge Às 08:26 de 09/11/20, Aneta Musli

Re: [gdal-dev] how to completely remove gdal from Ubuntu 20.04 and install from scratch

2020-09-29 Thread Jorge Gustavo Rocha
/lib/libproj.so.19 (0x7fa94f129000) (...) libproj.so.15 => /usr/lib/x86_64-linux-gnu/libproj.so.15 (0x7fa94df36000) Good luck, Jorge Gustavo On 08/08/20 01:35, Gerald Nelson wrote: >   > > I have both a mac and a linux box with Ubuntu 20.04. gdal on the mac is >

Re: [gdal-dev] how to install gdal from source?

2020-05-11 Thread Jorge Gustavo Rocha
ython=python3 --with-proj=/usr/local --with-pg=yes --with-poppler make -j8 sudo make install sudo ldconfig cd swig/python python3 setup.py build sudo python3 setup.py install I hope it helps. Regards, Jorge Gustavo On 11/05/20 06:37, Sandra Maksimovic wrote: > Hi all, > >   > > I’m tr

[gdal-dev] Help building GDAL with ODA for the first time

2020-05-06 Thread Jorge Gustavo Rocha
ODA/Drawings_lnxX64_5.3dll_21.3/bin/lnxX64_5.3dll/TG_Db.tx: undefined reference to `OdGiBaseVectorizer::worldLine(OdGePoint3d const*)' I never built GDAL with ODA/Teigha before and I'm not able to move forward. Regards, Jorge Gustavo _

[gdal-dev] Small comment on compiling GDAL 3.0.1 on Ubuntu 18.10

2019-08-01 Thread Jorge Gustavo Rocha
s --with-python=python3 --with-proj=/usr/local make sudo make install --8<-- Jorge Gustavo -- OSGeo Portugal NIF: 509588190 email: ge...@osgeopt.pt https://www.osgeopt.pt/ Próximo evento: SASIG 2017, 20 a 22

[gdal-dev] Issue when compiling gdal v2.1.2

2019-06-17 Thread Jorge Martin
Hello, I am trying to compile the gdal 2.1.2 and I have problems with the gcc. Do you know what gcc version is necessary to compile? Cheers, Jorge ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Issues installing gdal from source code

2019-06-06 Thread Jorge Martin
Andrew Bell () escribió: > > Perhaps I'm missing something, but I'm seeing no throw specifications on > my 2.1 source. I'm guessing you're finding header files from a version > that is different from the version you're trying to compile. I'd search > your

[gdal-dev] Issues installing gdal from source code

2019-06-05 Thread Jorge Martin
machine. We also have tried to install other versions such as 2.2.1, 2.2.2 and 2.2.3 and we got the same error. The vesion that we have installed is 1.8.1. Regards, Jorge ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdalsrsinfo supporting files distribution and ogr2ogr usage of OSRFindMatches()

2018-10-28 Thread Jorge Gustavo Rocha
so be used in ogr2ogr? I was able to identify the correct SRS using gdalsrsinfo, but not when using ogr2ogr. ogr2ogr assigns the EPSG:900914. Thanks, Jorge [1] https://trac.osgeo.org/gdal/ticket/4345 Mensagem reencaminhada Assunto: Re: [Qgis-user] how does QGIS generate the

Re: [gdal-dev] gdal 2.3 ecw 5.4

2018-05-03 Thread Jorge Mendes de Jesus
Hi Can confirm that there is a problem, I made a docker for the developers to test the problem https://github.com/jorgejesus/gdal-ecw Jorge On Thu, May 3, 2018 at 12:04 AM, Jachym Cepicky wrote: > Hi, > > I try to build gdal (`git checkout release 2.3`, but the same result I&#x

[gdal-dev] GDAL .bin for FEDORA 25

2017-04-17 Thread jorge . conrado
Hi, I would like know if there is a binnary verison for Fedora 25 and how to get and install it. Thanks, Conrado ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal_merge vs gdalbuildvrt

2015-02-06 Thread Jorge Arévalo
-- > Spatialys - Geospatial professional services > http://www.spatialys.com > -- Jorge Arévalo http://cartodb.com/ Skype ID: jorgecartodb ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Are those 2 things possible using gdal2tiles?

2015-02-05 Thread Jorge Arévalo
Wow, we answered at same time. So, I'll include my findings here Even Rouault <mailto:even.roua...@spatialys.com> February 5, 2015 at 7:30 PM Jorge, - Generate JPEG tiles instead of PNG. Tried just replacing the driver's name (PNG) with JPEG. Didn't work. Base til

Re: [gdal-dev] Are those 2 things possible using gdal2tiles?

2015-02-05 Thread Jorge Arévalo
Jorge Arévalo <mailto:jo...@cartodb.com> February 5, 2015 at 7:15 PM - Generate JPEG tiles instead of PNG. Tried just replacing the driver's name (PNG) with JPEG. Didn't work. Base tiles are generated, but overview tiles are not. Getting this error instead: ERROR 1: Buffer t

[gdal-dev] Are those 2 things possible using gdal2tiles?

2015-02-05 Thread Jorge Arévalo
of tms ones: https://dl.dropboxusercontent.com/u/6599273/errors/gdal/gdal2tiles_modified.py tif tile for testing (same error with other ones): https://dl.dropboxusercontent.com/u/6599273/gis_data/katrina.tif Many thanks! -- Jorge Arévalo CartoDB http://cartodb.com/

Re: [gdal-dev] Quick question about gdal2tiles

2015-02-05 Thread Jorge Arévalo
Hi, Thanks for the tips, Klokan. Really useful. We already have a maptiler license, and we use it, but we can't use that tool this time. Best regards, Jorge Klokan Petr Pridal <mailto:klo...@klokan.cz> February 3, 2015 at 2:18 AM Hi Jorge, rendering of your sample file down to z

Re: [gdal-dev] Use gdal2tiles to generate XYZ cache

2015-02-05 Thread Jorge Arévalo
Hello Klokan, Thanks for the info. Yes, we have a maptiler license. It's a great tool :-). Best regards Jorge Klokan Petr Pridal <mailto:klo...@klokan.cz> February 3, 2015 at 2:20 AM Hi there, maptiler generates xyz by default, and back-compatible tms with -tms on the command

[gdal-dev] Use gdal2tiles to generate XYZ cache

2015-02-02 Thread Jorge Arévalo
Best regards, -- Jorge Arévalo CartoDB http://cartodb.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdal_merge vs gdalbuildvrt

2015-01-29 Thread Jorge Arévalo
om several input files (real mosaic vs virtual mosaic). So, why would I use gdal_merge instead of gdalbuildvrt? With gdal_merge, I'd need more space in disk, in order to generate a merged file. Many thanks in advance. Best regards, -- Jorge Arévalo CartoDB htt

Re: [gdal-dev] Quick question about gdal2tiles

2015-01-28 Thread Jorge Arévalo
El jueves, 29 de enero de 2015, Even Rouault escribió: > Le jeudi 29 janvier 2015 00:05:32, Jorge Arévalo a écrit : > > > Even Rouault <mailto:even.roua...@spatialys.com > > > > January 28, 2015 at 9:28 PM > > > > > > Le mercredi 28 janvier 201

Re: [gdal-dev] Quick question about gdal2tiles

2015-01-28 Thread Jorge Arévalo
Even Rouault <mailto:even.roua...@spatialys.com> January 28, 2015 at 9:28 PM Le mercredi 28 janvier 2015 20:17:08, Jorge Arévalo a écrit : Hi, I'm working with a patched version of gdal2tiles, which makes use of parallelization: http://gis.stackexchange.com/questions/7743/per

[gdal-dev] Quick question about gdal2tiles

2015-01-28 Thread Jorge Arévalo
od instead of cubic? (I'm using cubic because I'm working with continuous data: satellite images, am I doing it right?). Any other tips? Many thanks in advance Best regards -- Jorge Arévalo CartoDB http://cartodb.com/ ___ gdal-dev m

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Even Rouault <mailto:even.roua...@spatialys.com> January 28, 2015 at 7:25 PM Le mercredi 28 janvier 2015 19:08:18, Jorge Arévalo a écrit : Even Rouault<mailto:even.roua...@spatialys.com> January 28, 2015 at 6:53 PM Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit :

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Even Rouault <mailto:even.roua...@spatialys.com> January 28, 2015 at 6:53 PM Le mercredi 28 janvier 2015 18:51:28, Jorge Arévalo a écrit : Hi, Even Rouault<mailto:even.roua...@spatialys.com> January 28, 2015 at 6:44 PM Jorge, I've compiled GDAL from trunk, specifying

Re: [gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
Hi, Even Rouault <mailto:even.roua...@spatialys.com> January 28, 2015 at 6:44 PM Jorge, I've compiled GDAL from trunk, specifying --with-python at configure time. I first checked numpy is correctly installed. The problem is I couldn't import gdal_array.py by default (got

[gdal-dev] Python installation can't find gdal_array.py

2015-01-28 Thread Jorge Arévalo
8 Many thanks in advance, Best regards -- Jorge Arévalo CartoDB http://cartodb.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Can't make GME driver work

2014-12-20 Thread Jorge Arévalo
om Google API console - GME_AUTH, GME_REFRESH_TOKEN --> execute gdal_auth.py. Also stated in the wiki page. Just use the interactive option. gdal_auth.py -s gme So, the wiki page is basically correct. But just need to add the part about GME_AUTH :-) Best regards, Jorge El 19/12/2

[gdal-dev] Can't make GME driver work

2014-12-18 Thread Jorge Arévalo
h-google-maps-engine-driver-from-gdal Many thanks in advance! -- Jorge Sent using Postbox: http://www.getpostbox.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Losing access to dataset variables. Am I doing something really dumb?

2014-08-12 Thread Jorge Arevalo
Hi Even, Thanks for your hints. About the memory leaking, apart from the obvious fact that CPLStrdup vars need to be freed, are you seeing something more? On Tue, Aug 12, 2014 at 9:48 AM, Even Rouault wrote: > Hi Jorge, > > I don't see anything obviously wrong. Looking at the pl

[gdal-dev] Losing access to dataset variables. Am I doing something really dumb?

2014-08-11 Thread Jorge Arevalo
tes. Looks like they're freed at some point (or I'm doing something really wrong from the point of view of C++, and I deserve a severe punishment for that). Any clues? Best regards, -- Jorge Arevalo http://about.me/jorgeas80 ___ gdal

Re: [gdal-dev] GSoC 2014 Weekly Report 11 : GDAL PostGIS Raster driver

2014-08-08 Thread Jorge Arevalo
Hello, On Fri, Aug 8, 2014 at 10:40 AM, Even Rouault wrote: > Le vendredi 08 août 2014 10:26:27, Jorge Arevalo a écrit : > > On Thu, Aug 7, 2014 at 10:28 PM, Even Rouault < > even.roua...@spatialys.com> > > > > wrote: > > > Le jeudi 07 août 2014 22:26:

Re: [gdal-dev] GSoC 2014 Weekly Report 11 : GDAL PostGIS Raster driver

2014-08-08 Thread Jorge Arevalo
ance as argument (check the method: http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/pg/ogrpgdatasource.cpp#L1931 ). Don't hesitate to reuse this method and change PostGISRasterDataset::SetProjection if needed. Oh, and +1 to use a debugger (I suggest ddd) and valgrind to check memory problems

[gdal-dev] Error with VagrantFile due to postgis-gdal dependency

2014-07-08 Thread Jorge Arevalo
he same problem? Best regards, -- Jorge Arevalo Freelance developer http://about.me/jorgeas80 [1] http://trac.osgeo.org/gdal/wiki/Vagrant [2] https://dl.dropboxusercontent.com/u/6599273/errors/gdal/vagrant_gdal_error.log ___ gdal-dev mailin

Re: [gdal-dev] Recommended strategy to handle MIF file with a few big multipolygons

2014-03-16 Thread Jorge Arevalo
I've tried with ogr2ogr have the same >> problems: I have to wait hours, and after that, I just get a SHP of >> 100 Bytes. So, I kill the process. >> >> Should I be more patient? Or is there any smarter approach to handle >> this kind of file? >> >&

[gdal-dev] Recommended strategy to handle MIF file with a few big multipolygons

2014-03-10 Thread Jorge Arevalo
" All the clip operations I've tried with ogr2ogr have the same problems: I have to wait hours, and after that, I just get a SHP of 100 Bytes. So, I kill the process. Should I be more patient? Or is there any smarter approach to handle this kind of file? Best regards,

Re: [gdal-dev] CartoDB driver fail because drop sequence sentence fails

2014-03-10 Thread Jorge Arevalo
Hello, On Thu, Mar 6, 2014 at 8:05 PM, Even Rouault wrote: > Le jeudi 06 mars 2014 18:45:50, Jorge Arevalo a écrit : >> Hello, >> >> I'm trying to create a new table in CartoDB using the GDAL CartoDB >> driver and Python bindings. I'm getting a HTTP 400

[gdal-dev] CartoDB driver fail because drop sequence sentence fails

2014-03-06 Thread Jorge Arevalo
aving this problem. BTW, the tables created via SQL API don't appear in the CartoDB dashboard, but this is a known issue ( https://github.com/CartoDB/cartodb/issues/115) Best regards, -- Jorge Arevalo Freelance developer http://about.me/jorgeas80 ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL formats list order

2013-06-17 Thread Jorge Arévalo
Hi Ivan, Fine, that makes sense. So, experience and technical reasons qualify one driver to be up or down in the list. Thanks for the response. -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jorgeas80 Enviado con Sparrow (http

[gdal-dev] GDAL formats list order

2013-06-14 Thread Jorge Arévalo
gdal/frmts/gdalallregister.cpp several calls to GDALRegister_X, in what looks like an arbitrary order to me. Seems to have "groups". Apart from that, older drivers first? Is there any reason to choose that order? Many thanks in advance, -- Jorge Arevalo Freelance developer http://www.k

Re: [gdal-dev] ECW reading is taking too much time

2013-06-14 Thread Jorge Arévalo
Hello, El viernes 14 de junio de 2013 a las 20:50, Even Rouault escribió: > Le vendredi 14 juin 2013 19:43:22, Jorge Arévalo a écrit : > > Hello, > > > > I'm having problems reading a ECW file with GDAL. It's taking several hours > > to get

[gdal-dev] ECW reading is taking too much time

2013-06-14 Thread Jorge Arévalo
utput.sql (I've tried with different tile sizes, with the same result) Any clues? Many thanks in advance, -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jorgeas80 Enviado con Sparrow (http://www.sparrowmailapp.com/?sig) _

Re: [gdal-dev] Non-EPSG projections, esri_extra.wkt and best practices

2013-06-03 Thread Jorge Arévalo
e C++ part, much easier. I like the idea about append the ESRI definitions to the end of the EPSG main file. So, I guess than, in that situation, I should just replace the "ESRI" part in the string with "EPSG", right? -- Jorge Arevalo Freelance developer http://

[gdal-dev] Non-EPSG projections, esri_extra.wkt and best practices

2013-06-03 Thread Jorge Arévalo
ovided by GDAL, to make the warping operation? Something that gets ESRI:54030 as input, looks in this file (or where needed) and gets the wkt definition as output, that can be safely used with gdalwarp. Many thanks in advance, -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearev

Re: [gdal-dev] [PostGis-raster] Unnecessary Extent SQL query on GetCoverage request

2013-05-21 Thread Jorge Arevalo
t the last code from 1.10 branch, and give it a try. That should solve this problem. Best regards, Jorge On Thu, Jan 17, 2013 at 9:10 PM, Jean-François Bourgon wrote: > I published a Postgis-raster table as a Mapserver WCS layer using > gdal-1.10dev driver. I'm getting the

Re: [gdal-dev] What is the best way to test if a CPLString is not empty?

2013-05-16 Thread Jorge Arévalo
That sounds perfect. Thanks Frank! -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jorgeas80 Enviado con Sparrow (http://www.sparrowmailapp.com/?sig) El jueves 16 de mayo de 2013 a las 20:07, Frank Warmerdam escribió: > > > Jorge, >

[gdal-dev] What is the best way to test if a CPLString is not empty?

2013-05-16 Thread Jorge Arévalo
If I define a CPLString this way: CPLString osString; And I want to check if osString is not empty, what would be the best way? My bet: if (osString.c_str() == NULL) But I find it a little rusty... Is there any other better way? Many thanks in advance -- Jorge Arevalo Freelance

Re: [gdal-dev] Anyone interested in mentoring my project?

2013-05-02 Thread Jorge Arevalo
Hello Tyler, Thanks for your words! Best regards, Jorge On Thu, May 2, 2013 at 5:27 AM, Tyler Mitchell wrote: > Jorge, > > While I'm not really an ideal mentor, I really like the idea. I hope you > can find someone! > > Tyler > > On 2013-04-30, at 12:55 PM, J

Re: [gdal-dev] Anyone interested in mentoring my project?

2013-05-01 Thread Jorge Arévalo
Hello Even, First of all, many thanks for your thoughts and references. I need experts' point of view. El miércoles 1 de mayo de 2013 a las 12:45, Even Rouault escribió: > Le mardi 30 avril 2013 21:55:05, Jorge Arévalo a écrit : > > Hello, > > > > I've appl

[gdal-dev] Anyone interested in mentoring my project?

2013-04-30 Thread Jorge Arévalo
o, is anyone interested in mentoring it? Best regards, -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jorgeas80 Enviado con Sparrow (http://www.sparrowmailapp.com/?sig) ___ gdal-dev mailing list gda

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-18 Thread Jorge Arévalo
El sábado 16 de marzo de 2013 a las 01:06, Even Rouault escribió: > Le vendredi 15 mars 2013 23:55:18, Jorge Arévalo a écrit : > > El viernes 15 de marzo de 2013 a las 23:03, Even Rouault escribió: > > > Le vendredi 15 mars 2013 22:53:36, Jorge Arévalo a écrit : > > >

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread Jorge Arévalo
El viernes 15 de marzo de 2013 a las 23:03, Even Rouault escribió: > Le vendredi 15 mars 2013 22:53:36, Jorge Arévalo a écrit : > > El viernes 15 de marzo de 2013 a las 22:36, Even Rouault escribió: > > > Le vendredi 15 mars 2013 20:09:57, Jorge Arévalo a écr

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread Jorge Arévalo
El viernes 15 de marzo de 2013 a las 22:36, Even Rouault escribió: > Le vendredi 15 mars 2013 20:09:57, Jorge Arévalo a écrit : > > Hello, > > > > I'm getting an error compiling GDAL from trunk (r25758). I successfully > > compiled GDAL from trunk b

[gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread Jorge Arévalo
rrors/gdal_trunk_compile_error.log I haven't compiled GDAL on Mac for a while. So, The problem isn't necessarily caused by the last update. Anyone else with the same problem? Thanks in advance, -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jor

[gdal-dev] Merging 3 1-band GeoTIFFs in 1 3-band GeoTIFF

2013-01-15 Thread Jorge Arevalo
input data at all. Any clues? Thanks in advance -- Jorge Arevalo Freelance developer http://www.krop.com/jorgearevalo http://about.me/jorgeas80 ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Modifying a raster pixel by pixel with GDAL

2012-12-13 Thread Jorge Arevalo
Thanks for the response and the wise advice, Even. I'll do it in that way. On Thu, Dec 13, 2012 at 8:06 PM, Even Rouault wrote: > Le jeudi 13 décembre 2012 19:58:50, Jorge Arevalo a écrit : >> Hello, >> >> I want to modify every single pixel of a 1 band GeoTiff fi

[gdal-dev] Modifying a raster pixel by pixel with GDAL

2012-12-13 Thread Jorge Arevalo
er/smarter approach? Many thanks in advance, -- Jorge Arevalo http://www.krop.com/jorgearevalo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Implementing overview support apart from the default support

2012-10-17 Thread Jorge Arevalo
r tables? (Just reading support, so far) Many thanks in advance, -- Jorge Arevalo http://www.krop.com/jorgearevalo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] What should I expect?

2012-08-10 Thread Jorge Arevalo
south up image. But... if all the images you want to mosaic have this "problem" (positive ns resolution), why I can't mosaic them using gdalbuiltvrt? Best regards, Jorge On Fri, Aug 10, 2012 at 6:09 PM, Martin Chapman wrote: > Jorge, > > It's a south up image. If t

[gdal-dev] What should I expect?

2012-08-10 Thread Jorge Arevalo
inates are interpreted as image pixels, instead of map units. - Any other situation (corrupt file?, other?) I know this value is almost always negative. For example, in case of UTM coordinate system. But, how common is to have a positive value for Y coordinate? Many thanks in advance -- Jorge Ar

[gdal-dev] GDAL with GEOS static

2012-05-10 Thread Jorge Izquierdo Ciges
Hello and good day. I've been trying to get GDAL compiled with GEOS static in Linux with the ./configure, but i've seen in the config.log that it's checked against the *.so. Also i've not found an option to static link GEOS as it can be with proj4. Can it be linked statically? and if it's affirma

[gdal-dev] Motion: Commit rights for David Zwarg accepted

2012-03-20 Thread Jorge Arevalo
Hello, After the voting phase, the motion has been passed. David Zwarg has been accepted as official commiter, and he has adhered to the commiter guidelines. So, welcome David :-) Best regards, -- Jorge Arevalo http://www.libregis.org ___ gdal-dev

[gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Jorge Arevalo
trac. His company also develops some Open Source geoprocessing platforms, like GeoTrellis: https://github.com/azavea/geotrellis I think he's doing an excellent job with the PostGIS Raster driver. So, he has my complete support +1 -- Jorge Arevalo http://www.libregi

Re: [gdal-dev] Postgis Raster driver improvements.

2012-02-22 Thread Jorge Arévalo
Hello, I confirm the driver is called "PostGIS Raster" instead of "WKT Raster". The old name just remains in testing scripts. The rest is ok. And I'm in contact with David for everything related with the driver. Best regards, Jorge On Tue, Feb 21, 2012 at 10:48 PM,

Re: [gdal-dev] Convert ECW to TIFF

2012-02-17 Thread Jorge Santos
:4326 %f %~nf.tif You need to inform the EPSG Code for output files. EPSG 4326 = Geographic Coordinate System WGS 1984. Source http://www.gdal.org/gdal_translate.html Good Luck! Jorge Santos 2012/2/17 Zoltan Szecsei > Hi, > I have a bunch of ecw images that I need to convert to tif+wor

Re: [gdal-dev] Problems writing big tiff image with RasterIO function

2011-11-02 Thread Jorge
Ok, thank you very much! I have written a little image with only the last lines of the original image and this image does not have the strange values, so the problem should be the bug you have mentioned. Best regards, Jorge El 02/11/2011, a las 09:53, Even Rouault escribió: > Selon Jo

Re: [gdal-dev] Problems writing big tiff image with RasterIO function

2011-11-02 Thread Jorge Martin
myBuffer, myNumColumns, myNumLines, GDT_Int32, 0, 0 ); GDALClose(m_poDataset); return 1; } //----- Best Regards, Jorge 2011/10/31 Brian Claywell > Jorge, > > On Mon

[gdal-dev] Problems writing big tiff image with RasterIO function

2011-10-31 Thread Jorge Martin
last lines of the image, this lines are correctly written. This problem, could be solved writing the image by blocks (using the function WriteBlock() )? Best Regards, Jorge ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] GDAL Javascript

2011-10-14 Thread Jorge Arévalo
Hi, You can use OpenLayers to read vector formats, like shapefiles. Take a look at http://openlayers.org/dev/examples/ -- Jorge Arévalo Internet & Mobility Division, DEIMOS jorge.arev...@deimos-space.com http://es.linkedin.com/in/jorgearevalo80 http://mobility.grupodeimos.com/

Re: [gdal-dev] Using gdal_translate to convert tiff 2 tiff with georeferencing

2011-10-14 Thread Jorge Arévalo
ith georeferencing, then all works fine. How to solve this >> poblem? > > You can use the -a_ullr option of gdal_translate, or create a .tfw file as > you did for BMP files. > > Jean-Claude > > ___ > gdal-dev mailing list &

[gdal-dev] Border problem with gdal2tiles

2011-10-13 Thread Jorge Arévalo
don't hesitate to ask me. Many thanks in advance, and best regards, -- Jorge Arévalo Internet & Mobility Division, DEIMOS jorge.arev...@deimos-space.com http://es.linkedin.com/in/jorgearevalo80 http://mobility.grupodeimos.com/ http://gis4free.wordpress.

[gdal-dev] Re: RPC computation

2011-09-20 Thread Jorge
Hello I tried to use gdaltransform executable ( with option -rpc) but it returns an error: Unable to compue the rpc of the input. I need to validate my rpc algorithm but I do not find the way that gdal generates the rpc of an input geoTIFF. Best Regards Jorge El 12/09/2011, a las

Re: [gdal-dev] GDAL unable to open PostGIS Raster table

2011-09-13 Thread Jorge Arévalo
Hi Marco, I'm working on GDAL PostGIS Raster driver, so, don't hesitate to report any error found. Best regards, Jorge On Tue, Sep 13, 2011 at 9:56 PM, Marco Lechner - FOSSGIS e.V. wrote: > fixed. I used Bar instead of bar for table names and therefore had to > put t

[gdal-dev] RPC computation

2011-09-12 Thread Jorge Martin
Hello, I have developed a program that compute the RPC of an input tif image. Now I want to validate this computation. Could you tell me how I can compute the RPCs of an input image using gdal? Best Regards, Jorge ___ gdal-dev mailing list gdal

Re: [gdal-dev] raster2pgsql: AddRasterColumn / No function matches the given name and argument types

2011-09-08 Thread Jorge Arévalo
On Thu, Sep 8, 2011 at 2:18 PM, Sebastian Schutte wrote: > Dear gdal-dev list, > > I followed Jorge Arevalo's tutorial at > http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html in order to test > the postgis 2.0 raster support on our RHEL Linux machine. The entire > postgr

[gdal-dev] Question about rotated rasters

2011-09-02 Thread Jorge Arévalo
rotation about axes (fields 2 and 4 from geotransform array) My question is: why? Why can't I calculate the projected window from a source window in pixels in case of rotated rasters? I guess this is a newbie question... Thanks in advance, and best regards -- Jorge Arévalo Internet &

Re: [gdal-dev] reading postgis raster in mode 2 error

2011-08-29 Thread Jorge Arévalo
On Mon, Aug 29, 2011 at 12:15 PM, Ricardo Filipe Soares Garcia da wrote: > 2011/8/26 Jorge Arévalo : >> -- Forwarded message -- >> From: Ricardo Filipe Soares Garcia da >> Date: Wed, Aug 24, 2011 at 6:07 PM >> Subject: reading postgis raster in m

RE: [gdal-dev] reading postgis raster in mode 2 error

2011-08-26 Thread Jorge Arévalo
27; the band number). returns more than one result, and it shouldn't. Could you please execute that query in a client and send me back the results? Best regards, and sorry for the inconvenience -- Jorge Arévalo Internet & Mobility Division, DEIMOS jorge.arev...@deimos-space.com http://es

Re: [gdal-dev] Is GDAL prepared for this?

2011-07-18 Thread Jorge Arévalo
Hello, 2011/7/18 Frank Warmerdam : > 2011/7/18 Jorge Arévalo : >> Hello, >> >> Is GDAL prepared for not equally sized tiled rasters? I mean this >> http://dl.dropbox.com/u/6599273/irregularly_tiled_raster_coverage.png >> >> I think if my raster coverage

[gdal-dev] Is GDAL prepared for this?

2011-07-18 Thread Jorge Arévalo
st regards -- Jorge Arévalo Internet & Mobility Division, DEIMOS jorge.arev...@deimos-space.com http://es.linkedin.com/in/jorgearevalo80 http://mobility.grupodeimos.com/ http://gis4free.wordpress.com http://geohash.org/ezjqgrgzz0g ___ gdal-dev mailing

Re: [gdal-dev] Meaning of nPixelSpace/nLineSpace in IRasterIO

2011-07-11 Thread Jorge Arévalo
Hello, 2011/7/8 Even Rouault : > Le vendredi 08 juillet 2011 16:09:31, Jorge Arévalo a écrit : >> Hello, >> >> I'm not sure of the meaning of nPixelSpace, nLineSpace IRasterIO args. >> >> >From GDAL doc I read: >> nPixelSpace: The byte offset from

[gdal-dev] Meaning of nPixelSpace/nLineSpace in IRasterIO

2011-07-08 Thread Jorge Arévalo
one bands raster data in interleaved format.". Thanks in advance, and best regards. Jorge -- Jorge Arévalo Internet & Mobility Division, DEIMOS jorge.arev...@deimos-space.com http://es.linkedin.com/in/jorgearevalo80 http://mobility.grupodeimo

Re: [gdal-dev] Combine tiles

2011-06-09 Thread Jorge Arévalo
2011/6/9 Chaitanya kumar CH : > Jorge, > > You will need a script that merges individual tiles that are on the common > border of the original TIFFs. Executing gdal2tiles on the whole 'puzzle' > will save you the time to write the script. > Yes, but I wanted to kno

[gdal-dev] Combine tiles

2011-06-09 Thread Jorge Arévalo
le Maps output. Only levels 4-12 have the problem (tiles with the same coords). Is there any way of merging tiles or should I execute gdal2tiles against the whole "puzzle"? Thanks in advance, and best regards -- Jorge Arévalo Internet & Mobilty Division, DEIMOS jorge.arev...@deimo

Re: [gdal-dev] TIFF with different KEYS_DS

2011-05-25 Thread Jorge
gdal is not extracting rpc info. Is well implemented the function that extracts the rpc info with gdal? Many thanks!!! El 25/05/2011, a las 18:32, Jorge escribió: > > Hello Frank, > > I have > > > Best Regards, > > Jorge > > > El 25/05/2011, a

Re: [gdal-dev] TIFF with different KEYS_DS

2011-05-25 Thread Jorge
Hello Frank, I have Best Regards, Jorge El 25/05/2011, a las 14:27, Frank Warmerdam escribió: > On 11-05-25 03:49 AM, Jorge Martin wrote: >> Hello Frank, >> >> I am trying to test my implementation using GDAL (GDALExtractRPCInfo), but I >> do >> not g

Re: [gdal-dev] TIFF with different KEYS_DS

2011-05-25 Thread Jorge Martin
exit(0); } double *prueba; TIFFGetField(tiff, TIFFTAG_RPCCOEFFICIENT, &nCount, &prueba ); for(uint16 i =0 ; i< nCount ; i++) { cout << prueba[i] <GetMetadata(NULL); if(GDALExtractRPCInfo(Metadata, &sRPC)) { cout <&l

Re: [gdal-dev] TIFF with different KEYS_DS

2011-05-24 Thread Jorge Martin
, 2011/5/24 Frank Warmerdam > On 11-05-24 07:35 AM, Jorge Martin wrote: > >> Many thanks for your answers!!! >> >> Now I am developing a library that handles TIFF and geoTIFF, but I have >> noted >> that I need to include RPCCoefficientTag to the TIFF file. Searchin

Re: [gdal-dev] TIFF with different KEYS_DS

2011-05-24 Thread Jorge Martin
true? Is it posible to include this tag in a TIFF (not geoTIFF) file not using gdal library? Or I have to use geotiff? Best regards, Jorge 2011/5/17 Frank Warmerdam > On 11-05-17 07:54 AM, Jorge Martin wrote: > >> Hello Frank, >> >> >> I am reading libtiff manu

  1   2   3   >