[gdal-dev] Is there a GDAL way to use a WPS service?

2024-04-14 Thread andy via gdal-dev
Hi, I would like to test a WPS to run coordinate conversion, And I don't know if there is a way to do it with GDAL. If there is not, is there a cli tool with which to do it? Thank you, Andrea P.S. if there's no cli, I will use owslib via python -- ___ Andrea Borruso website:

[gdal-dev] FEATURE_SERVER_PAGING and GeoServices REST debugging

2024-03-05 Thread andy via gdal-dev
Hi, I'm querying a very slow GeoService REST ogrinfo -al -ro -so --config GDAL_HTTP_UNSAFESSL YES "

[gdal-dev] gdalinfo and WMT_MS_Capabilities: how to get Dimension and its Extent?

2024-03-02 Thread andy via gdal-dev
Hi, if I run "gdalinfo -json WMSURL -sd 1", I can read a lot of info about it, but I do not see Dimension and its Extent in the json output (below an example from WMS request). 2024-01-01T00:00:00.000Z,2024-01-02T00:00:00.000Z,2024-01-03T00:00:00.000Z,2024-01-04T00:00:00.000Z I would like to

Re: [gdal-dev] gdalinfo and WMS: is there a way to pass credentials via CLI?

2024-02-23 Thread andy via gdal-dev
ere GDAL_HTTP_USERPWD > > gdalinfo "WMS:http://wms.geobase.ca/wms-bin/cubeserv.cgi; --config > GDAL_HTTP_USERPWD user:password > > And probably that just incorporating it in the URL should work: > > gdalinfo "WMS:http://user:passw...@wms.geobase.ca/wms-bin/cubeserv.cgi;

[gdal-dev] gdalinfo and WMS: is there a way to pass credentials via CLI?

2024-02-23 Thread andy via gdal-dev
Hi, is there a way to pass UserPwd parameter via a gdalinfo command? Is there a way to pass it, without creating an XML file? Something like this gdalinfo "WMS:http://wms.geobase.ca/wms-bin/cubeserv.cgi; -UserPwd user:password Thank you -- ___ Andrea Borruso website:

Re: [gdal-dev] Compyle gdal >=3.7: lib2to3 error

2024-02-07 Thread andy via gdal-dev
Hi, I have renamed my "/usr/bin/python3.9" and restarted all and I was able to close the thing, because it only took '/usr/bin/python3.11' into account Cheers -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326

Re: [gdal-dev] Compyle gdal >=3.7: lib2to3 error

2024-02-06 Thread andy via gdal-dev
Hi Even, On Tue, 6 Feb 2024 at 00:09, Even Rouault wrote: > Cf related https://github.com/OSGeo/gdal/pull/9174 that has been > backported in 3.8 branch (not in release yet) and which will completely > remove the use of lib2to3 in preparation of python 3.13 which will no > longer provide it. >

Re: [gdal-dev] Compyle gdal >=3.7: lib2to3 error

2024-02-05 Thread andy via gdal-dev
Thank you Even, Unfortunately, python 3.9 and 3.11 coexist on my system, and gdal is compiled with 3.9. In any case if I launch "python3," it launches Python 3.11.2. And to run the 3.9 I must run "/usr/bin/python3.9". If I can compile on 3.11, do I solve? And if so, is there a way to do it and

[gdal-dev] Compyle gdal >=3.7: lib2to3 error

2024-02-05 Thread andy via gdal-dev
Hi, I compile gdal 3.7 in this way: mkdir -p build cd build cmake -D GDAL_USE_GEOS=ON -D OGR_ENABLE_DRIVER_PARQUET:BOOL=OFF -D OGR_ENABLE_DRIVER_ARROW:BOOL=OFF .. cmake --build . sudo cmake --build . --target install When I run "cmake --build ." I have this error: Deprecated command line

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-23 Thread andy via gdal-dev
Hi Even, On Tue, 23 Jan 2024 at 14:59, Even Rouault wrote: > Perhaps due to a difference in the overview resampling method. The COG > driver uses cubic by default. Perhaps try adding -co RESAMPLING=AVERAGE to > compare compareable things. > using -co RESAMPLING=AVERAGE the total time is 30

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-23 Thread andy via gdal-dev
Even, the verbose process lasts 24 minutes, the COG process lasts 36 minutes. There is a 50% difference. Best regards -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper riconoscere chi e

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-23 Thread andy via gdal-dev
Hi Even, because it creates the overviews. You can disable creating them with -co > OVERVIEWS=NO > Sorry, but I didn't write down my whole procedure. After gdal_translate, I run gdaladdo --config GDAL_NUM_THREADS ALL_CPUS --config BIGTIFF_OVERVIEW YES --config INTERLEAVE_OVERVIEW PIXEL -r

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-23 Thread andy via gdal-dev
Hi Even, the COG is a much simpler command, it keeps everything in a little bit, but it is much slower than the more verbose procedure I wrote. So I ruled it out. Thank you very much for the information you gave me, valuable -- ___ Andrea Borruso website:

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-22 Thread andy via gdal-dev
Hi Even first of all, thank you very much. I was tired yesterday. I realize this, because this morning I created a new script starting from scratch and everything seems to be working. Yesterday I was probably looking at the wrong output folder (I am stupid as well as tired). It this way it works:

