Re: [gdal-dev] Tips on Speeding up OGR2OGR GeoPackage Creation

2022-10-21 Thread Dennis Burgess
Ya like 10 seconds, most things are under 2 minutes, so I can live with that.. [LTI-Full_175px] Dennis Burgess Author of "Learn RouterOS- Second Edition” Link Technologies, Inc -- Mikrotik & WISP Support Services Office: 314-735-0270 Website: http://www.linktechs.net<http://www.l

[gdal-dev] Tips on Speeding up OGR2OGR GeoPackage Creation

2022-10-20 Thread Dennis Burgess
options here? [LTI-Full_175px] Dennis Burgess, Mikrotik Certified Trainer MTCNA, MTCRE, MTCWE, MTCTCE, MTCINE, MTCSE, HE IPv6 Sage, Cambium ePMP Certified Author of "Learn RouterOS- Second Edition" Link Technologies, Inc -- Mikrotik & WISP Support Services Office: 314-735-0270

Re: [gdal-dev] removing/updating stats and histogram when editing raster

2018-12-28 Thread Dennis Gocke
the raster is edited and that they are not automatically invalidated. Another small question: Is there a GDAL config option, to make GDAL save computed statistics to the aux.xml file instead of the raster file itself when the raster is opened in EditMode? Kind regards, Dennis Am Fr., 28. De

[gdal-dev] removing/updating stats and histogram when editing raster

2018-12-27 Thread Dennis Gocke
ecompute the default histogram? Kind regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] dimap pleiades issues

2015-06-23 Thread Dennis Gocke
/0B_pKTK9WcAW4UnA2LWJpbFE1ZTQ/view?usp=sharing I think it would be great if GDAL could load all tiles as mosaic from the dimap (similar to the DG TIL driver) and would provide the RPCs from the pleiades mdreader for this mosaic raster. This would avoid using various workarounds. Best Regards, Dennis

Re: [gdal-dev] dimap pleiades issues

2015-06-23 Thread Dennis Gocke
Sorry wrong link. This is the dimap pleiades test dataset: https://drive.google.com/file/d/0B_pKTK9WcAW4RktQUEE2bzVDdGM/view?usp=sharing On Tue, Jun 23, 2015 at 3:43 PM, Dennis Gocke wrote: > Hi guys, > > > > following the discussion > http://thread.gmane.org/gmane.comp.gis.

Re: [gdal-dev] EarthWatch/DigitalGlobe .TIL format geotransform origin shifted

2015-05-15 Thread Dennis Gocke
Hi Even, thanks for confirming and fixing the issue. Best Regards, Dennis On Fri, May 15, 2015 at 10:48 AM, Even Rouault wrote: > Dennis, > > https://www.digitalglobe.com/sites/default/files/ISD_External.pdf indeed > confirms your findings (page 37 & 38, doc of originX and ul

[gdal-dev] EarthWatch/DigitalGlobe .TIL format geotransform origin shifted

2015-05-15 Thread Dennis Gocke
. Best Regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] JP2 GML Axis Order Problem

2015-05-13 Thread Dennis Gocke
Hi Even, I've created ticket #5960 <http://trac.osgeo.org/gdal/ticket/5960> Best Regards, Dennis On Wed, May 13, 2015 at 2:58 PM, Even Rouault wrote: > Dennis, > > Could you open a ticket in GDAL Trac about that ? > > Even > > > Hi guys, > > > >

[gdal-dev] JP2 GML Axis Order Problem

2015-05-13 Thread Dennis Gocke
beta1. We can solve this issue by setting the GDAL_IGNORE_AXIS_ORIENTATION to true, but maybe it would be better if GDAL would consider the Best Regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] memory problems with huge raster sizes

2014-02-17 Thread Dennis Gocke
If anyone is interested. I have implemented a dynamic subBlockSize. It seems to work just fine and the memory consumption is now minimal even with huge WMS rasters. I have attached a patch file with the changes. Greetings, Dennis 0001-dynamic-subBlockSize-fixes-problem-with-huge-rasters.patch

Re: [gdal-dev] memory problems with huge raster sizes

2014-02-13 Thread Dennis Gocke
regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] memory problems with huge raster sizes

