Re: [gdal-dev] STACIT driver seems to return only a subset of all matches

2024-01-15 Thread Darius A . Görgen via gdal-dev
ered? On 15.01.24 13:18, Even Rouault wrote: Hi, the STACIT driver has logic to remove the items that are overlapped by others, to keep only those participating effectively to the mosaic. Even Le 15/01/2024 à 11:47, Darius A. Görgen via gdal-dev a écrit : Hi everyone, I am trying to use

[gdal-dev] STACIT driver seems to return only a subset of all matches

2024-01-15 Thread Darius A . Görgen via gdal-dev
ems that some of the matching items are not caught by the STACIT driver? Any advise? Best, Darius. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Does OGR library supports ESRI file geodatabase?

2008-11-25 Thread Darius Jocius
Hi, I checked the supported format list and find that OGR library supports ESRI Personal GeoDatabase format. What about ESRI File GeoDatabase (older format of ESRI GeoDatabase)? Is there any way to read it without any ESRI tools? Thanks a lot, Darius

[gdal-dev] Re: OGR with Expat and Xerces library support

2008-09-17 Thread Darius
Hi there, this morning I solved a problem by uncommenting these lines in "makefile.vc": ## # The following determines whether we are linking all the OGR formats # into the DLL, or only the minimum spatial reference related

[gdal-dev] OGR with Expat and Xerces library support

2008-09-16 Thread Darius
Hi, I'm trying to compile in OGR/GDAL library KML and GPX support, but I can't get it working. I'm using "makegdal71.vcproj" with VS 2003 and edited "nmake.opt" as this: # Uncomment for Expat support (required for KML read support). EXPAT_DIR = C:\Expat EXPAT_INCLUDE = -I$(EXPAT_DIR)\source\lib E

[gdal-dev] importFromMICoordSys function

2008-09-15 Thread Darius
Hi, is this function currently supported in OGR library? When I'm trying to call it, I'm getting this error (C# in VS 2003): 'OSGeo.OGR.SpatialReference' does not contain a definition for 'importFromMICoordSys'. I'm missing some additional references? Everything else works fine (all standart Ogr li