Re: [gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-22 Thread andy via gdal-dev
Hi Even, and thank you, I have the same result. Do I must remove jpeg compression in gdaladdo? Best regards -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper riconoscere chi e cosa, in

[gdal-dev] Non able to manage properly vitual file, warping and black edges

2024-01-22 Thread andy via gdal-dev
Hi, I have four tif input files, these have 3 bands RGB and are JPEG compressed. No null data set. My goal is to mosaic these and then warp the mosaic. I start it with: gdalbuildvrt mosaic.vrt file1.tif file2.tif file3.tif file4.tif Then I warp the mosaic: gdalwarp -dstalpha -of vrt

Re: [gdal-dev] Export image binary data from GDB dataset

2023-11-15 Thread andy via gdal-dev
Even, On Wed, 15 Nov 2023 at 14:38, Even Rouault wrote: > looking with an hexadecimal editor, one sees the strings "Fotografia di > Photo Editor", "MSPhotoEd.3", so it seems to be Microsoft Photo Editor > format. According to >

[gdal-dev] Export image binary data from GDB dataset

2023-11-15 Thread andy via gdal-dev
Hi, I have a Binary field in a GDB data source. I have no other metadata about it. I know only that the field name is "image", then it should contain images. But I do not know the original file format. I have extract one row (and then one field) as string it, using ogr2ogr -f CSV /vsistdout/

Re: [gdal-dev] sqlite dialect: OpenFileGDB and FID Column selection

2023-09-02 Thread andy
Thank you very much Even. And thank you for this related PR https://github.com/OSGeo/gdal/pull/8301 ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] sqlite dialect: OpenFileGDB and FID Column selection

2023-09-01 Thread andy
Hi Jukka, On Fri, 1 Sept 2023 at 07:42, Rahkonen Jukka < jukka.rahko...@maanmittauslaitos.fi> wrote: > When the SQLite dialect is used, a temporary SQLite database is created. > OBJECTID is a feature identifier (FID) and I guess that the FID gets > converted into a primary key with the SQLite

[gdal-dev] sqlite dialect: OpenFileGDB and FID Column selection

2023-08-31 Thread andy
Hi, if I run ogr2ogr -f CSV /vsistdout/ data.gdb -sql " SELECT OBJECTID from table_EDF_IS limit 1" I have OBJECTID, "1" Instead, if I run ogr2ogr -f CSV /vsistdout/ data.gdb -dialect sqlite -sql " SELECT OBJECTID from table_EDF_IS limit 1" I have this error ERROR 1: In ExecuteSQL():

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-28 Thread andy
Hi Even, On Mon, 28 Aug 2023 at 16:19, Even Rouault wrote: > > > Do you have some tips for me, to avoid the reference to 14? > The below error message suggest you have a dangling > /usr/local/lib/cmake/Arrow/ArrowTargets.cmake file ==> remove the > /usr/local/lib/cmake/Arrow directory > I have

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-28 Thread andy
Hi Evan, and thank you. it seems like you have a mix of Arrow related libs: 13.0 with ArrowAcero > and ArrowDataset in /usr/lib/x86_64-linux-gnu, and 14.0 for arrow and > parquet in /usr/local/lib. This is very prone to lead to errors at build > time or runtime. You should use libraries coming

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi Scott, Yeah, it's not finding something. FYI, I don't use the > GDAL_USE_PARQUET=ON, it just finds it. My Arrow/Parquet related output looks like this (real path): -- Arrow version: 14.0.0 -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1400.0.0 -- Found the Arrow import

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi scott, > Parquet issue. Do you have apache-arrow installed? > https://arrow.apache.org/docs/index.html I have installed pyarrow and compiled arrow/cpp. During "cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF ..", I have -- Found the ArrowDataset shared

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi Andrew, On Sat, 26 Aug 2023 at 16:39, Andrew C Aitchison wrote: > My ubuntu has >/usr/include/ntirpc/rpc/rpc.hfrom libntirpc-dev > and >/usr/include/tirpc/rpc/rpc.h from libtirpc-dev > and builds the ogdi driver without problem. > I have both, but I have those blocking

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
If I remove OGDI and PARQUET, I have no error cmake -D GDAL_USE_GEOS=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF -D OGR_ENABLE_DRIVER_PARQUET:BOOL=OFF .. cmake --build . I know it's obvious, but it's to see if there was more ___ gdal-dev mailing list

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
Hi, if I remove OGDI support "cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF ..", I have the error below after "cmake --build ." [ 93%] Built target gcore_mdreader Scanning dependencies of target GDAL [ 93%] Linking CXX shared library libgdal.so /usr/bin/ld:

[gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
Hi, if I try to compile gdal 3.7.1 on debian bullseye, cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON .. cmake --build . I have this error: Scanning dependencies of target ogr_ODS [ 89%] Building CXX object ogr/ogrsf_frmts/ods/CMakeFiles/ogr_ODS.dir/ods_formula_node.cpp.o [ 89%] Building CXX

[gdal-dev] Is there a native gdal way to download stac items from Microsoft planetary

2023-07-20 Thread andy
Hi, I would like to download this stac item . The Azure Blob File System href is

[gdal-dev] ogr2ogr: is there something like the inverse of clipsrc

2023-06-15 Thread andy
Hi, I have a complex OpenFileGDB file, which has inside a lot of relations and then a lot of non-geometric tables. I need to spatially extract/clip 1/3 of this. So I thought I'd make a copy and to use an external layer not as clip (that maintains inside), but as an eraser. This way I am sure that

Re: [gdal-dev] How to read tiles size of a tiff

2023-05-17 Thread andy
Thank you very much Laurentiu, this was what i needed ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to read tiles size of a tiff

2023-05-17 Thread andy
Hi, I've been having trouble using a tiff on openlayers, and I've found that it depends on it having a negative tile height (-256). This is the tiff: https://andy-aws.s3.eu-north-1.amazonaws.com/sample_dnw_byte.tiff I'm able to read tiles size in OL, using this source.getView

Re: [gdal-dev] PostGIS and ogrinfo: not able to view all the tables of a PostGIS schema

2022-11-30 Thread andy
Thank you On Wed, 30 Nov 2022 at 13:53, Even Rouault wrote: > try adding -oo LIST_ALL_TABLES=YES > Good answer, to stupid question! -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper

[gdal-dev] PostGIS and ogrinfo: not able to view all the tables of a PostGIS schema

2022-11-30 Thread andy
Hi, if I run ogrinfo -ro -so PG:"dbname='arpa_db' host='192.168.xxx.xxx' port='5432' user='postgres' password='' schemas=public" I see 3 tables in the list. The real list contains 32 tables. If I explore the same schema, with the same credentials, using pgAdmin 4 I see all 32 tables. If I

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-18 Thread andy
My PR https://github.com/OSGeo/gdal/pull/6734/files Thank you Even -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper riconoscere chi e cosa, in mezzo all’inferno, non è inferno, e farlo

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-18 Thread andy
Hi Even, On Fri, 18 Nov 2022 at 13:01, Even Rouault wrote: > This is mostly an implementation detail that should have no consequences. > If you really want to change that, I'd suggest you to submit a pull request > with the change directly. > since it is not possible to query using the title

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-18 Thread andy
Hi, I think this is a small bug, but not if it depends on OGR or the server I query. If I run ogrinfo --debug on -ro -al "CSW:http://geodati.gov.it/RNDT/csw; -where "subject LIKE 'salute'" I have the below XML query: http://www.opengis.net/cat/csw/2.0.2; xmlns:gml="http://www.opengis.net/gml;

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-17 Thread andy
Hi Even, another question. On Wed, 16 Nov 2022 at 14:17, Even Rouault wrote: > No, title is not in the lists of hardcoded fields by the OGR CSW driver. > Probably a fix/improvement to do in the driver. > What's the list of the hardcoded fields that I can use in OGR? Thank you --

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Hi Even, On Wed, 16 Nov 2022 at 14:17, Even Rouault wrote: > No, title is not in the lists of hardcoded fields by the OGR CSW driver. > Probably a fix/improvement to do in the driver. > > If I recall well from git history, I coded the driver on a rainy sunday > afternoon 7 years ago, and it

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Hi Even, On Wed, 16 Nov 2022 at 14:00, Even Rouault wrote: > No, that's not currently implemented in the driver. It hardcodes "subject" > to "dc:subject" and "title" to "dc:title", and doesn't use > SupportedISOQueryables. > If I use `dc:title` in this XML query curl -X POST -H "Content-Type:

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Here another example: http://www.pcn.minambiente.it/geoportal/csw?request=getCapabilities=csw In the SupportedISOQueryables I have `apiso:Title`. Is it possible to use ogrinfo and search using a where condition based on the `apiso:Title` field? Thank you -- ___ Andrea Borruso

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Hi, I'm adding another related question. In the CSW server I'm using, we have some element that I can query, as "subject" and "abstract". In the documentation I read that I can run a query using both OGC ISO AP names and Dublin core names. In example `apiso:subject` and `dc:subject`. If I run

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Even first of all thank you On Wed, 16 Nov 2022 at 11:51, Even Rouault wrote: > That returns zero feature. That said, I'm not sure that is what you want > to do, since the server should really look for a dc:subject whose value > is "Impianti e strutture ricettive", with the double quotes. > >

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Hi Brad, It looks like the filter is doing something (since without it, I get about > a thousand times the results - 22700 vs 22). I think that when I have more words, it works in OR. I don't know if this is the right/standard way to work. If I apply double quotes - "Impianti e strutture

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-16 Thread andy
Hi Even, I need to run a CSW query using exact strings. Via curl it's in this way '"Impianti e strutture ricettive"' (using the double quotes inside): curl -X POST -H "Content-Type: application/xml; charset=UTF-8" -d 'http://www.opengis.net/cat/csw/2.0.2; xmlns:gml="http://www.opengis.net/gml;

Re: [gdal-dev] A CSW query that seems to me works badly

2022-11-15 Thread andy
ore.org/documents/2000/07/11/dcmi-box/> xmlns:dct= > "http://purl.org/dc/terms/; <http://purl.org/dc/terms/> xmlns:gml= > "http://www.opengis.net/gml; <http://www.opengis.net/gml> xmlns:ows= > "http://www.opengis.net/ows; <http://www.opengis.net/ows> xmlns:xsd= &

[gdal-dev] A CSW query that seems to me works badly

2022-11-15 Thread andy
Hi, if I run ogrinfo -ro -al "CSW:http://geodati.gov.it/RNDT/csw; -where "subject LIKE 'Impianti e strutture ricettive'" I have 22 items in the result. But no one of those have in the subject the string "'Impianti e strutture ricettive". Why don't I have zero results? Thank you -- Andrea

Re: [gdal-dev] Motion: Approve Even Rouault as a contracted GDAL maintainer for 2022-2023

2022-08-29 Thread Andy Canfield
+1 On Mon, Aug 29, 2022 at 8:27 AM Daniel Morissette wrote: > +1 > > Daniel > > On 2022-08-27 08:42, Howard Butler wrote: > > Dear PSC, > > > > It has come to my attention that Even's term as a GDAL Maintainer > officially ended 31 JUL 2022. I propose that we extend him for another year > from

Re: [gdal-dev] How to read a PGeo source file using GDAL 2.4

2022-08-02 Thread andy
Thank you Nyall. On Tue, 2 Aug 2022 at 00:43, Nyall Dawson wrote: > > That said, you may have some luck if you try setting the environment > variable "OGR_SKIP=ODBC". That was required for a working mdbtools > driver on older GDAL releases. > After running "export OGR_SKIP=ODBC", and "

[gdal-dev] How to read a PGeo source file using GDAL 2.4

2022-07-27 Thread andy
Hi, I have compiled GDAL to enable PGeo, and now I have it in --formats. But if I run "ogrinfo PGeo:input.mdb", I have ERROR 1: PGeo: MDB Tools driver not found! Warning 1: Unable to install MDB driver for ODBC, MDB access may not supported. ERROR 1: Unable to initialize ODBC connection to DSN

Re: [gdal-dev] Compiling GDAL for Linux and enabling PGeo format

2022-07-27 Thread andy
Hi, I have solved it, adding "--with-pgeo=yes" Thank you to Richard Greenwood for the private email about it. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] JPEGLSGetErrorAsString error compiling GDAL

2022-07-26 Thread andy
it works, thank you very much ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] JPEGLSGetErrorAsString error compiling GDAL