2014-02-13 Thread Dennis Gocke
d result in subBlockSize=1024 and just 8MB (64bit) for papoBlocks. This will handle even bigger rasters better and scale better for smaller. Hopefully the performance impact for not having simple defines will not be noticeable, but I don't think

[gdal-dev] GDAL PCIDSK Driver Issue

2014-02-12 Thread Dennis Gocke
uot;GdalPINVOKE.SWIGPendingException.Retrieve();" to the Dataset.Dispose() method, although it probably isn't nice design to throw an exception in the Dispose() method. This was tested with the current development version and the 1.10.0 final Version. Kind regards, Dennis

Re: [gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Dennis Gocke
BN really result in a Failure or wouldn't be a Warning enough? Kind regards, Dennis On Wed, Feb 12, 2014 at 2:53 PM, Even Rouault wrote: > Le mercredi 12 février 2014 13:40:38, Dennis Gocke a écrit : > > Hi, > > > > > > > > I found a problem with the sha

[gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Dennis Gocke
ling layer.GetSpatialRef() before calling GetNextFeature() the first time no failure was returned although it still of course had problems reading the sbn and "hSBN->sHooks.Error( szErrorMsg );" was still called. This happens with the current development Version, but is also there

[gdal-dev] python script not working

2014-01-16 Thread Dennis Burgess
file or directory any thoughts, windows gdal using osgeo4w Dennis Burgess, ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Hourly Consultant to help with python script

2013-12-18 Thread Dennis Burgess
! We will remit payment once work is completed. Dennis Burgess, ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdal utilities question

2013-12-11 Thread Dennis Burgess
they create line entries vs polygons. We also use ogr2ogr to simplify the KML as well. Can anyone give me some better method to get a pologyon for only the colored areas , ignoring changes in color.? Dennis Burgess, ___ gdal-dev mailing list gda

Re: [gdal-dev] GDAL 1.10 JP2000 Problem/Crash

2013-05-23 Thread Dennis Gocke
licensing issues? Cheers, Dennis On Wed, May 22, 2013 at 7:46 PM, Even Rouault wrote: > Le mercredi 22 mai 2013 19:22:09, Frank Warmerdam a écrit : > > Dennis, > > > > Ah. In my experience the ECW SDK 3.3 JPEG2000 support is buggy and I was > > never really able t

Re: [gdal-dev] GDAL 1.10 JP2000 Problem/Crash

2013-05-22 Thread Dennis Gocke
I'm using the stable 1.10 build from Tamas' site. GDALIdentifyDriver on the file reports: "ERDAS JPEG2000 (SDK 3.x)" When trying to open the file I get an AccessViolationException. Cheers, Dennis On Wed, May 22, 2013 at 3:35 PM, Frank Warmerdam wrote: > Dennis, > &g

[gdal-dev] GDAL 1.10 JP2000 Problem/Crash

2013-05-22 Thread Dennis Gocke
ted to this single file. Both ERDAS and ArcGIS are able to open the file. If it’s not possible to open the files with GDAL, an appropriate error message instead of a crash would be good. Thanks for looking into it. Cheers, Dennis ___ gdal-dev mailing list gd

Re: [gdal-dev] 1.10 Issues with Geocing API and OSM Driver

2013-04-18 Thread Dennis Gocke
Great work Even. Yes, you are right with the BING service. I did not use the correct key. But perhaps it would be good to have some kind of error message in this case. Cheers, Dennis On Thu, Apr 18, 2013 at 9:19 PM, Even Rouault wrote: > Le jeudi 18 avril 2013 16:04:50, Dennis Gocke a éc

Re: [gdal-dev] 1.10 Issues with Geocing API and OSM Driver

2013-04-18 Thread Dennis Gocke
layer = OGRGeocode(session, "london", null, null); -> only first feature in layer has geometry BING: session = OGRGeocodeCreateSession({"SERVICE=BING", "KEY=BingMapsKey"}); layer = OGRGeocode(session, "london", null, null); -> layer is null and CPLGet

[gdal-dev] 1.10 Issues with Geocing API and OSM Driver

2013-04-18 Thread Dennis Gocke
ini. I think the waterway attribute should be default for lines as it usually is important to differentiate for rivers ect. Something like: # keys to report as OGR fields attributes=name,highway,waterway,aerialway,barrier,man_made Kind regards, Dennis ___ gdal-

Re: [gdal-dev] OGR field names encoding and SetAttributeFilter

2013-04-09 Thread Dennis Gocke
Name = ‘vÄüß’ it also does not accept Äüß = ‘vÄüß’, but "Äüß" = ‘vÄüß’ works fine. So It's probably best practice to always use " when specifying field names. In that regard the OGR QueryFilter works OK. But Postgre correctly differentiates between " and '. Cheers, Dennis

Re: [gdal-dev] OGR field names encoding and SetAttributeFilter

2013-04-09 Thread Dennis Gocke
this would work) 'Äüß' = ‘vÄüß’ -> no error, but it actually filters Äüß = ‘vÄüß’ (IMO this should only compare the strings and therefor return no results) "Äüß" = ‘vÄüß’ -> no error, and it correctly filters Äüß = ‘vÄüß’ "Äüß" = "vÄüß" -> no e

Re: [gdal-dev] Crash: [GDAL 1.10dev] empty shapefile with spatial index

2013-04-05 Thread Dennis Gocke
rror. That depended on how the datasource was opened with Open("DATA.shp", 1) or Open("data.shp", 1). But in this case neither combination worked. Let me know if you would like more details on this. Cheers, Dennis On Fri, Apr 5, 2013 at 12:07 PM, Even Rouault wrote: &g

Re: [gdal-dev] GDAL/OGR C# wrapper and UTF8

2013-04-03 Thread Dennis Gocke
ify it via CPLSetConfigOption. Greetings, Dennis On Wed, Apr 3, 2013 at 11:07 PM, Frank Warmerdam wrote: > > > > On Wed, Apr 3, 2013 at 12:54 PM, Tamas Szekeres wrote: > >> Frank, >> >> We seem to consider only a subset of the parameters (filenames and >> fileds) that shoul

Re: [gdal-dev] GDAL/OGR C# wrapper and UTF8

2013-04-03 Thread Dennis Gocke
ovide information about when which encoding is used if that's at all possible. Best regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL/OGR C# wrapper and UTF8

2013-04-03 Thread Dennis Gocke
#x27;t need the workaround anymore. Or to be more exact, the workaround will obviously break things again, when the C# wrapper is fixed.   Tamas, please tell us, if we can be of assistance.   Greetings, Dennis ___ gdal-dev mailing list gdal-dev@lists

Re: [gdal-dev] GDAL/OGR C# wrapper and UTF8

2013-04-02 Thread Dennis Gocke
ion which forces the wrong encoding in this case. Before I understood that the problem was actually the C# wrapper this was driving me crazy.) Best regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] GDAL/OGR C# wrapper and UTF8

2013-04-02 Thread Dennis Gocke
shouldn’t normally contain non-ASCII characters and then of course it does not make a difference.) Kind regards, Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] unsubscribe

2012-02-13 Thread Dennis Burgess
--- Dennis Burgess, Mikrotik Certified Trainer Author of "Learn RouterOS- Second Edition <http://www.wlan1.com/product_p/

[gdal-dev] (no subject)

2012-01-16 Thread Dennis Burgess
--- Dennis Burgess, Mikrotik Certified Trainer Author of "Learn RouterOS- Second Edition <http://www.wlan1.com/product_p/

[gdal-dev] End User Questions :( KML Raster to Shapefile

2012-01-16 Thread Dennis Burgess
gdaltindex could work, but it shoots me back a no georeferencing is avail for the getotif.tif files .. Any suggestions would be great. Dennis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Compile GDAL with swig(Java) on MAC OS X

2011-12-06 Thread dennis
Hi all, I have a question about compiling gdal. I want to write a program in java with gdal and I want to compile gdal in a way, so that the user can use the already compiled lib. What I did so far is, changing the java.opt and this. gdal:$ ./configure gdal:$ make gdal:$ cd swig/java gdal:$ ./

[gdal-dev] about the license

2011-11-14 Thread dennis
dal, the license and links to www.gdal.org Is this enough to meet the requirements of the license? I know this is not really a technical question, but I read a lot of different things about this topic and I am feeling pretty insecure. Greetings Dennis