Hi there,
Real basic question here, I hope (but it's got me worried because I expected to 
find the answer in doco or discussion...)
I am building GDAL 2.3.2 on RHEL 7.
I have installed a couple of the drivers and libraries I require for my build 
(Oracle, PostGIS) and now I'm trying to get GeoPackage GPKG support.
What exactly are the pre-requisite installs for this?  I've installed some 
extra rpm packages, based upon a bit of scratching around, but I'm missing the 
secret sauce to get the all-important:
  GPKG -raster,vector- (rw+vs): GeoPackage
.. in my "ogr2ogr --formats" list
Thanks in anticipation!
Dave

------------------------Recent package installs (trying to light up GPKG 
support)

sudo yum install sqlite sqlite-devel
Installed PackagesName        : sqlite-develArch        : x86_64Version     : 
3.7.17Release     : 8.el7Size        : 366 kRepo        : installedFrom repo   
: rhui-REGION-rhel-server-releasesSummary     : Development tools for the 
sqlite3 embeddable SQL database engineURL         : 
http://www.sqlite.org/License     : Public DomainDescription : This package 
contains the header files and development documentation            : for 
sqlite. If you like to develop programs using sqlite, you will need            
: to install sqlite-devel.
Installed PackagesName        : sqliteArch        : x86_64Version     : 
3.7.17Release     : 8.el7Size        : 795 kRepo        : installedFrom repo   
: anacondaSummary     : Library that implements an embeddable SQL database 
engineURL         : http://www.sqlite.org/License     : Public 
DomainDescription : SQLite is a C library that implements an SQL database 
engine. A large            : subset of SQL92 is supported. A complete database 
is stored in a            : single disk file. The API is designed for 
convenience and ease of use.            : Applications that link against SQLite 
can enjoy the power and            : flexibility of an SQL database without the 
administrative hassles of            : supporting a separate database server.  
Version 2 and version 3 binaries            : are named to permit each to be 
installed on a single host



sudo yum install libspatialite libspatialite-devel

Installed PackagesName        : libspatialiteArch        : x86_64Version     : 
4.1.1Release     : 2.el7Size        : 4.0 MRepo        : installedFrom repo   : 
epelSummary     : Enables SQLite to support spatial dataURL         : 
https://www.gaia-gis.it/fossil/libspatialiteLicense     : MPLv1.1 or GPLv2+ or 
LGPLv2+Description : SpatiaLite is a a library extending the basic SQLite core  
          : in order to get a full fledged Spatial DBMS, really simple          
  : and lightweight, but mostly OGC-SFS compliant.
Installed PackagesName        : libspatialite-develArch        : x86_64Version  
   : 4.1.1Release     : 2.el7Size        : 432 kRepo        : installedFrom 
repo   : epelSummary     : Development libraries and headers for SpatiaLiteURL  
       : https://www.gaia-gis.it/fossil/libspatialiteLicense     : MPLv1.1 or 
GPLv2+ or LGPLv2+Description : The libspatialite-devel package contains 
libraries and header files for            : developing applications that use 
libspatialite.

_______________________________
Detailed output from "configure" and eventual "ogr2ogr --formats" appears below.