2022-07-26 Thread andy
Hi, compiling gdal 2.4.4, I have this error. How to fix it? Thank you jpeglsdataset.cpp: In function ‘const char* JPEGLSGetErrorAsString(CharlsApiResultType)’: jpeglsdataset.cpp:125:35: error: ‘ImageTypeNotSupported’ is not a member of ‘CharlsApiResultType’ {aka ‘charls::jpegls_errc’} 125 |

[gdal-dev] Compiling GDAL for Linux and enabling PGeo format

2022-07-25 Thread andy
Hi, I have installed unixodbc and odbc-mdbtools: ``` sudo apt-get install unixodbc odbc-mdbtools ``` I compile myself GDAL in my Linux machine, but I must use an old 2.4.x version. Currently I configure it in this way ``` ./configure --prefix=/usr/local --with-sqlite3=/usr/local

Re: [gdal-dev] Not able to use gdal_translate and a TMS source

2021-10-05 Thread andy
ers/raster/wms.html more carefully and write server > URL this way: > > > > https://tiles.wmflabs.org/osm-no-labels/${z}/${x}/${y}.png > > > > > -Jukka Rahkonen- > > > > > > > > > > *Lähettäjä:* gdal-dev *Puolesta *andy > *Lähetetty:* tiis

[gdal-dev] Not able to use gdal_translate and a TMS source

2021-10-05 Thread andy
Hi, in QGIS I have set this XYZ source: https://tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png QGIS renders it properly. I have created this GDAL source https://tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png -20037508.34 20037508.34 20037508.34

Re: [gdal-dev] GeoRSS AUTHOR_NAME option

2021-08-27 Thread andy
R_NAME is only used for Atom > format output, and that by default the driver uses the RSS format, so this > behaves as expecte > > Even > Le 27/08/2021 à 11:31, andy a écrit : > > Hi, > if I use AUTHOR_NAME option, I have no element in the XML header. > > Starting in example

[gdal-dev] GeoRSS AUTHOR_NAME option

2021-08-27 Thread andy
Hi, if I use AUTHOR_NAME option, I have no element in the XML header. Starting in example from this CSV description,link,pubDate,title,guid a description,https://lorem.com/1431092533786918915,2021-08-27T03:13:43Z,a title,https://lorem.com/1431092533786918915 and running ogr2ogr -f geoRSS -dsco

[gdal-dev] Partially OT: "libsqlite3.la" error running make

2021-06-29 Thread andy
Hi, I have downloaded gdal-2.4.4 and then ./configure --prefix=/usr/local --with-sqlite3 --with-spatialite=/usr/local --with-geos=/usr/local/bin/geos-config --with-netcdf=/usr/local --with-proj When I run make I have this error: "libsqlite3.la" No such file or directory I'm using debian 11.

Re: [gdal-dev] How to add more than one column to a shapefile using ogrinfo

2016-05-01 Thread andy
Hi Even, On 1 May 2016 at 22:28, Even Rouault wrote: > Because it is not implemented... OGR SQL has many implementation > limitations. > What is supported is documented here : http://gdal.org/ogr_sql.html > thank you very much. I had read that page, but stupidly I

[gdal-dev] Problems linking 1.10 with CURL support

2014-02-03 Thread Andy Cheetham
wldap32.lib winmm.lib #CURL_CFLAGS = -DCURL_STATICLIB The file cpl_http.cpp does have an implimentation but VS2005 would appear to indicate that the #define HAVE)CURL is not defined??? Any help would be appreciated. Cheers Andy ___ gdal-dev mailing list

Re: [gdal-dev] OGRDataSource::CreateLayer error on application exit

2013-03-29 Thread Andy Canfield
On Fri, Mar 29, 2013 at 3:00 PM, Even Rouault even.roua...@mines-paris.orgwrote: Le vendredi 29 mars 2013 21:38:13, Andy Canfield a écrit : If I create a shapefile layer like so: const char *pszShpDriverName = ESRI Shapefile; OGRSFDriver *poShpDriver; poShpDriver = OGRSFDriverRegistrar

[gdal-dev] Image(GeoTiff) not rotated properly?

2013-03-26 Thread Andy Canfield
Please disregard I found what I needed to know in here: http://www.gdal.org/warptut.html and in here: http://trac.osgeo.org/gdal/browser/trunk/gdal/alg/gdalwarper.cpp and I now have it coming out correctly tilted. Thank You, Andy Canfield On Mon, Mar 25, 2013 at 5:51 PM, Andy Canfield

[gdal-dev] C# examples or help docs?

2013-03-18 Thread Andy Canfield
of the original with a new name etc. Any help getting to that goal is greatly appreciated even if it just a link to a sample or help API. Thank You, Andy Canfield ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] PostgreSQL

2011-09-29 Thread Andy Colson
On 9/29/2011 1:36 AM, Even Rouault wrote: Le mercredi 28 septembre 2011 21:28:26, Even Rouault a écrit : Le jeudi 22 septembre 2011 17:48:29, Andy Colson a écrit : Hi List, I'm using ogr2ogr to convert (and reproject) data from shapefile to PG, if I use insert statements the null dates

Re: [gdal-dev] PostgreSQL [RESOLVED]

2011-09-29 Thread Andy Colson
On 9/29/2011 11:28 AM, Even Rouault wrote: Selon Andy Colsona...@squeakycode.net: On 9/29/2011 1:36 AM, Even Rouault wrote: Le mercredi 28 septembre 2011 21:28:26, Even Rouault a écrit : Le jeudi 22 septembre 2011 17:48:29, Andy Colson a écrit : Hi List, I'm using ogr2ogr to convert

Re: [gdal-dev] PostgreSQL

2011-09-28 Thread Andy Colson
Sorry to keep pestering. Is there a better place I should be seeking help? Would a $bounty$ help? -Andy On 9/22/2011 10:48 AM, Andy Colson wrote: Hi List, I'm using ogr2ogr to convert (and reproject) data from shapefile to PG, if I use insert statements the null dates are not a problem

Re: [gdal-dev] PostgreSQL

2011-09-28 Thread Andy Colson
. -Andy On 9/28/2011 9:53 AM, Ivan Price wrote: is there a reason you don't want to use shp2pgsql ? not sure if its better for everything but i've used it on occasion when i had a prob in ogr2ogr -i -Message d'origine- De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun

Re: [gdal-dev] PostgreSQL

2011-09-28 Thread Andy Colson
in it. I could write something but I was hoping I could just get ogr2ogr fixed so my life would be simpler. (I have other things at work I need to be spending my time on, ya know?) -Andy On 9/28/2011 10:13 AM, Ivan Price wrote: and you don't want to set the nulls to blank text before

Re: [gdal-dev] PostgreSQL

2011-09-28 Thread Andy Colson
Would a 16Meg .zip file, that extracts to 157Meg, be acceptable in Trac? I attempted to copy some records out, but it created the new shapefile with a type of ftString instead of ftDate. -Andy On 9/28/2011 2:28 PM, Even Rouault wrote: Le jeudi 22 septembre 2011 17:48:29, Andy Colson a écrit

Re: [gdal-dev] PostgreSQL

2011-09-28 Thread Andy Colson
: 1005965403.2400954 adding -lco PRECISION=NO might perhaps help That does indeed fix it, thank you! -Andy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] PostgreSQL

2011-09-26 Thread Andy Colson
On Thu, Sep 22, 2011 at 9:18 PM, Andy Colson a...@squeakycode.net mailto:a...@squeakycode.net wrote: Hi List, I'm using ogr2ogr to convert (and reproject) data from shapefile to PG, if I use insert statements the null dates are not a problem, but if I set PG_USE_COPY=YES, then I get

[gdal-dev] PostgreSQL

2011-09-22 Thread Andy Colson
. CONTEXT: COPY poltwppoly, line 1, column shape_area: 1005965403.2400954 I'm using: GDAL 1.9dev, released 2011/01/18 I can make the shapefiles available if it would be of help. Is there anything else I can do/try/offer? Thanks, -Andy ___ gdal-dev

Re: [gdal-dev] Rv: How to determine +towgs84

2011-05-10 Thread andy . cheetham
could also you the Text Search option that searches many of the fields in the database and will list all the matching records. Disclaimer: I am one of the guys responsible for this site. Cheers Andy Quoting Jean-Claude Repetto jrepe...@free.fr: On 05/10/11 00:55, jose perez wrote: Hello

Re: [gdal-dev] Feature Style

2009-03-18 Thread Andy Tompkins
Hi Thank you for the information! At my work, we have a proprietary spatial database. We have outgrown our current structure used to describe the style of features as we want to more richly describe the style. Can you suggest a replacement for us? What do others use? Thanks, Andy. On Tue

[gdal-dev] Feature Style

2009-03-17 Thread Andy Tompkins
the tangent of the line. Can I represent this with a SYMBOL string? Thanks in advance, Andy Tompkins ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev