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
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
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
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
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
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