$ sudo ./configure --with-oci-include=/usr/include/oracle/11.2/client64/ 
--with-oci-lib=/usr/lib/oracle/11.2/client64/lib 
-with-pg=/usr/pgsql-9.6/bin/pg_config --with-spatialite=yeschecking build 
system type... x86_64-pc-linux-gnuchecking host system type... 
x86_64-pc-linux-gnuchecking for gcc... gccchecking whether the C compiler 
works... yeschecking for C compiler default output file name... a.outchecking 
for suffix of executables...checking whether we are cross compiling... 
nochecking for suffix of object files... ochecking whether we are using the GNU 
C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option 
to accept ISO C89... none neededchecking C_WFLAGS for maximum warnings... -Wall 
-Wdeclaration-after-statementchecking for g++... g++checking whether we are 
using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking 
CXX_WFLAGS for maximum warnings... -Wallchecking whether C compiler accepts 
-Werror -we10006... nochecking whether C compiler accepts -diag-disable 
188,1684,2259,2304,3280,11074,11076... nochecking whether C compiler accepts 
-Wextra... yeschecking whether C compiler accepts -Winit-self... yeschecking 
whether C compiler accepts -Wunused-parameter... yeschecking whether C compiler 
accepts -Wmissing-prototypes... yeschecking whether C compiler accepts 
-Wmissing-declarations... yeschecking whether C compiler accepts -Wformat... 
yeschecking whether C compiler accepts -Wformat -Werror=format-security 
-Wno-format-nonliteral... yeschecking whether C compiler accepts 
-Wshorten-64-to-32... nochecking whether C compiler accepts -Wlogical-op... 
yeschecking whether C compiler accepts -Wshadow... yeschecking whether C 
compiler accepts -Werror=vla... yeschecking whether C compiler accepts 
-Werror=declaration-after-statement... yeschecking whether C compiler accepts 
-Wdate-time... nochecking whether C compiler accepts -Wnull-dereference... 
nochecking whether C compiler accepts -Wduplicated-cond... nochecking whether 
C++ compiler accepts -Wextra-semi... nochecking whether C compiler accepts 
-Wno-sign-compare... yeschecking whether C compiler accepts -Wcomma... 
nochecking whether C compiler accepts -Wfloat-conversion... nochecking whether 
C compiler accepts -Wdocumentation -Wno-documentation-deprecated-sync... 
nochecking if -std=gnu89 can be enabled... yeschecking whether C++ compiler 
accepts -Wunused-private-field... nochecking whether C++ compiler accepts 
-Wmissing-prototypes... nochecking whether C++ compiler accepts 
-Wmissing-declarations... yeschecking whether C++ compiler accepts 
-Wnon-virtual-dtor... yeschecking whether C++ compiler accepts 
-Wold-style-cast... yeschecking whether C++ compiler accepts 
-Woverloaded-virtual... yeschecking whether C++ compiler accepts 
-fno-operator-names... yeschecking whether C++ compiler accepts 
-Wzero-as-null-pointer-constant... yeschecking if use C++14 compiler options... 
disabled by userchecking whether g++ supports C++11 features by default... 
nochecking whether g++ supports C++11 features with -std=c++11... yeschecking 
whether C++ compiler accepts -Wsuggest-override... nochecking if 
-Wimplicit-fallthrough can be enabled... nochecking for gcc... (cached) 
gccchecking whether we are using the GNU C compiler... (cached) yeschecking 
whether gcc accepts -g... (cached) yeschecking for gcc option to accept ISO 
C89... (cached) none neededchecking whether we are using the GNU C++ 
compiler... (cached) yeschecking whether g++ -std=c++11 accepts -g... (cached) 
yeschecking how to print strings... printfchecking for a sed that does not 
truncate output... /bin/sedchecking for grep that handles long lines and -e... 
/bin/grepchecking for egrep... /bin/grep -Echecking for fgrep... /bin/grep 
-Fchecking for ld used by gcc... /bin/ldchecking if the linker (/bin/ld) is GNU 
ld... yeschecking for BSD- or MS-compatible name lister (nm)... /bin/nm 
-Bchecking the name lister (/bin/nm -B) interface... BSD nmchecking whether ln 
-s works... yeschecking the maximum length of command line arguments... 
1572864checking how to convert x86_64-pc-linux-gnu file names to 
x86_64-pc-linux-gnu format... func_convert_file_noopchecking how to convert 
x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noopchecking for /bin/ld option to reload object files... 
-rchecking for objdump... objdumpchecking how to recognize dependent 
libraries... pass_allchecking for dlltool... dlltoolchecking how to associate 
runtime and link libraries... printf %s\nchecking for ar... archecking for 
archiver @FILE support... @checking for strip... stripchecking for ranlib... 
ranlibchecking for gawk... gawkchecking command to parse /bin/nm -B output from 
gcc object... okchecking for sysroot... nochecking for a working dd... 
/bin/ddchecking how to truncate binary pipes... /bin/dd bs=4096 count=1checking 
for mt... nochecking if : is a manifest tool... nochecking how to run the C 
preprocessor... gcc -Echecking for ANSI C header files... yeschecking for 
sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... 
yeschecking for string.h... yeschecking for memory.h... yeschecking for 
strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... 
yeschecking for unistd.h... yeschecking for dlfcn.h... yeschecking for 
objdir... .libschecking if gcc supports -fno-rtti -fno-exceptions... nochecking 
for gcc option to produce PIC... -fPIC -DPICchecking if gcc PIC flag -fPIC 
-DPIC works... yeschecking if gcc static flag -static works... nochecking if 
gcc supports -c -o file.o... yeschecking if gcc supports -c -o file.o... 
(cached) yeschecking whether the gcc linker (/bin/ld -m elf_x86_64) supports 
shared libraries... yeschecking whether -lc should be explicitly linked in... 
nochecking dynamic linker characteristics... GNU/Linux ld.sochecking how to 
hardcode library paths into programs... immediatechecking whether stripping 
libraries is possible... yeschecking if libtool supports shared libraries... 
yeschecking whether to build shared libraries... yeschecking whether to build 
static libraries... yeschecking how to run the C++ preprocessor... g++ 
-std=c++11 -Echecking for ld used by g++ -std=c++11... /bin/ld -m 
elf_x86_64checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... 
yeschecking whether the g++ -std=c++11 linker (/bin/ld -m elf_x86_64) supports 
shared libraries... yeschecking for g++ -std=c++11 option to produce PIC... 
-fPIC -DPICchecking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yeschecking 
if g++ -std=c++11 static flag -static works... nochecking if g++ -std=c++11 
supports -c -o file.o... yeschecking if g++ -std=c++11 supports -c -o file.o... 
(cached) yeschecking whether the g++ -std=c++11 linker (/bin/ld -m elf_x86_64) 
supports shared libraries... yeschecking dynamic linker characteristics... 
(cached) GNU/Linux ld.sochecking how to hardcode library paths into programs... 
immediatechecking for std::isnan... yeschecking for dlopen in -ldl... 
yeschecking for nanosleep in -lrt... yeschecking for sin in -lm... yeschecking 
for ANSI C header files... (cached) yeschecking assert.h usability... 
yeschecking assert.h presence... yeschecking for assert.h... yeschecking 
fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... 
yeschecking for unistd.h... (cached) yeschecking dbmalloc.h usability... 
nochecking dbmalloc.h presence... nochecking for dbmalloc.h... nochecking for 
dlfcn.h... (cached) yeschecking for stdint.h... (cached) yeschecking limits.h 
usability... yeschecking limits.h presence... yeschecking for limits.h... 
yeschecking locale.h usability... yeschecking locale.h presence... yeschecking 
for locale.h... yeschecking values.h usability... yeschecking values.h 
presence... yeschecking for values.h... yeschecking float.h usability... 
yeschecking float.h presence... yeschecking for float.h... yeschecking errno.h 
usability... yeschecking errno.h presence... yeschecking for errno.h... 
yeschecking direct.h usability... nochecking direct.h presence... nochecking 
for direct.h... nochecking whether byte ordering is bigendian... nochecking for 
64bit integer type... long longchecking for 64bit file io... yeschecking for 
stat64... yeschecking for fopen64... yeschecking for ftruncate64... yeschecking 
size of int... 4checking size of unsigned long... 8checking size of void*... 
8checking for int8... nochecking for int16... nochecking for int32... 
nochecking for uintptr_t... yeschecking native cpu bit order... lsb2msbchecking 
for vprintf... yeschecking for _doprnt... nochecking for snprintf... 
yeschecking for vsnprintf... yeschecking for atoll... yeschecking for strtof... 
yeschecking for getcwd... yeschecking whether strtof is declared... yeschecking 
for readlink... yeschecking for lstat... yeschecking for posix_spawnp... 
yeschecking for posix_memalign... yeschecking for vfork... yeschecking for 
mmap... yeschecking for sigaction... yeschecking for statvfs... yeschecking for 
statvfs64... yeschecking for gmtime_r... yeschecking for localtime_r... 
yeschecking for uselocale... yeschecking to enable debug build... no, 
CFLAGS="-g -O2"checking whether GCC 4.1 atomic builtins are available... 
yeschecking whether GCC bswap builtins are available... yeschecking for 
__uint128_t... yeschecking whether SSE is available at compile time... 
yeschecking whether SSSE3 is available at compile time... yeschecking whether 
AVX is available at compile time... yeschecking to enable LTO (link time 
optimization) build... nochecking whether we should hide internal symbols... 
nochecking for local include/lib path... nonechecking for pthread_create in 
-lpthread... yeschecking for PTHREAD_MUTEX_RECURSIVE... yeschecking for 
PTHREAD_MUTEX_ADAPTIVE_NP... yeschecking for pthread_spinlock_t... yeschecking 
for 5 args mremap()... yeschecking for _SC_PHYS_PAGES... yeschecking for 
deflateInit_ in -lz... nousing internal libz code as deflateInit_ is 
missingusing internal libz code.checking for ld used by GCC... /bin/ld -m 
elf_x86_64checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... 
yeschecking for shared library run path origin... /bin/sh: ./config.rpath: No 
such file or directorydonechecking for iconv... yeschecking for working 
iconv... yeschecking for iconv declaration...         extern size_t iconv 
(iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t 
*outbytesleft);using ICONV_CPP_CONST=""checking for ZSTD_decompressStream in 
-lzstd... nolibzstd not found - ZSTD support disabledchecking for PostgreSQL... 
yeschecking for PQconnectdb in -lpq... yeschecking for G_gisinit_2 in 
-lgrass5... nochecking for ffopen in -lcfitsio... nolibcfitsio not found - FITS 
support disabledchecking for Mopen in -lcsf... nochecking csf.h usability... 
nochecking csf.h presence... nochecking for csf.h... nousing internal csf 
code.checking for libpng... checking for png_set_IHDR in -lpng... nochecking 
png.h usability... nochecking png.h presence... nochecking for png.h... nousing 
internal png code.checking for libcrunch... dds support disabled.checking for 
gta_version in -lgta... nolibgta not found - GTA support disabledchecking for 
PCIDSK... using internal libpcidsk.checking for libtiff... checking for 
TIFFScanlineSize64 in -ltiff... nousing internal TIFF code.BigTIFF support 
enabled.using internal GeoTIFF code.checking for jpeg_read_scanlines in 
-ljpeg... nochecking jpeglib.h usability... nochecking jpeglib.h presence... 
nochecking for jpeglib.h... nousing internal jpeg code.checking 
CharLS/interface.h usability... nochecking CharLS/interface.h presence... 
nochecking for CharLS/interface.h... nochecking for jpeg12... enabledchecking 
for DGifOpenFileName in -lgif... nochecking gif_lib.h usability... nochecking 
gif_lib.h presence... nochecking for gif_lib.h... nousing internal gif 
code.checking ecs.h usability... nochecking ecs.h presence... nochecking for 
ecs.h... nochecking for FMEObjects... noSOSI support disabled.checking for 
MongoCXX... MongoCXX not found.checking for SDreaddata in -lmfhdfalt... 
nochecking for SDreaddata in -lmfhdf... nochecking for SDreaddata in -lhdf4... 
nochecking for SDreaddata in -lmfhdf... nochecking for SDreaddata in -lmfhdf... 
nochecking for pkg-config... /bin/pkg-configchecking pkg-config is at least 
version 0.21... yeschecking for HDF5... nochecking for H5Fopen in -lhdf5... 
nochecking for kea-config... nochecking for kea... nochecking for nc-config... 
no        did not find nc-config, some features may be missing        use 
--with-netcdf=/path/to/netcdf or add nc-config to PATHchecking for nc_open in 
-lnetcdf... nolibnetcdf not found ... netCDF support disabledchecking for 
jpc_decode in -ljasper... nochecking for jp2_decode in -ljasper... nochecking 
for pgx_decode in -ljasper... nochecking for pkg-config... (cached) 
/bin/pkg-configchecking pkg-config is at least version 0.21... yeschecking for 
OPENJPEG... nochecking for FileGDBAPI... FileGDBAPI not found.checking for 
NCScbmOpenFileView in -lNCSEcw... nochecking for NCScbmOpenFileView in 
-lecwj2... nochecking for Kakadu JPEG2000 support... not requested.configure: 
MrSID support disabled.configure: MrSID/MG4 Lidar support disabled.checking for 
JP2Lura support... checking for MSG... not requestedchecking for BSB... 
enabledchecking for Oracle OCI headers in /usr/include/oracle/11.2/client64/... 
yeschecking for Oracle OCI libraries in /usr/lib/oracle/11.2/client64/lib... 
yeschecking if Oracle OCI version is >= 10.0.1 ... yeschecking for Oracle 
version >= 10.x to use -lnnz10 flag... yeschecking if Oracle support is 
enabled... yeschecking for GRIB... enabledenabledchecking for MySQL... 
nochecking for Ingres... nochecking for Xerces C++ Parser... nochecking for 
Expat XML Parser... nochecking for pkg-config... (cached) 
/bin/pkg-configchecking pkg-config is at least version 0.21... yeschecking for 
LIBKML... nochecking for Google libkml... nocheck for unixODBCchecking for 
SQLConnect in -lodbc... yeschecking for SQLInstallDriverEx in -lodbcinst... 
yeschecking for sql.h... nosql.h not foundchecking for Oracle OCI headers in 
/usr/include/oracle/11.2/client64/... yeschecking for Oracle OCI libraries in 
/usr/lib/oracle/11.2/client64/lib... yeschecking if Oracle OCI version is >= 
8.1.7 ... yeschecking for Oracle version >= 10.x to use -lnnz10 flag... 
yeschecking if Oracle support is enabled... yeschecking for DODS... 
disabledchecking for curl-config... nochecking for xml2-config... nochecking 
for spatialite... checking sqlite3.h usability... yeschecking sqlite3.h 
presence... yeschecking for sqlite3.h... yeschecking for spatialite.h in 
/usr/include or /usr/local/include... foundchecking for spatialite_init in 
-lspatialite... yeschecking for spatialite_target_cpu in -lspatialite... 
nochecking for sqlite3_column_table_name in -lsqlite3... yesconfigure: 
rasterlite2 support disabledchecking pcre.h usability... nochecking pcre.h 
presence... nochecking for pcre.h... nochecking Checking for Teigha... 
disabledconfigure: IBM Informix DataBlade not supported.configure: checking 
whether we should include ESRI SDE support...        ESRI SDE support not 
requested.checking for WebPDecodeRGB in -lwebp... nolibwebp not found - WEBP 
support disabledchecking for geos-config... nochecking for sfcgal-config... 
nochecking qhull/libqhull.h usability... nochecking qhull/libqhull.h 
presence... nochecking for qhull/libqhull.h... nochecking libqhull/libqhull.h 
usability... nochecking libqhull/libqhull.h presence... nochecking for 
libqhull/libqhull.h... nochecking for OpenCL support... nochecking for FreeXL 
support... checking freexl.h usability... nochecking freexl.h presence... 
nochecking for freexl.h... nochecking for freexl_open in -lfreexl... nochecking 
for freexl_open in -lfreexl... nochecking for freexl_open in -lfreexl... 
nochecking for freexl_open in -lfreexl... nochecking for freexl_open in 
-lfreexl... nolibfreexl not found - FreeXL support disabledchecking for 
json_object_set_serializer in -ljson-c... nousing internal libjson-c 
codechecking whether to enable PAM... yeschecking whether to build PDF driver 
as a plugin... nochecking for poppler... disabledchecking for podofo... 
disabledchecking for pdfium... disabledchecking how to link PROJ library... 
link dynamically.checking GDAL version information from gdal_version.h.in: 
2.3.2checking for perl bindings... disabledchecking for php bindings... 
disabledchecking for python bindings... disabledchecking whether we should 
include Java support... nochecking whether we should include MDB support... 
noconfigure: checking whether we should include rasdaman support...        
rasdaman support not requested.checking whether we should include Armadillo 
support... nochecking for cryptopp... nochecking for crypto... checking for 
EVP_sha256 in -lcrypto... nochecking for MRF... enabledchecking for NULL... 
disabledchecking if sprintf can be overloaded for GDAL compilation... 
yesconfigure: creating ./config.statusconfig.status: creating 
GDALmake.optconfig.status: WARNING:  'GDALmake.opt.in' seems to ignore the 
--datarootdir settingconfig.status: creating port/cpl_config.hconfig.status: 
port/cpl_config.h is unchangedconfig.status: executing libtool commands
GDAL is now configured for x86_64-pc-linux-gnu
  Installation directory:    /usr/local  C compiler:                gcc 
-DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME 
-DHAVE_SSE_AT_COMPILE_TIME -g -O2  C++ compiler:              g++ -std=c++11 
-DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME 
-DHAVE_SSE_AT_COMPILE_TIME -g -O2  C++14 support:             no
  LIBTOOL support:           yes
  LIBZ support:              internal  LIBLZMA support:           no  ZSTD 
support:              no  cryptopp support:          no  crypto/openssl 
support:    no  GRASS support:             no  CFITSIO support:           no  
PCRaster support:          internal  LIBPNG support:            internal  DDS 
support:               no  GTA support:               no  LIBTIFF support:      
     internal (BigTIFF=yes)  LIBGEOTIFF support:        internal  LIBJPEG 
support:           internal  12 bit JPEG:               yes  12 bit 
JPEG-in-TIFF:       yes  LIBGIF support:            internal  
JPEG-Lossless/CharLS:      no  OGDI support:              no  HDF4 support:     
         no  HDF5 support:              no  Kea support:               no  
NetCDF support:            no  Kakadu support:            no  JasPer support:   
         no  OpenJPEG support:          no  ECW support:               no  
MrSID support:             no  MrSID/MG4 Lidar support:   no  JP2Lura support:  
         no  MSG support:               no  GRIB support:              yes  
EPSILON support:           no  WebP support:              no  cURL support 
(wms/wcs/...):no  PostgreSQL support:        yes  MRF support:               
yes  MySQL support:             no  Ingres support:            no  Xerces-C 
support:          no  NAS support:               no  Expat support:             
no  libxml2 support:           no  Google libkml support:     no  ODBC support: 
             no  PGeo support:              no  FGDB support:              no  
MDB support:               no  PCIDSK support:            internal  OCI 
support:               yes  GEORASTER support:         yes  SDE support:        
       no  Rasdaman support:          no  DODS support:              no  SQLite 
support:            yes  PCRE support:              no  SpatiaLite support:     
   yes  RasterLite2 support:       no  Teigha (DWG and DGNv8):    no  INFORMIX 
DataBlade support:no  GEOS support:              no  SFCGAL support:            
no  QHull support:             internal  Poppler support:           no  Podofo 
support:            no  PDFium support:            no  OpenCL support:          
  no  Armadillo support:         no  FreeXL support:            no  SOSI 
support:              no  MongoDB support:           no

  SWIG Bindings:             no
  Statically link PROJ:      no  enable GNM building:       yes  enable pthread 
support:    yes  enable POSIX iconv support:yes  hide internal symbols:     no
_______________________________________________
Supported Formats:  PCIDSK -raster,vector- (rw+v): PCIDSK Database File  PDF 
-raster,vector- (w+): Geospatial PDF  MBTiles -raster,vector- (rw+v): MBTiles  
ESRI Shapefile -vector- (rw+v): ESRI Shapefile  MapInfo File -vector- (rw+v): 
MapInfo File  UK .NTF -vector- (rov): UK .NTF  OGR_SDTS -vector- (rov): SDTS  
S57 -vector- (rw+v): IHO S-57 (ENC)  DGN -vector- (rw+v): Microstation DGN  
OGR_VRT -vector- (rov): VRT - Virtual Datasource  REC -vector- (ro): EPIInfo 
.REC  Memory -vector- (rw+): Memory  BNA -vector- (rw+v): Atlas BNA  CSV 
-vector- (rw+v): Comma Separated Value (.csv)  GML -vector- (rw+v): Geography 
Markup Language (GML)  GPX -vector- (rw+v): GPX  KML -vector- (rw+v): Keyhole 
Markup Language (KML)  GeoJSON -vector- (rw+v): GeoJSON  ESRIJSON -vector- 
(rov): ESRIJSON  TopoJSON -vector- (rov): TopoJSON  OGR_GMT -vector- (rw+v): 
GMT ASCII Vectors (.gmt)  WAsP -vector- (rw+v): WAsP .map format  PostgreSQL 
-vector- (rw+): PostgreSQL/PostGIS  OCI -vector- (rw+): Oracle Spatial  
OpenFileGDB -vector- (rov): ESRI FileGDB  XPlane -vector- (rov): 
X-Plane/Flightgear aeronautical data  DXF -vector- (rw+v): AutoCAD DXF  CAD 
-raster,vector- (rovs): AutoCAD Driver  Geoconcept -vector- (rw+v): Geoconcept  
GeoRSS -vector- (rw+v): GeoRSS  GPSTrackMaker -vector- (rw+v): GPSTrackMaker  
PGDUMP -vector- (w+v): PostgreSQL SQL dump  GPSBabel -vector- (rw+): GPSBabel  
SUA -vector- (rov): Tim Newport-Peace's Special Use Airspace Format  OpenAir 
-vector- (rov): OpenAir  OGR_PDS -vector- (rov): Planetary Data Systems TABLE  
HTF -vector- (rov): Hydrographic Transfer Vector  AeronavFAA -vector- (rov): 
Aeronav FAA  EDIGEO -vector- (rov): French EDIGEO exchange format  SVG -vector- 
(rov): Scalable Vector Graphics  Idrisi -vector- (rov): Idrisi Vector (.vct)  
ARCGEN -vector- (rov): Arc/Info Generate  SEGUKOOA -vector- (rov): SEG-P1 / 
UKOOA P1/90  SEGY -vector- (rov): SEG-Y  SXF -vector- (rov): Storage and 
eXchange Format  Selafin -vector- (rw+v): Selafin  JML -vector- (rw+v): 
OpenJUMP JML  VDV -vector- (rw+v): VDV-451/VDV-452/INTREST Data Format  MVT 
-vector- (rov): Mapbox Vector Tiles  TIGER -vector- (rw+v): U.S. Census 
TIGER/Line  AVCBin -vector- (rov): Arc/Info Binary Coverage  AVCE00 -vector- 
(rov): Arc/Info E00 (ASCII) Coverage




_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to