在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → gdal1.9.2 源码

gdal1.9.2 源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.06M
  • 下载次数:2
  • 浏览次数:55
  • 发布时间:2021-12-12
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
gdal1.9.2 源码 需要自己编译 最新的gdal 好东西和大家分享
【实例截图】
【核心代码】
4744300845220526183.gz
└── gdal-1.9.2
├── aclocal.m4
├── alg
│   ├── contour.cpp
│   ├── fpolygonize.cpp
│   ├── gdal_alg.h
│   ├── gdal_alg_priv.h
│   ├── gdalchecksum.cpp
│   ├── gdal_crs.c
│   ├── gdalcutline.cpp
│   ├── gdaldither.cpp
│   ├── gdalgeoloc.cpp
│   ├── gdalgrid.cpp
│   ├── gdalgrid.h
│   ├── gdalmediancut.cpp
│   ├── gdal_nrgcrs.c
│   ├── gdalproximity.cpp
│   ├── gdalrasterfpolygonenumerator.cpp
│   ├── gdalrasterize.cpp
│   ├── gdalrasterpolygonenumerator.cpp
│   ├── gdal_rpc.cpp
│   ├── gdalsievefilter.cpp
│   ├── gdalsimplewarp.cpp
│   ├── gdal_tps.cpp
│   ├── gdaltransformer.cpp
│   ├── gdalwarper.cpp
│   ├── gdalwarper.h
│   ├── gdalwarpkernel.cpp
│   ├── gdalwarpkernel_opencl.c
│   ├── gdalwarpkernel_opencl.h
│   ├── gdalwarpoperation.cpp
│   ├── GNUmakefile
│   ├── gvgcpfit.h
│   ├── llrasterize.cpp
│   ├── makefile.vc
│   ├── polygonize.cpp
│   ├── rasterfill.cpp
│   ├── thinplatespline.cpp
│   └── thinplatespline.h
├── apps
│   ├── commonutils.cpp
│   ├── commonutils.h
│   ├── dumpoverviews.cpp
│   ├── gdal2ogr.c
│   ├── gdaladdo.cpp
│   ├── gdalasyncread.cpp
│   ├── gdalbuildvrt.cpp
│   ├── gdal-config.in
│   ├── gdal_contour.cpp
│   ├── gdaldem.cpp
│   ├── gdalenhance.cpp
│   ├── gdalflattenmask.c
│   ├── gdal_grid.cpp
│   ├── gdalinfo.c
│   ├── gdallocationinfo.cpp
│   ├── gdalmanage.cpp
│   ├── gdal_rasterize.cpp
│   ├── gdalsrsinfo.cpp
│   ├── gdaltindex.c
│   ├── gdaltorture.cpp
│   ├── gdaltransform.cpp
│   ├── gdal_translate.cpp
│   ├── gdal_utilities.dox
│   ├── gdalwarp.cpp
│   ├── gdalwarpsimple.c
│   ├── GNUmakefile
│   ├── makefile.vc
│   ├── multireadtest.cpp
│   ├── nearblack.cpp
│   ├── ogr2ogr.cpp
│   ├── ogrdissolve.cpp
│   ├── ogrinfo.cpp
│   ├── ogrtindex.cpp
│   ├── ogr_utilities.dox
│   ├── testepsg.cpp
│   ├── test_ogrsf.cpp
│   └── testreprojmulti.cpp
├── autogen.sh
├── bridge
│   ├── bridge_test.cpp
│   ├── gbgetsymbol.cpp
│   ├── gdalbridge.cpp
│   ├── gdalbridge.h
│   └── Makefile
├── COMMITERS
├── config.guess
├── config.sub
├── configure
├── configure.in
├── data
│   ├── compdcs.csv
│   ├── coordinate_axis.csv
│   ├── cubewerx_extra.wkt
│   ├── datum_shift.csv
│   ├── ecw_cs.wkt
│   ├── ellipsoid.csv
│   ├── epsg.wkt
│   ├── esri_extra.wkt
│   ├── esri_StatePlane_extra.wkt
│   ├── esri_Wisconsin_extra.wkt
│   ├── gcs.csv
│   ├── gcs.override.csv
│   ├── gdal_datum.csv
│   ├── gdalicon.png
│   ├── GDALLogoBW.svg
│   ├── GDALLogoColor.svg
│   ├── GDALLogoGS.svg
│   ├── geoccs.csv
│   ├── gt_datum.csv
│   ├── gt_ellips.csv
│   ├── header.dxf
│   ├── nitf_spec.xml
│   ├── nitf_spec.xsd
│   ├── pci_datum.txt
│   ├── pci_ellips.txt
│   ├── pcs.csv
│   ├── pcs.override.csv
│   ├── prime_meridian.csv
│   ├── projop_wparm.csv
│   ├── s57agencies.csv
│   ├── s57attributes_aml.csv
│   ├── s57attributes.csv
│   ├── s57attributes_iw.csv
│   ├── s57expectedinput.csv
│   ├── s57objectclasses_aml.csv
│   ├── s57objectclasses.csv
│   ├── s57objectclasses_iw.csv
│   ├── seed_2d.dgn
│   ├── seed_3d.dgn
│   ├── stateplane.csv
│   ├── trailer.dxf
│   ├── unit_of_measure.csv
│   ├── vertcs.csv
│   └── vertcs.override.csv
├── doc
│   ├── api.dox
│   ├── br
│   │   ├── Doxyfile
│   │   ├── gdal_building_br.dox
│   │   ├── gdal_datamodel_br.dox
│   │   ├── gdal_tutorial_br.dox
│   │   └── index_br.dox
│   ├── credits.dox
│   ├── download.dox
│   ├── examples.dox
│   ├── gdal_building.dox
│   ├── gdal_datamodel.dox
│   ├── gdal_drivertut.dox
│   ├── gdal_footer.html
│   ├── gdal_polygonize.dox
│   ├── gdal_proximity.dox
│   ├── gdal_tutorial.dox
│   ├── grid
│   │   ├── ellipse.eps
│   │   ├── ellipse.png
│   │   ├── gridding.eps
│   │   ├── gridding.png
│   │   └── src
│   │   ├── ellipse.tex
│   │   ├── figures.mp
│   │   ├── GNUmakefile
│   │   └── gridding.tex
│   ├── grid_tutorial.dox
│   ├── images
│   │   ├── act-logo.png
│   │   ├── cadcorp_logo.jpg
│   │   ├── foss4g09.png
│   │   ├── i3-logo.jpg
│   │   ├── ingres-logo.png
│   │   ├── safe-logo.png
│   │   ├── src-logo.png
│   │   └── waypoint_logo.png
│   ├── index.dox
│   ├── ogr
│   │   ├── style_pen1.gif
│   │   ├── style_pen2.gif
│   │   ├── style_pen3.gif
│   │   └── style_textanchor.gif
│   ├── ru
│   │   ├── Doxyfile
│   │   ├── gdal_building_ru.dox
│   │   ├── gdal_datamodel_ru.dox
│   │   ├── gdal_tutorial_ru.dox
│   │   └── index_ru.dox
│   ├── sponsorship.dox
│   ├── vb6_tutorial.dox
│   ├── warptut.dox
│   └── wince_port.dox
├── Doxyfile
├── frmts
│   ├── aaigrid
│   │   ├── aaigriddataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── adrg
│   │   ├── adrgdataset.cpp
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── srpdataset.cpp
│   ├── aigrid
│   │   ├── aigccitt.c
│   │   ├── aigdataset.cpp
│   │   ├── aigopen.c
│   │   ├── aigrid.h
│   │   ├── aitest.c
│   │   ├── GNUmakefile
│   │   ├── gridlib.c
│   │   ├── Makefile.dist
│   │   └── makefile.vc
│   ├── airsar
│   │   ├── airsardataset.cpp
│   │   ├── frmt_airsar.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── blx
│   │   ├── blx.c
│   │   ├── blxdataset.cpp
│   │   ├── blx.h
│   │   ├── frmt_blx.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── bmp
│   │   ├── bmpdataset.cpp
│   │   ├── frmt_bmp.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── bsb
│   │   ├── bsb2raw.c
│   │   ├── bsbdataset.cpp
│   │   ├── bsb_read.c
│   │   ├── bsb_read.h
│   │   ├── GNUmakefile
│   │   ├── Makefile.dist
│   │   ├── makefile.vc
│   │   └── README.dist
│   ├── ceos
│   │   ├── ceosdataset.cpp
│   │   ├── ceosopen.c
│   │   ├── ceosopen.h
│   │   ├── ceostest.c
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── ceos2
│   │   ├── ceos.c
│   │   ├── ceos.h
│   │   ├── ceosrecipe.c
│   │   ├── ceossar.c
│   │   ├── GNUmakefile
│   │   ├── link.c
│   │   ├── makefile.vc
│   │   └── sar_ceosdataset.cpp
│   ├── coasp
│   │   ├── coasp_dataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── cosar
│   │   ├── cosar_dataset.cpp
│   │   ├── frmt_cosar.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── ctg
│   │   ├── ctgdataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── dimap
│   │   ├── dimapdataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── dods
│   │   ├── dodsdataset2.cpp
│   │   ├── frmt_dods.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── dted
│   │   ├── dted_api.c
│   │   ├── dted_api.h
│   │   ├── dted_create.c
│   │   ├── dteddataset.cpp
│   │   ├── dted_ptstream.c
│   │   ├── dted_test.c
│   │   ├── frmt_dted.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── e00grid
│   │   ├── e00compr.h
│   │   ├── e00griddataset.cpp
│   │   ├── e00read.c
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── ecw
│   │   ├── ecwasyncreader.cpp
│   │   ├── ecwcreatecopy.cpp
│   │   ├── ecwdataset.cpp
│   │   ├── frmt_ecw.html
│   │   ├── frmt_jp2ecw.html
│   │   ├── gdal_ecw.h
│   │   ├── GNUmakefile
│   │   ├── jp2userbox.cpp
│   │   ├── lookup.py
│   │   └── makefile.vc
│   ├── elas
│   │   ├── elasdataset.cpp
│   │   ├── frmt_elas.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── envisat
│   │   ├── dumpgeo.c
│   │   ├── envisatdataset.cpp
│   │   ├── envisat_dump.c
│   │   ├── EnvisatFile.c
│   │   ├── EnvisatFile.h
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── records.c
│   │   └── records.h
│   ├── epsilon
│   │   ├── epsilondataset.cpp
│   │   ├── frmt_epsilon.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── ers
│   │   ├── ersdataset.cpp
│   │   ├── ershdrnode.cpp
│   │   ├── ershdrnode.h
│   │   ├── frmt_ers.html
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── fit
│   │   ├── fit.cpp
│   │   ├── fitdataset.cpp
│   │   ├── fit.h
│   │   ├── GNUmakefile
│   │   ├── gstEndian.h
│   │   ├── gstTypes.h
│   │   └── makefile.vc
│   ├── fits
│   │   ├── fitsdataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── formats_list.html
│   ├── frmt_various.html
│   ├── gdalallregister.cpp
│   ├── georaster
│   │   ├── frmt_georaster.html
│   │   ├── georaster_dataset.cpp
│   │   ├── georaster_priv.h
│   │   ├── georaster_rasterband.cpp
│   │   ├── georaster_wrapper.cpp
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── oci_wrapper.cpp
│   │   └── oci_wrapper.h
│   ├── gff
│   │   ├── gff_dataset.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── gif
│   │   ├── biggifdataset.cpp
│   │   ├── frmt_gif.html
│   │   ├── gifabstractdataset.cpp
│   │   ├── gifabstractdataset.h
│   │   ├── gifdataset.cpp
│   │   ├── giflib
│   │   │   ├── COPYING
│   │   │   ├── dgif_lib.c
│   │   │   ├── egif_lib.c
│   │   │   ├── gifalloc.c
│   │   │   ├── gif_err.c
│   │   │   ├── gif_hash.c
│   │   │   ├── gif_hash.h
│   │   │   ├── gif_lib.h
│   │   │   ├── gif_lib_private.h
│   │   │   ├── makefile.vc
│   │   │   └── README
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── GNUmakefile
│   ├── grass
│   │   ├── frmt_grass.html
│   │   ├── GNUmakefile
│   │   ├── grass57dataset.cpp
│   │   ├── grassdataset.cpp
│   │   └── pkg
│   │   ├── aclocal.m4
│   │   ├── configure
│   │   ├── configure.in
│   │   ├── Makefile.in
│   │   └── README
│   ├── grib
│   │   ├── degrib18
│   │   │   ├── degrib
│   │   │   │   ├── clock.c
│   │   │   │   ├── clock.h
│   │   │   │   ├── datasource.h
│   │   │   │   ├── degrib1.cpp
│   │   │   │   ├── degrib1.h
│   │   │   │   ├── degrib2.cpp
│   │   │   │   ├── degrib2.h
│   │   │   │   ├── engribapi.c
│   │   │   │   ├── engribapi.h
│   │   │   │   ├── filedatasource.cpp
│   │   │   │   ├── filedatasource.h
│   │   │   │   ├── fileendian.cpp
│   │   │   │   ├── fileendian.h
│   │   │   │   ├── grib1tab.cpp
│   │   │   │   ├── grib2api.c
│   │   │   │   ├── grib2api.h
│   │   │   │   ├── inventory.cpp
│   │   │   │   ├── inventory.h
│   │   │   │   ├── makefile.vc
│   │   │   │   ├── memendian.c
│   │   │   │   ├── memendian.h
│   │   │   │   ├── memorydatasource.cpp
│   │   │   │   ├── memorydatasource.h
│   │   │   │   ├── meta.h
│   │   │   │   ├── metaname.cpp
│   │   │   │   ├── metaname.h
│   │   │   │   ├── metaparse.cpp
│   │   │   │   ├── metaprint.cpp
│   │   │   │   ├── myassert.c
│   │   │   │   ├── myassert.h
│   │   │   │   ├── myerror.c
│   │   │   │   ├── myerror.h
│   │   │   │   ├── myutil.c
│   │   │   │   ├── myutil.h
│   │   │   │   ├── scan.c
│   │   │   │   ├── scan.h
│   │   │   │   ├── tdlpack.cpp
│   │   │   │   ├── tdlpack.h
│   │   │   │   ├── type.h
│   │   │   │   ├── weather.c
│   │   │   │   └── weather.h
│   │   │   ├── g2clib-1.0.4
│   │   │   │   ├── cmplxpack.c
│   │   │   │   ├── compack.c
│   │   │   │   ├── comunpack.c
│   │   │   │   ├── dec_jpeg2000.cpp
│   │   │   │   ├── dec_png.c
│   │   │   │   ├── drstemplates.c
│   │   │   │   ├── drstemplates.h
│   │   │   │   ├── enc_jpeg2000.c
│   │   │   │   ├── enc_png.c
│   │   │   │   ├── g2_addfield.c
│   │   │   │   ├── g2_addgrid.c
│   │   │   │   ├── g2_addlocal.c
│   │   │   │   ├── g2_create.c
│   │   │   │   ├── g2_free.c
│   │   │   │   ├── g2_getfld.c
│   │   │   │   ├── g2_gribend.c
│   │   │   │   ├── g2_info.c
│   │   │   │   ├── g2_miss.c
│   │   │   │   ├── g2_unpack1.c
│   │   │   │   ├── g2_unpack2.c
│   │   │   │   ├── g2_unpack3.c
│   │   │   │   ├── g2_unpack4.c
│   │   │   │   ├── g2_unpack5.c
│   │   │   │   ├── g2_unpack6.c
│   │   │   │   ├── g2_unpack7.c
│   │   │   │   ├── gbits.c
│   │   │   │   ├── getdim.c
│   │   │   │   ├── getpoly.c
│   │   │   │   ├── grib2c.doc
│   │   │   │   ├── grib2.h
│   │   │   │   ├── gridtemplates.c
│   │   │   │   ├── gridtemplates.h
│   │   │   │   ├── int_power.c
│   │   │   │   ├── jpcpack.c
│   │   │   │   ├── jpcunpack.c
│   │   │   │   ├── makefile.vc
│   │   │   │   ├── misspack.c
│   │   │   │   ├── mkieee.c
│   │   │   │   ├── pack_gp.c
│   │   │   │   ├── pdstemplates.c
│   │   │   │   ├── pdstemplates.h
│   │   │   │   ├── pngpack.c
│   │   │   │   ├── pngunpack.c
│   │   │   │   ├── rdieee.c
│   │   │   │   ├── README
│   │   │   │   ├── reduce.c
│   │   │   │   ├── seekgb.c
│   │   │   │   ├── simpack.c
│   │   │   │   ├── simunpack.c
│   │   │   │   ├── specpack.c
│   │   │   │   └── specunpack.c
│   │   │   ├── LICENSE.TXT
│   │   │   └── makefile.vc
│   │   ├── frmt_grib.html
│   │   ├── GNUmakefile
│   │   ├── gribdataset.cpp
│   │   └── makefile.vc
│   ├── gsg
│   │   ├── GNUmakefile
│   │   ├── gs7bgdataset.cpp
│   │   ├── gsagdataset.cpp
│   │   ├── gsbgdataset.cpp
│   │   └── makefile.vc
│   ├── gta
│   │   ├── frmt_gta.html
│   │   ├── GNUmakefile
│   │   ├── gtadataset.cpp
│   │   └── makefile.vc
│   ├── gtiff
│   │   ├── frmt_gtiff.html
│   │   ├── geotiff.cpp
│   │   ├── GNUmakefile
│   │   ├── gt_citation.cpp
│   │   ├── gt_citation.h
│   │   ├── gtiff.h
│   │   ├── gt_overview.cpp
│   │   ├── gt_overview.h
│   │   ├── gt_wkt_srs.cpp
│   │   ├── gt_wkt_srs_for_gdal.h
│   │   ├── gt_wkt_srs.h
│   │   ├── libgeotiff
│   │   │   ├── cpl_serv.h
│   │   │   ├── dump_symbols.sh
│   │   │   ├── epsg_datum.inc
│   │   │   ├── epsg_ellipse.inc
│   │   │   ├── epsg_gcs.inc
│   │   │   ├── epsg_pcs.inc
│   │   │   ├── epsg_pm.inc
│   │   │   ├── epsg_proj.inc
│   │   │   ├── epsg_units.inc
│   │   │   ├── epsg_vertcs.inc
│   │   │   ├── gdal_libgeotiff_symbol_rename.h
│   │   │   ├── geo_config.h
│   │   │   ├── geo_ctrans.inc
│   │   │   ├── geo_extra.c
│   │   │   ├── geo_free.c
│   │   │   ├── geo_get.c
│   │   │   ├── geo_keyp.h
│   │   │   ├── geokeys.h
│   │   │   ├── geokeys.inc
│   │   │   ├── geo_names.c
│   │   │   ├── geonames.h
│   │   │   ├── geo_new.c
│   │   │   ├── geo_normalize.c
│   │   │   ├── geo_normalize.h
│   │   │   ├── geo_print.c
│   │   │   ├── geo_set.c
│   │   │   ├── geo_simpletags.c
│   │   │   ├── geo_simpletags.h
│   │   │   ├── geotiff.h
│   │   │   ├── geotiffio.h
│   │   │   ├── geo_tiffp.c
│   │   │   ├── geo_tiffp.h
│   │   │   ├── geotiff_proj4.c
│   │   │   ├── geo_trans.c
│   │   │   ├── geovalues.h
│   │   │   ├── geo_write.c
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── xtiff.c
│   │   │   └── xtiffio.h
│   │   ├── libtiff
│   │   │   ├── dump_symbols.sh
│   │   │   ├── gdal_libtiff_symbol_rename.h
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── t4.h
│   │   │   ├── tif_aux.c
│   │   │   ├── tif_close.c
│   │   │   ├── tif_codec.c
│   │   │   ├── tif_color.c
│   │   │   ├── tif_compress.c
│   │   │   ├── tif_config.h
│   │   │   ├── tif_config.h.wince
│   │   │   ├── tif_dir.c
│   │   │   ├── tif_dir.h
│   │   │   ├── tif_dirinfo.c
│   │   │   ├── tif_dirread.c
│   │   │   ├── tif_dirwrite.c
│   │   │   ├── tif_dumpmode.c
│   │   │   ├── tif_error.c
│   │   │   ├── tif_extension.c
│   │   │   ├── tif_fax3.c
│   │   │   ├── tif_fax3.h
│   │   │   ├── tif_fax3sm.c
│   │   │   ├── tiffconf.h
│   │   │   ├── tiff.h
│   │   │   ├── tiffio.h
│   │   │   ├── tiffiop.h
│   │   │   ├── tif_flush.c
│   │   │   ├── tiffvers.h
│   │   │   ├── tif_getimage.c
│   │   │   ├── tif_jpeg_12.c
│   │   │   ├── tif_jpeg.c
│   │   │   ├── tif_luv.c
│   │   │   ├── tif_lzma.c
│   │   │   ├── tif_lzw.c
│   │   │   ├── tif_next.c
│   │   │   ├── tif_ojpeg.c
│   │   │   ├── tif_open.c
│   │   │   ├── tif_packbits.c
│   │   │   ├── tif_pixarlog.c
│   │   │   ├── tif_predict.c
│   │   │   ├── tif_predict.h
│   │   │   ├── tif_print.c
│   │   │   ├── tif_read.c
│   │   │   ├── tif_strip.c
│   │   │   ├── tif_swab.c
│   │   │   ├── tif_thunder.c
│   │   │   ├── tif_tile.c
│   │   │   ├── tif_version.c
│   │   │   ├── tif_vsi.c
│   │   │   ├── tif_warning.c
│   │   │   ├── tif_write.c
│   │   │   ├── tif_zip.c
│   │   │   └── uvcode.h
│   │   ├── makefile.vc
│   │   ├── tif_float.c
│   │   ├── tif_float.h
│   │   ├── tifvsi.cpp
│   │   └── tifvsi.h
│   ├── gxf
│   │   ├── configure.in
│   │   ├── Doxyfile
│   │   ├── GNUmakefile
│   │   ├── gxfdataset.cpp
│   │   ├── gxf.dox
│   │   ├── gxf_ogcwkt.c
│   │   ├── gxfopen.c
│   │   ├── gxfopen.h
│   │   ├── gxf_proj4.c
│   │   ├── Makefile.in
│   │   ├── makefile.vc
│   │   ├── makefile.vc.dist
│   │   └── README
│   ├── hdf4
│   │   ├── frmt_hdf4.html
│   │   ├── GNUmakefile
│   │   ├── hdf4compat.h
│   │   ├── hdf4dataset.cpp
│   │   ├── hdf4dataset.h
│   │   ├── hdf4imagedataset.cpp
│   │   ├── hdf-eos
│   │   │   ├── ease.h
│   │   │   ├── EHapi.c
│   │   │   ├── gctp_wrap.c
│   │   │   ├── GDapi.c
│   │   │   ├── GNUmakefile
│   │   │   ├── HdfEosDef.h
│   │   │   ├── HDFEOSVersion.h
│   │   │   ├── makefile.vc
│   │   │   ├── README
│   │   │   └── SWapi.c
│   │   └── makefile.vc
│   ├── hdf5
│   │   ├── bagdataset.cpp
│   │   ├── frmt_bag.html
│   │   ├── frmt_hdf5.html
│   │   ├── gh5_convenience.cpp
│   │   ├── gh5_convenience.h
│   │   ├── GNUmakefile
│   │   ├── hdf5dataset.cpp
│   │   ├── hdf5dataset.h
│   │   ├── hdf5imagedataset.cpp
│   │   ├── iso19115_srs.cpp
│   │   └── makefile.vc
│   ├── hf2
│   │   ├── frmt_hf2.html
│   │   ├── GNUmakefile
│   │   ├── hf2dataset.cpp
│   │   └── makefile.vc
│   ├── hfa
│   │   ├── frmt_hfa.html
│   │   ├── GNUmakefile
│   │   ├── hfaband.cpp
│   │   ├── hfacompress.cpp
│   │   ├── hfadataset.cpp
│   │   ├── hfadictionary.cpp
│   │   ├── hfaentry.cpp
│   │   ├── hfafield.cpp
│   │   ├── hfa.h
│   │   ├── hfaopen.cpp
│   │   ├── hfa_overviews.cpp
│   │   ├── hfa_p.h
│   │   ├── hfatest.cpp
│   │   ├── hfatype.cpp
│   │   ├── makefile.vc
│   │   └── TODO_Projections.txt
│   ├── idrisi
│   │   ├── frmt_Idrisi.html
│   │   ├── GNUmakefile
│   │   ├── IdrisiDataset.cpp
│   │   ├── idrisi.h
│   │   ├── makefile.vc
│   │   ├── rdc.txt
│   │   └── rst.txt
│   ├── ilwis
│   │   ├── frmt_ilwis.html
│   │   ├── GNUmakefile
│   │   ├── ilwiscoordinatesystem.cpp
│   │   ├── ilwisdataset.cpp
│   │   ├── ilwisdataset.h
│   │   └── makefile.vc
│   ├── ingr
│   │   ├── frmt_intergraphraster.html
│   │   ├── GNUmakefile
│   │   ├── IngrTypes.cpp
│   │   ├── IngrTypes.h
│   │   ├── IntergraphBand.cpp
│   │   ├── IntergraphBand.h
│   │   ├── IntergraphDataset.cpp
│   │   ├── IntergraphDataset.h
│   │   ├── JpegHelper.cpp
│   │   ├── JpegHelper.h
│   │   └── makefile.vc
│   ├── iso8211
│   │   ├── 8211dump.cpp
│   │   ├── 8211view.cpp
│   │   ├── aclocal.m4
│   │   ├── configure.in
│   │   ├── ddffield.cpp
│   │   ├── ddffielddefn.cpp
│   │   ├── ddfmodule.cpp
│   │   ├── ddfrecord.cpp
│   │   ├── ddfsubfielddefn.cpp
│   │   ├── ddfutils.cpp
│   │   ├── Doxyfile
│   │   ├── GNUmakefile
│   │   ├── intro.dox
│   │   ├── iso8211.h
│   │   ├── Makefile.in
│   │   ├── makefile.vc
│   │   ├── mkcatalog.cpp
│   │   ├── teststream.out
│   │   ├── teststream.sh
│   │   └── timetest.cpp
│   ├── jaxapalsar
│   │   ├── frmt_palsar.html
│   │   ├── GNUmakefile
│   │   ├── jaxapalsardataset.cpp
│   │   └── makefile.vc
│   ├── jdem
│   │   ├── GNUmakefile
│   │   ├── jdemdataset.cpp
│   │   └── makefile.vc
│   ├── jp2kak
│   │   ├── frmt_jp2kak.html
│   │   ├── GNUmakefile
│   │   ├── jp2kakdataset.cpp
│   │   ├── jp2kak.lst
│   │   ├── makefile.vc
│   │   ├── subfile_source.h
│   │   └── vsil_target.h
│   ├── jpeg
│   │   ├── frmt_jpeg.html
│   │   ├── gdalexif.h
│   │   ├── GNUmakefile
│   │   ├── jpgdataset_12.cpp
│   │   ├── jpgdataset.cpp
│   │   ├── libjpeg
│   │   │   ├── jcapimin.c
│   │   │   ├── jcapistd.c
│   │   │   ├── jccoefct.c
│   │   │   ├── jccolor.c
│   │   │   ├── jcdctmgr.c
│   │   │   ├── jchuff.c
│   │   │   ├── jchuff.h
│   │   │   ├── jcinit.c
│   │   │   ├── jcmainct.c
│   │   │   ├── jcmarker.c
│   │   │   ├── jcmaster.c
│   │   │   ├── jcomapi.c
│   │   │   ├── jconfig.h
│   │   │   ├── jcparam.c
│   │   │   ├── jcphuff.c
│   │   │   ├── jcprepct.c
│   │   │   ├── jcsample.c
│   │   │   ├── jctrans.c
│   │   │   ├── jdapimin.c
│   │   │   ├── jdapistd.c
│   │   │   ├── jdatadst.c
│   │   │   ├── jdatasrc.c
│   │   │   ├── jdcoefct.c
│   │   │   ├── jdcolor.c
│   │   │   ├── jdct.h
│   │   │   ├── jddctmgr.c
│   │   │   ├── jdhuff.c
│   │   │   ├── jdhuff.h
│   │   │   ├── jdinput.c
│   │   │   ├── jdmainct.c
│   │   │   ├── jdmarker.c
│   │   │   ├── jdmaster.c
│   │   │   ├── jdmerge.c
│   │   │   ├── jdphuff.c
│   │   │   ├── jdpostct.c
│   │   │   ├── jdsample.c
│   │   │   ├── jdtrans.c
│   │   │   ├── jerror.c
│   │   │   ├── jerror.h
│   │   │   ├── jfdctflt.c
│   │   │   ├── jfdctfst.c
│   │   │   ├── jfdctint.c
│   │   │   ├── jidctflt.c
│   │   │   ├── jidctfst.c
│   │   │   ├── jidctint.c
│   │   │   ├── jidctred.c
│   │   │   ├── jinclude.h
│   │   │   ├── jmemansi.c
│   │   │   ├── jmemmgr.c
│   │   │   ├── jmemsys.h
│   │   │   ├── jmorecfg.h
│   │   │   ├── jpegint.h
│   │   │   ├── jpeglib.h
│   │   │   ├── jquant1.c
│   │   │   ├── jquant2.c
│   │   │   ├── jutils.c
│   │   │   ├── jversion.h
│   │   │   ├── makefile.vc
│   │   │   └── README
│   │   ├── libjpeg12
│   │   │   ├── jmorecfg.h.12
│   │   │   └── makefile.vc
│   │   ├── makefile.vc
│   │   └── vsidataio.cpp
│   ├── jpeg2000
│   │   ├── frmt_jpeg2000.html
│   │   ├── GNUmakefile
│   │   ├── jpeg2000dataset.cpp
│   │   ├── jpeg2000_vsil_io.cpp
│   │   ├── jpeg2000_vsil_io.h
│   │   └── makefile.vc
│   ├── jpegls
│   │   ├── frmt_jpegls.html
│   │   ├── GNUmakefile
│   │   └── jpeglsdataset.cpp
│   ├── jpipkak
│   │   ├── components.PNG
│   │   ├── frmt_jpipkak.html
│   │   ├── gdalsequence.PNG
│   │   ├── GNUmakefile
│   │   ├── jpipkakdataset.cpp
│   │   ├── jpipkakdataset.h
│   │   ├── jpipsequence.PNG
│   │   └── makefile.vc
│   ├── kmlsuperoverlay
│   │   ├── GNUmakefile
│   │   ├── kmlsuperoverlaydataset.cpp
│   │   ├── kmlsuperoverlaydataset.h
│   │   └── makefile.vc
│   ├── l1b
│   │   ├── frmt_l1b.html
│   │   ├── GNUmakefile
│   │   ├── l1bdataset.cpp
│   │   └── makefile.vc
│   ├── leveller
│   │   ├── frmt_leveller.html
│   │   ├── GNUmakefile
│   │   ├── levellerdataset.cpp
│   │   └── makefile.vc
│   ├── makefile.vc
│   ├── mem
│   │   ├── frmt_mem.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── memdataset.cpp
│   │   └── memdataset.h
│   ├── mrsid
│   │   ├── frmt_jp2mrsid.html
│   │   ├── frmt_mrsid.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── mrsiddataset.cpp
│   │   ├── mrsidstream.cpp
│   │   ├── mrsidstream.h
│   │   └── nmake.opt
│   ├── mrsid_lidar
│   │   ├── frmt_mrsid_lidar.html
│   │   ├── frmt_mrsid_lidar_view_point_cloud.html
│   │   ├── gdal_MG4Lidar.cpp
│   │   ├── GNUmakefile
│   │   └── makefile.vc
│   ├── msg
│   │   ├── frmt_msg.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── msgcommand.cpp
│   │   ├── msgcommand.h
│   │   ├── msgdataset.cpp
│   │   ├── msgdataset.h
│   │   ├── prologue.cpp
│   │   ├── prologue.h
│   │   ├── PublicDecompWTMakefiles.zip
│   │   ├── reflectancecalculator.cpp
│   │   ├── reflectancecalculator.h
│   │   ├── xritheaderparser.cpp
│   │   └── xritheaderparser.h
│   ├── msgn
│   │   ├── frmt_msgn.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── msg_basic_types.cpp
│   │   ├── msg_basic_types.h
│   │   ├── msgndataset.cpp
│   │   ├── msg_reader_core.cpp
│   │   └── msg_reader_core.h
│   ├── netcdf
│   │   ├── frmt_netcdf.html
│   │   ├── gmtdataset.cpp
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── netcdfdataset.cpp
│   │   └── netcdfdataset.h
│   ├── ngsgeoid
│   │   ├── frmt_ngsgeoid.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── ngsgeoiddataset.cpp
│   ├── nitf
│   │   ├── ecrgtocdataset.cpp
│   │   ├── frmt_nitf_advanced.html
│   │   ├── frmt_nitf.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── mgrs.c
│   │   ├── mgrs.h
│   │   ├── nitfaridpcm.cpp
│   │   ├── nitfbilevel.cpp
│   │   ├── nitfdataset.cpp
│   │   ├── nitfdataset.h
│   │   ├── nitfdes.c
│   │   ├── nitfdump.c
│   │   ├── nitffile.c
│   │   ├── nitf_gcprpc.cpp
│   │   ├── nitfimage.c
│   │   ├── nitflib.h
│   │   ├── nitfrasterband.cpp
│   │   ├── nitfwritejpeg_12.cpp
│   │   ├── nitfwritejpeg.cpp
│   │   ├── rpftocdataset.cpp
│   │   ├── rpftocfile.cpp
│   │   └── rpftoclib.h
│   ├── northwood
│   │   ├── GNUmakefile
│   │   ├── grcdataset.cpp
│   │   ├── grddataset.cpp
│   │   ├── makefile.vc
│   │   ├── northwood.cpp
│   │   └── northwood.h
│   ├── o
│   │   └── README.TXT
│   ├── ogdi
│   │   ├── frmt_ogdi.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── ogdidataset.cpp
│   ├── openjpeg
│   │   ├── frmt_jp2openjpeg.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── openjpegdataset.cpp
│   ├── ozi
│   │   ├── frmt_ozi.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── ozidataset.cpp
│   ├── pcidsk
│   │   ├── frmt_pcidsk.html
│   │   ├── gdal_edb.cpp
│   │   ├── gdal_pcidsk.h
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── notes.txt
│   │   ├── pcidskdataset2.cpp
│   │   ├── pcidskdataset.cpp
│   │   ├── pcidsktiledrasterband.cpp
│   │   ├── sdk
│   │   │   ├── channel
│   │   │   │   ├── cbandinterleavedchannel.cpp
│   │   │   │   ├── cbandinterleavedchannel.h
│   │   │   │   ├── cexternalchannel.cpp
│   │   │   │   ├── cexternalchannel.h
│   │   │   │   ├── cpcidskchannel.cpp
│   │   │   │   ├── cpcidskchannel.h
│   │   │   │   ├── cpixelinterleavedchannel.cpp
│   │   │   │   ├── cpixelinterleavedchannel.h
│   │   │   │   ├── ctiledchannel.cpp
│   │   │   │   ├── ctiledchannel.h
│   │   │   │   └── Makefile
│   │   │   ├── core
│   │   │   │   ├── clinksegment.cpp
│   │   │   │   ├── clinksegment.h
│   │   │   │   ├── cpcidskfile.cpp
│   │   │   │   ├── cpcidskfile.h
│   │   │   │   ├── edb_pcidsk.cpp
│   │   │   │   ├── libjpeg_io.cpp
│   │   │   │   ├── Makefile
│   │   │   │   ├── metadataset.h
│   │   │   │   ├── metadataset_p.cpp
│   │   │   │   ├── mutexholder.h
│   │   │   │   ├── pcidskbuffer.cpp
│   │   │   │   ├── pcidskcreate.cpp
│   │   │   │   ├── pcidskexception.cpp
│   │   │   │   ├── pcidskinterfaces.cpp
│   │   │   │   ├── pcidskopen.cpp
│   │   │   │   ├── pcidsk_pubutils.cpp
│   │   │   │   ├── pcidsk_utils.cpp
│   │   │   │   ├── pcidsk_utils.h
│   │   │   │   ├── protectedfile.h
│   │   │   │   ├── sysvirtualfile.cpp
│   │   │   │   └── sysvirtualfile.h
│   │   │   ├── Doxyfile
│   │   │   ├── Makefile
│   │   │   ├── Makefile.vc
│   │   │   ├── pcidsk_ads40.h
│   │   │   ├── pcidsk_airphoto.h
│   │   │   ├── pcidsk_array.h
│   │   │   ├── pcidsk_binary.h
│   │   │   ├── pcidsk_buffer.h
│   │   │   ├── pcidsk_channel.h
│   │   │   ├── pcidsk_config.h
│   │   │   ├── pcidsk_edb.h
│   │   │   ├── pcidsk_ephemeris.h
│   │   │   ├── pcidsk_exception.h
│   │   │   ├── pcidsk_file.h
│   │   │   ├── pcidsk_gcp.h
│   │   │   ├── pcidsk_gcpsegment.h
│   │   │   ├── pcidsk_georef.h
│   │   │   ├── pcidsk.h
│   │   │   ├── pcidsk_interfaces.h
│   │   │   ├── pcidsk_io.h
│   │   │   ├── pcidsk_mutex.h
│   │   │   ├── pcidsk_pct.h
│   │   │   ├── pcidsk_poly.h
│   │   │   ├── pcidsk_rpc.h
│   │   │   ├── pcidsk_segment.h
│   │   │   ├── pcidsk_shape.h
│   │   │   ├── pcidsk_tex.h
│   │   │   ├── pcidsk_toutin.h
│   │   │   ├── pcidsk_types.h
│   │   │   ├── pcidsk_vectorsegment.h
│   │   │   ├── port
│   │   │   │   ├── io_stdio.cpp
│   │   │   │   ├── io_win32.cpp
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthread_mutex.cpp
│   │   │   │   └── win32_mutex.cpp
│   │   │   └── segment
│   │   │   ├── cpcidskads40model.cpp
│   │   │   ├── cpcidskads40model.h
│   │   │   ├── cpcidskapmodel.cpp
│   │   │   ├── cpcidskapmodel.h
│   │   │   ├── cpcidsk_array.cpp
│   │   │   ├── cpcidsk_array.h
│   │   │   ├── cpcidskbinarysegment.cpp
│   │   │   ├── cpcidskbinarysegment.h
│   │   │   ├── cpcidskbitmap.cpp
│   │   │   ├── cpcidskbitmap.h
│   │   │   ├── cpcidskephemerissegment.cpp
│   │   │   ├── cpcidskephemerissegment.h
│   │   │   ├── cpcidskgcp2segment.cpp
│   │   │   ├── cpcidskgcp2segment.h
│   │   │   ├── cpcidskgeoref.cpp
│   │   │   ├── cpcidskgeoref.h
│   │   │   ├── cpcidskpct.cpp
│   │   │   ├── cpcidskpct.h
│   │   │   ├── cpcidskpolymodel.h
│   │   │   ├── cpcidskrpcmodel.cpp
│   │   │   ├── cpcidskrpcmodel.h
│   │   │   ├── cpcidsksegment.cpp
│   │   │   ├── cpcidsksegment.h
│   │   │   ├── cpcidsk_tex.cpp
│   │   │   ├── cpcidsk_tex.h
│   │   │   ├── cpcidsktoutinmodel.cpp
│   │   │   ├── cpcidsktoutinmodel.h
│   │   │   ├── cpcidskvectorsegment_consistencycheck.cpp
│   │   │   ├── cpcidskvectorsegment.cpp
│   │   │   ├── cpcidskvectorsegment.h
│   │   │   ├── Makefile
│   │   │   ├── metadatasegment.h
│   │   │   ├── metadatasegment_p.cpp
│   │   │   ├── orbitstructures.h
│   │   │   ├── pcidsksegmentbuilder.h
│   │   │   ├── sysblockmap.cpp
│   │   │   ├── sysblockmap.h
│   │   │   ├── toutinstructures.h
│   │   │   ├── vecsegdataindex.cpp
│   │   │   ├── vecsegdataindex.h
│   │   │   ├── vecsegheader.cpp
│   │   │   └── vecsegheader.h
│   │   └── vsi_pcidsk_io.cpp
│   ├── pcraster
│   │   ├── doxygen.cfg
│   │   ├── GNUmakefile
│   │   ├── libcsf
│   │   │   ├── angle.c
│   │   │   ├── attravai.c
│   │   │   ├── attrsize.c
│   │   │   ├── AUTHORS
│   │   │   ├── cellsize.c
│   │   │   ├── COPYING
│   │   │   ├── create2.c
│   │   │   ├── csfattr.h
│   │   │   ├── csfglob.c
│   │   │   ├── csf.h
│   │   │   ├── csfimpl.h
│   │   │   ├── csfsup.c
│   │   │   ├── csftypes.h
│   │   │   ├── delattr.c
│   │   │   ├── dumconv.c
│   │   │   ├── endian.c
│   │   │   ├── filename.c
│   │   │   ├── gattrblk.c
│   │   │   ├── gattridx.c
│   │   │   ├── gcellrep.c
│   │   │   ├── gdattype.c
│   │   │   ├── getattr.c
│   │   │   ├── _getcell.c
│   │   │   ├── _getrow.c
│   │   │   ├── getx0.c
│   │   │   ├── gety0.c
│   │   │   ├── ggisfid.c
│   │   │   ├── gmaxval.c
│   │   │   ├── gminval.c
│   │   │   ├── gnrcols.c
│   │   │   ├── gnrrows.c
│   │   │   ├── gproj.c
│   │   │   ├── gputproj.c
│   │   │   ├── _gsomece.c
│   │   │   ├── gvalscal.c
│   │   │   ├── gvartype.c
│   │   │   ├── gversion.c
│   │   │   ├── ismv.c
│   │   │   ├── kernlcsf.c
│   │   │   ├── legend.c
│   │   │   ├── makefile.vc
│   │   │   ├── mclose.c
│   │   │   ├── mopen.c
│   │   │   ├── moreattr.c
│   │   │   ├── mperror.c
│   │   │   ├── pcrtypes.h
│   │   │   ├── pgisfid.c
│   │   │   ├── pmaxval.c
│   │   │   ├── pminval.c
│   │   │   ├── putallmv.c
│   │   │   ├── putattr.c
│   │   │   ├── _putcell.c
│   │   │   ├── putsomec.c
│   │   │   ├── putx0.c
│   │   │   ├── puty0.c
│   │   │   ├── pvalscal.c
│   │   │   ├── rattrblk.c
│   │   │   ├── rcomp.c
│   │   │   ├── rcoords.c
│   │   │   ├── rdup2.c
│   │   │   ├── README
│   │   │   ├── reseterr.c
│   │   │   ├── rextend.c
│   │   │   ├── rmalloc.c
│   │   │   ├── _rputrow.c
│   │   │   ├── rrowcol.c
│   │   │   ├── ruseas.c
│   │   │   ├── setangle.c
│   │   │   ├── setmv.c
│   │   │   ├── setvtmv.c
│   │   │   ├── strconst.c
│   │   │   ├── strpad.c
│   │   │   ├── swapio.c
│   │   │   ├── trackmm.c
│   │   │   ├── vs2.c
│   │   │   ├── vsdef.c
│   │   │   ├── vsis.c
│   │   │   ├── vsvers.c
│   │   │   └── wattrblk.c
│   │   ├── makefile.vc
│   │   ├── pcrasterdataset.cpp
│   │   ├── pcrasterdataset.h
│   │   ├── pcrastermisc.cpp
│   │   ├── pcrasterrasterband.cpp
│   │   ├── pcrasterrasterband.h
│   │   ├── pcrasterutil.cpp
│   │   └── pcrasterutil.h
│   ├── pdf
│   │   ├── frmt_pdf.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── pdfdataset.cpp
│   │   ├── pdfio.cpp
│   │   ├── pdfio.h
│   │   ├── pdfobject.cpp
│   │   └── pdfobject.h
│   ├── pds
│   │   ├── frmt_isis2.html
│   │   ├── frmt_isis3.html
│   │   ├── frmt_pds.html
│   │   ├── GNUmakefile
│   │   ├── isis2dataset.cpp
│   │   ├── isis3dataset.cpp
│   │   ├── makefile.vc
│   │   ├── nasakeywordhandler.cpp
│   │   ├── nasakeywordhandler.h
│   │   └── pdsdataset.cpp
│   ├── pgchip
│   │   ├── GNUmakefile
│   │   ├── INSTALL
│   │   ├── makefile.vc
│   │   ├── pgchipdataset.cpp
│   │   ├── pgchip.h
│   │   ├── pgchiprasterband.cpp
│   │   ├── pgchiputilities.cpp
│   │   ├── README
│   │   └── todo
│   ├── png
│   │   ├── GNUmakefile
│   │   ├── libpng
│   │   │   ├── libpng_gdal.patch
│   │   │   ├── LICENSE
│   │   │   ├── makefile.vc
│   │   │   ├── png.c
│   │   │   ├── pngconf.h
│   │   │   ├── pngerror.c
│   │   │   ├── pnggccrd.c
│   │   │   ├── pngget.c
│   │   │   ├── png.h
│   │   │   ├── pngmem.c
│   │   │   ├── pngpread.c
│   │   │   ├── pngread.c
│   │   │   ├── pngrio.c
│   │   │   ├── pngrtran.c
│   │   │   ├── pngrutil.c
│   │   │   ├── pngset.c
│   │   │   ├── pngtrans.c
│   │   │   ├── pngvcrd.c
│   │   │   ├── pngwio.c
│   │   │   ├── pngwrite.c
│   │   │   ├── pngwtran.c
│   │   │   ├── pngwutil.c
│   │   │   └── README
│   │   ├── makefile.vc
│   │   └── pngdataset.cpp
│   ├── postgisraster
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── postgisrasterdataset.cpp
│   │   ├── postgisrasterdriver.cpp
│   │   ├── postgisraster.h
│   │   ├── postgisrasterrasterband.cpp
│   │   ├── readme
│   │   └── todo
│   ├── r
│   │   ├── frmt_r.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── rcreatecopy.cpp
│   │   └── rdataset.cpp
│   ├── rasdaman
│   │   ├── frmt_rasdaman.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── rasdamandataset.cpp
│   │   └── rasdamandataset.h
│   ├── rasterlite
│   │   ├── frmt_rasterlite.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── rasterlitecreatecopy.cpp
│   │   ├── rasterlitedataset.cpp
│   │   ├── rasterlitedataset.h
│   │   └── rasterliteoverviews.cpp
│   ├── raw
│   │   ├── ace2dataset.cpp
│   │   ├── atlsci_spheroid.cpp
│   │   ├── atlsci_spheroid.h
│   │   ├── btdataset.cpp
│   │   ├── cpgdataset.cpp
│   │   ├── dipxdataset.cpp
│   │   ├── doq1dataset.cpp
│   │   ├── doq2dataset.cpp
│   │   ├── ehdrdataset.cpp
│   │   ├── eirdataset.cpp
│   │   ├── envidataset.cpp
│   │   ├── fastdataset.cpp
│   │   ├── frmt_fast.html
│   │   ├── frmt_lcp.html
│   │   ├── frmt_mff2.html
│   │   ├── fujibasdataset.cpp
│   │   ├── genbindataset.cpp
│   │   ├── GNUmakefile
│   │   ├── gscdataset.cpp
│   │   ├── gtxdataset.cpp
│   │   ├── hkvdataset.cpp
│   │   ├── idadataset.cpp
│   │   ├── landataset.cpp
│   │   ├── lcpdataset.cpp
│   │   ├── loslasdataset.cpp
│   │   ├── makefile.vc
│   │   ├── mffdataset.cpp
│   │   ├── ndfdataset.cpp
│   │   ├── ntv2dataset.cpp
│   │   ├── pauxdataset.cpp
│   │   ├── pnmdataset.cpp
│   │   ├── rawdataset.cpp
│   │   ├── rawdataset.h
│   │   └── snodasdataset.cpp
│   ├── rik
│   │   ├── frmt_rik.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── rikdataset.cpp
│   ├── rmf
│   │   ├── frmt_rmf.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── rmfdataset.cpp
│   │   ├── rmfdataset.h
│   │   ├── rmfdem.cpp
│   │   └── rmflzw.cpp
│   ├── rs2
│   │   ├── frmt_rs2.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── rs2dataset.cpp
│   ├── saga
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── sagadataset.cpp
│   ├── sde
│   │   ├── frmt_sde.html
│   │   ├── gdal_sde.h
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── sdedataset.cpp
│   │   ├── sdedataset.h
│   │   ├── sdeerror.cpp
│   │   ├── sdeerror.h
│   │   ├── sderasterband.cpp
│   │   └── sderasterband.h
│   ├── sdts
│   │   ├── aclocal.m4
│   │   ├── configure.in
│   │   ├── Doxyfile
│   │   ├── GNUmakefile
│   │   ├── Makefile.in
│   │   ├── makefile.vc
│   │   ├── makefile.vc.dist
│   │   ├── sdts2shp.cpp
│   │   ├── sdts_al.h
│   │   ├── sdtsattrreader.cpp
│   │   ├── sdtscatd.cpp
│   │   ├── sdtsdataset.cpp
│   │   ├── sdtsindexedreader.cpp
│   │   ├── sdtsiref.cpp
│   │   ├── sdtslib.cpp
│   │   ├── sdtslinereader.cpp
│   │   ├── sdts_main.dox
│   │   ├── sdtspointreader.cpp
│   │   ├── sdtspolygonreader.cpp
│   │   ├── sdtsrasterreader.cpp
│   │   ├── sdtstransfer.cpp
│   │   ├── sdts_tut.dox
│   │   └── sdtsxref.cpp
│   ├── sgi
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── sgidataset.cpp
│   ├── srtmhgt
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── srtmhgtdataset.cpp
│   ├── terragen
│   │   ├── frmt_terragen.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── readme.txt
│   │   └── terragendataset.cpp
│   ├── til
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── tildataset.cpp
│   ├── tsx
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── tsxdataset.cpp
│   ├── usgsdem
│   │   ├── CDED.notes
│   │   ├── frmt_usgsdem.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── usgsdem_create.cpp
│   │   └── usgsdemdataset.cpp
│   ├── vrt
│   │   ├── gdal_vrt.h
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── vrtdataset.cpp
│   │   ├── vrtdataset.h
│   │   ├── vrtderivedrasterband.cpp
│   │   ├── vrtdriver.cpp
│   │   ├── vrtfilters.cpp
│   │   ├── vrtrasterband.cpp
│   │   ├── vrtrawrasterband.cpp
│   │   ├── vrtsourcedrasterband.cpp
│   │   ├── vrtsources.cpp
│   │   ├── vrt_tutorial.dox
│   │   └── vrtwarped.cpp
│   ├── wcs
│   │   ├── frmt_wcs.html
│   │   ├── GNUmakefile
│   │   ├── httpdriver.cpp
│   │   ├── makefile.vc
│   │   └── wcsdataset.cpp
│   ├── webp
│   │   ├── frmt_webp.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── webpdataset.cpp
│   ├── wms
│   │   ├── cache.cpp
│   │   ├── dataset.cpp
│   │   ├── frmt_twms_Clementine.xml
│   │   ├── frmt_twms_daily.xml
│   │   ├── frmt_twms_srtm.xml
│   │   ├── frmt_wms_arcgis_mapserver_tms.xml
│   │   ├── frmt_wms_bluemarble_s3_tms.xml
│   │   ├── frmt_wms_googlemaps_tms.xml
│   │   ├── frmt_wms.html
│   │   ├── frmt_wms_metacarta_tms.xml
│   │   ├── frmt_wms_metacarta_wmsc.xml
│   │   ├── frmt_wms_onearth_global_mosaic.xml
│   │   ├── frmt_wms_openstreetmap_tms.xml
│   │   ├── frmt_wms_swissgeo_tms.xml
│   │   ├── frmt_wms_tileservice_bmng.xml
│   │   ├── frmt_wms_tileservice_nysdop2004.xml
│   │   ├── frmt_wms_virtualearth.xml
│   │   ├── gdalhttp.cpp
│   │   ├── gdalhttp.h
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── md5.cpp
│   │   ├── md5.h
│   │   ├── minidriver.cpp
│   │   ├── minidriver_tiled_wms.cpp
│   │   ├── minidriver_tiled_wms.h
│   │   ├── minidriver_tileservice.cpp
│   │   ├── minidriver_tileservice.h
│   │   ├── minidriver_tms.cpp
│   │   ├── minidriver_tms.h
│   │   ├── minidriver_virtualearth.cpp
│   │   ├── minidriver_virtualearth.h
│   │   ├── minidriver_wms.cpp
│   │   ├── minidriver_wms.h
│   │   ├── minidriver_worldwind.cpp
│   │   ├── minidriver_worldwind.h
│   │   ├── rasterband.cpp
│   │   ├── stdinc.h
│   │   ├── stuff.cpp
│   │   ├── wmsdriver.cpp
│   │   ├── wmsdriver.h
│   │   ├── wmsmetadataset.cpp
│   │   ├── wmsmetadataset.h
│   │   └── WMSServerList.txt
│   ├── xpm
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── xpmdataset.cpp
│   ├── xyz
│   │   ├── frmt_xyz.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── xyzdataset.cpp
│   ├── zlib
│   │   ├── adler32.c
│   │   ├── compress.c
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── GNUmakefile
│   │   ├── gzio.c
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── makefile.vc
│   │   ├── README
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   └── zmap
│   ├── GNUmakefile
│   ├── makefile.vc
│   └── zmapdataset.cpp
├── gcore
│   ├── gdalallvalidmaskband.cpp
│   ├── gdalcolortable.cpp
│   ├── gdaldataset.cpp
│   ├── gdaldefaultasync.cpp
│   ├── gdaldefaultoverviews.cpp
│   ├── gdaldllmain.cpp
│   ├── gdaldriver.cpp
│   ├── gdaldrivermanager.cpp
│   ├── gdal_frmts.h
│   ├── gdalgmlcoverage.cpp
│   ├── gdal.h
│   ├── gdaljp2box.cpp
│   ├── gdaljp2metadata.cpp
│   ├── gdaljp2metadata.h
│   ├── gdalmajorobject.cpp
│   ├── gdal_misc.cpp
│   ├── gdalmultidomainmetadata.cpp
│   ├── gdalnodatamaskband.cpp
│   ├── gdalnodatavaluesmaskband.cpp
│   ├── gdalopeninfo.cpp
│   ├── gdalpamdataset.cpp
│   ├── gdal_pam.h
│   ├── gdalpamproxydb.cpp
│   ├── gdalpamrasterband.cpp
│   ├── gdal_priv.h
│   ├── gdalproxydataset.cpp
│   ├── gdal_proxy.h
│   ├── gdalproxypool.cpp
│   ├── gdalrasterband.cpp
│   ├── gdalrasterblock.cpp
│   ├── gdal_rat.cpp
│   ├── gdal_rat.h
│   ├── gdal_rpcimdio.cpp
│   ├── gdal_version.h
│   ├── GNUmakefile
│   ├── makefile.vc
│   ├── overview.cpp
│   ├── rasterio.cpp
│   └── Version.rc
├── GDALmake.opt.in
├── gdalnightlysvn.sh
├── GNUmakefile
├── HOWTO-RELEASE
├── html
├── install-sh
├── LICENSE.TXT
├── ltmain.sh
├── m4
│   ├── acinclude.m4
│   ├── ax_cflags_warn_all.m4
│   ├── ax_lib_expat.m4
│   ├── ax_lib_libkml.m4
│   ├── ax_lib_sqlite3.m4
│   ├── ax_lib_xerces.m4
│   ├── ax_oracle_oci.m4
│   ├── geos.m4
│   ├── iconv.m4
│   ├── lib-ld.m4
│   ├── lib-link.m4
│   ├── lib-prefix.m4
│   ├── libtool.m4
│   ├── lt~obsolete.m4
│   ├── ltoptions.m4
│   ├── ltsugar.m4
│   └── ltversion.m4
├── makefile.vc
├── makegdal71.sln
├── makegdal71.vcproj
├── makegdal80.sln
├── makegdal80.vcproj
├── makegdal90.vcproj
├── makegdal_gen.bat
├── man
│   └── man1
│   ├── gdal2tiles.1
│   ├── gdaladdo.1
│   ├── gdalbuildvrt.1
│   ├── gdal-config.1
│   ├── gdal_contour.1
│   ├── gdaldem.1
│   ├── gdal_fillnodata.1
│   ├── gdal_grid.1
│   ├── gdalinfo.1
│   ├── gdallocationinfo.1
│   ├── gdal_merge.1
│   ├── gdal_rasterize.1
│   ├── gdal_retile.1
│   ├── gdal_sieve.1
│   ├── gdalsrsinfo.1
│   ├── gdaltindex.1
│   ├── gdaltransform.1
│   ├── gdal_translate.1
│   ├── gdal_utilities.1
│   ├── gdalwarp.1
│   ├── nearblack.1
│   ├── ogr2ogr.1
│   ├── ogrinfo.1
│   ├── ogrtindex.1
│   ├── ogr_utilities.1
│   ├── pct2rgb.1
│   └── rgb2pct.1
├── mkbindist.sh
├── mkgdaldist.sh
├── mktestdist.sh
├── NEWS
├── nmake.opt
├── nmake-wince.opt
├── ogr
│   ├── Doxyfile
│   ├── file.lst
│   ├── gml2ogrgeometry.cpp
│   ├── GNUmakefile
│   ├── index.dox
│   ├── makefile.vc
│   ├── ogr2gmlgeometry.cpp
│   ├── ogr_api.cpp
│   ├── ogr_api.h
│   ├── ogr_apitut.dox
│   ├── ogr_arch.dox
│   ├── ograssemblepolygon.cpp
│   ├── ogr_capi_test.c
│   ├── ogr_core.h
│   ├── ogrct.cpp
│   ├── ogrcurve.cpp
│   ├── ogr_drivertut.dox
│   ├── ogr_expat.cpp
│   ├── ogr_expat.h
│   ├── ogrfeature.cpp
│   ├── ogrfeaturedefn.cpp
│   ├── ogr_feature.h
│   ├── ogrfeaturequery.cpp
│   ├── ogrfeaturestyle.cpp
│   ├── ogr_featurestyle.h
│   ├── ogr_feature_style.html
│   ├── ogrfielddefn.cpp
│   ├── ogr_fromepsg.cpp
│   ├── ogrgeomediageometry.cpp
│   ├── ogrgeomediageometry.h
│   ├── ogrgeometrycollection.cpp
│   ├── ogrgeometry.cpp
│   ├── ogrgeometryfactory.cpp
│   ├── ogr_geometry.h
│   ├── ogr_geos.h
│   ├── ogrlinearring.cpp
│   ├── ogrlinestring.cpp
│   ├── ogrmultilinestring.cpp
│   ├── ogrmultipoint.cpp
│   ├── ogrmultipolygon.cpp
│   ├── ogr_opt.cpp
│   ├── ogrpgeogeometry.cpp
│   ├── ogrpgeogeometry.h
│   ├── ogr_p.h
│   ├── ogrpoint.cpp
│   ├── ogrpolygon.cpp
│   ├── ogrsf_frmts
│   │   ├── aeronavfaa
│   │   │   ├── drv_aeronavfaa.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ograeronavfaadatasource.cpp
│   │   │   ├── ograeronavfaadriver.cpp
│   │   │   ├── ogr_aeronavfaa.h
│   │   │   └── ograeronavfaalayer.cpp
│   │   ├── arcgen
│   │   │   ├── drv_arcgen.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ograrcgendatasource.cpp
│   │   │   ├── ograrcgendriver.cpp
│   │   │   ├── ogr_arcgen.h
│   │   │   └── ograrcgenlayer.cpp
│   │   ├── arcobjects
│   │   │   ├── aodatasource.cpp
│   │   │   ├── aodriver.cpp
│   │   │   ├── aolayer.cpp
│   │   │   ├── aoutils.cpp
│   │   │   ├── aoutils.h
│   │   │   ├── drv_ao.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   └── ogr_ao.h
│   │   ├── avc
│   │   │   ├── avc_bin.c
│   │   │   ├── avc_binwr.c
│   │   │   ├── avc_e00gen.c
│   │   │   ├── avc_e00parse.c
│   │   │   ├── avc_e00read.c
│   │   │   ├── avc_e00write.c
│   │   │   ├── avc.h
│   │   │   ├── avc_mbyte.c
│   │   │   ├── avc_mbyte.h
│   │   │   ├── avc_misc.c
│   │   │   ├── avc_rawbin.c
│   │   │   ├── dbfopen.h
│   │   │   ├── drv_avcbin.html
│   │   │   ├── drv_avce00.html
│   │   │   ├── GNUmakefile
│   │   │   ├── HISTORY.TXT
│   │   │   ├── makefile.vc
│   │   │   ├── ogravcbindatasource.cpp
│   │   │   ├── ogravcbindriver.cpp
│   │   │   ├── ogravcbinlayer.cpp
│   │   │   ├── ogravcdatasource.cpp
│   │   │   ├── ogravce00datasource.cpp
│   │   │   ├── ogravce00driver.cpp
│   │   │   ├── ogravce00layer.cpp
│   │   │   ├── ogr_avc.h
│   │   │   └── ogravclayer.cpp
│   │   ├── bna
│   │   │   ├── drv_bna.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrbnadatasource.cpp
│   │   │   ├── ogrbnadriver.cpp
│   │   │   ├── ogr_bna.h
│   │   │   ├── ogrbnalayer.cpp
│   │   │   ├── ogrbnaparser.cpp
│   │   │   └── ogrbnaparser.h
│   │   ├── couchdb
│   │   │   ├── drv_couchdb.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrcouchdbdatasource.cpp
│   │   │   ├── ogrcouchdbdriver.cpp
│   │   │   ├── ogr_couchdb.h
│   │   │   ├── ogrcouchdblayer.cpp
│   │   │   ├── ogrcouchdbrowslayer.cpp
│   │   │   └── ogrcouchdbtablelayer.cpp
│   │   ├── csv
│   │   │   ├── drv_csv.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrcsvdatasource.cpp
│   │   │   ├── ogrcsvdriver.cpp
│   │   │   ├── ogr_csv.h
│   │   │   └── ogrcsvlayer.cpp
│   │   ├── dgn
│   │   │   ├── dgndump.c
│   │   │   ├── dgnfloat.cpp
│   │   │   ├── dgnhelp.cpp
│   │   │   ├── dgnlib.h
│   │   │   ├── dgnlibp.h
│   │   │   ├── dgnopen.cpp
│   │   │   ├── dgnread.cpp
│   │   │   ├── dgnstroke.cpp
│   │   │   ├── dgnwrite.cpp
│   │   │   ├── dgnwritetest.c
│   │   │   ├── dist
│   │   │   │   ├── cpl_config.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── Makefile.vc
│   │   │   │   └── README
│   │   │   ├── Doxyfile
│   │   │   ├── drv_dgn.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrdgndatasource.cpp
│   │   │   ├── ogrdgndriver.cpp
│   │   │   ├── ogr_dgn.h
│   │   │   ├── ogrdgnlayer.cpp
│   │   │   └── web
│   │   │   ├── index.html
│   │   │   └── representation.html
│   │   ├── dods
│   │   │   ├── bbhenv.dat.das
│   │   │   ├── C0101.met.raw.nc.das
│   │   │   ├── drv_dods.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── natl_prof_bot.cdp.das
│   │   │   ├── ogr_ais_eg.xml
│   │   │   ├── ogrdodsdatasource.cpp
│   │   │   ├── ogrdodsdriver.cpp
│   │   │   ├── ogrdodsfielddefn.cpp
│   │   │   ├── ogrdodsgrid.cpp
│   │   │   ├── ogr_dods.h
│   │   │   ├── ogrdodslayer.cpp
│   │   │   └── ogrdodssequencelayer.cpp
│   │   ├── dwg
│   │   │   ├── drv_dwg.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrdwg_blockmap.cpp
│   │   │   ├── ogrdwgblockslayer.cpp
│   │   │   ├── ogrdwgdatasource.cpp
│   │   │   ├── ogrdwg_dimension.cpp
│   │   │   ├── ogrdwgdriver.cpp
│   │   │   ├── ogr_dwg.h
│   │   │   ├── ogrdwg_hatch.cpp
│   │   │   └── ogrdwglayer.cpp
│   │   ├── dxf
│   │   │   ├── drv_dxf.html
│   │   │   ├── GNUmakefile
│   │   │   ├── intronurbs.cpp
│   │   │   ├── makefile.vc
│   │   │   ├── ogr_autocad_services.cpp
│   │   │   ├── ogr_autocad_services.h
│   │   │   ├── ogrdxf_blockmap.cpp
│   │   │   ├── ogrdxfblockslayer.cpp
│   │   │   ├── ogrdxfblockswriterlayer.cpp
│   │   │   ├── ogrdxfdatasource.cpp
│   │   │   ├── ogrdxf_dimension.cpp
│   │   │   ├── ogrdxfdriver.cpp
│   │   │   ├── ogr_dxf.h
│   │   │   ├── ogrdxf_hatch.cpp
│   │   │   ├── ogrdxflayer.cpp
│   │   │   ├── ogrdxf_polyline_smooth.cpp
│   │   │   ├── ogrdxf_polyline_smooth.h
│   │   │   ├── ogrdxfreader.cpp
│   │   │   ├── ogrdxfwriterds.cpp
│   │   │   └── ogrdxfwriterlayer.cpp
│   │   ├── edigeo
│   │   │   ├── drv_edigeo.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogredigeodatasource.cpp
│   │   │   ├── ogredigeodriver.cpp
│   │   │   ├── ogr_edigeo.h
│   │   │   └── ogredigeolayer.cpp
│   │   ├── filegdb
│   │   │   ├── drv_filegdb.html
│   │   │   ├── FGdbDatasource.cpp
│   │   │   ├── FGdbDriver.cpp
│   │   │   ├── FGdbLayer.cpp
│   │   │   ├── FGdbUtils.cpp
│   │   │   ├── FGdbUtils.h
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   └── ogr_fgdb.h
│   │   ├── fme
│   │   │   ├── drv_fme.html
│   │   │   ├── fme2ogr.h
│   │   │   ├── fme2ogr_utils.cpp
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrfmecacheindex.cpp
│   │   │   ├── ogrfmedatasource.cpp
│   │   │   ├── ogrfmedriver.cpp
│   │   │   ├── ogrfmelayercached.cpp
│   │   │   ├── ogrfmelayer.cpp
│   │   │   └── ogrfmelayerdb.cpp
│   │   ├── generic
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogr_attrind.cpp
│   │   │   ├── ogrdatasource.cpp
│   │   │   ├── ogr_gensql.cpp
│   │   │   ├── ogr_gensql.h
│   │   │   ├── ogrlayer.cpp
│   │   │   ├── ogr_miattrind.cpp
│   │   │   ├── ogrregisterall.cpp
│   │   │   ├── ogrsfdriver.cpp
│   │   │   └── ogrsfdriverregistrar.cpp
│   │   ├── geoconcept
│   │   │   ├── drv_geoconcept.html
│   │   │   ├── geoconcept.c
│   │   │   ├── geoconcept.h
│   │   │   ├── geoconcept_syscoord.c
│   │   │   ├── geoconcept_syscoord.h
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgeoconceptdatasource.cpp
│   │   │   ├── ogrgeoconceptdatasource.h
│   │   │   ├── ogrgeoconceptdriver.cpp
│   │   │   ├── ogrgeoconceptdriver.h
│   │   │   ├── ogrgeoconceptlayer.cpp
│   │   │   └── ogrgeoconceptlayer.h
│   │   ├── geojson
│   │   │   ├── drv_geojson.html
│   │   │   ├── GNUmakefile
│   │   │   ├── jsonc
│   │   │   │   ├── arraylist.c
│   │   │   │   ├── arraylist.h
│   │   │   │   ├── AUTHORS
│   │   │   │   ├── bits.h
│   │   │   │   ├── ChangeLog
│   │   │   │   ├── config.h
│   │   │   │   ├── COPYING
│   │   │   │   ├── debug.c
│   │   │   │   ├── debug.h
│   │   │   │   ├── GNUmakefile
│   │   │   │   ├── json.h
│   │   │   │   ├── json_object.c
│   │   │   │   ├── json_object.h
│   │   │   │   ├── json_object_private.h
│   │   │   │   ├── json_tokener.c
│   │   │   │   ├── json_tokener.h
│   │   │   │   ├── json_util.c
│   │   │   │   ├── json_util.h
│   │   │   │   ├── linkhash.c
│   │   │   │   ├── linkhash.h
│   │   │   │   ├── makefile.vc
│   │   │   │   ├── printbuf.c
│   │   │   │   ├── printbuf.h
│   │   │   │   ├── README
│   │   │   │   └── README.html
│   │   │   ├── makefile.vc
│   │   │   ├── ogresrijsonreader.cpp
│   │   │   ├── ogrgeojsondatasource.cpp
│   │   │   ├── ogrgeojsondriver.cpp
│   │   │   ├── ogr_geojson.h
│   │   │   ├── ogrgeojsonlayer.cpp
│   │   │   ├── ogrgeojsonreader.cpp
│   │   │   ├── ogrgeojsonreader.h
│   │   │   ├── ogrgeojsonutils.cpp
│   │   │   ├── ogrgeojsonutils.h
│   │   │   ├── ogrgeojsonwriter.cpp
│   │   │   └── ogrgeojsonwriter.h
│   │   ├── geomedia
│   │   │   ├── drv_geomedia.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgeomediadatasource.cpp
│   │   │   ├── ogrgeomediadriver.cpp
│   │   │   ├── ogr_geomedia.h
│   │   │   ├── ogrgeomedialayer.cpp
│   │   │   ├── ogrgeomediaselectlayer.cpp
│   │   │   └── ogrgeomediatablelayer.cpp
│   │   ├── georss
│   │   │   ├── drv_georss.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgeorssdatasource.cpp
│   │   │   ├── ogrgeorssdriver.cpp
│   │   │   ├── ogr_georss.h
│   │   │   └── ogrgeorsslayer.cpp
│   │   ├── gft
│   │   │   ├── drv_gft.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgftdatasource.cpp
│   │   │   ├── ogrgftdriver.cpp
│   │   │   ├── ogr_gft.h
│   │   │   ├── ogrgftlayer.cpp
│   │   │   ├── ogrgftresultlayer.cpp
│   │   │   └── ogrgfttablelayer.cpp
│   │   ├── gml
│   │   │   ├── drv_gml.html
│   │   │   ├── gfstemplate.cpp
│   │   │   ├── gmlfeatureclass.cpp
│   │   │   ├── gmlfeature.cpp
│   │   │   ├── gmlhandler.cpp
│   │   │   ├── gmlpropertydefn.cpp
│   │   │   ├── gmlreader.cpp
│   │   │   ├── gmlreader.h
│   │   │   ├── gmlreaderp.h
│   │   │   ├── gmlreadstate.cpp
│   │   │   ├── gmlutils.cpp
│   │   │   ├── gmlutils.h
│   │   │   ├── GNUmakefile
│   │   │   ├── hugefileresolver.cpp
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgmldatasource.cpp
│   │   │   ├── ogrgmldriver.cpp
│   │   │   ├── ogr_gml.h
│   │   │   ├── ogrgmllayer.cpp
│   │   │   ├── parsexsd.cpp
│   │   │   ├── parsexsd.h
│   │   │   ├── resolvexlinks.cpp
│   │   │   └── trstring.cpp
│   │   ├── gmt
│   │   │   ├── drv_gmt.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgmtdatasource.cpp
│   │   │   ├── ogrgmtdriver.cpp
│   │   │   ├── ogr_gmt.h
│   │   │   └── ogrgmtlayer.cpp
│   │   ├── GNUmakefile
│   │   ├── gpsbabel
│   │   │   ├── drv_gpsbabel.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgpsbabeldatasource.cpp
│   │   │   ├── ogrgpsbabeldriver.cpp
│   │   │   ├── ogrgpsbabelfork.cpp
│   │   │   ├── ogr_gpsbabel.h
│   │   │   └── ogrgpsbabelwritedatasource.cpp
│   │   ├── gpx
│   │   │   ├── drv_gpx.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgpxdatasource.cpp
│   │   │   ├── ogrgpxdriver.cpp
│   │   │   ├── ogr_gpx.h
│   │   │   └── ogrgpxlayer.cpp
│   │   ├── grass
│   │   │   ├── drv_grass.html
│   │   │   ├── GNUmakefile
│   │   │   ├── ogrgrassdatasource.cpp
│   │   │   ├── ogrgrassdriver.cpp
│   │   │   ├── ogrgrass.h
│   │   │   └── ogrgrasslayer.cpp
│   │   ├── gtm
│   │   │   ├── drv_gtm.html
│   │   │   ├── GNUmakefile
│   │   │   ├── gtm.cpp
│   │   │   ├── gtm.h
│   │   │   ├── gtmtracklayer.cpp
│   │   │   ├── gtmwaypointlayer.cpp
│   │   │   ├── makefile.vc
│   │   │   ├── ogrgtmdatasource.cpp
│   │   │   ├── ogrgtmdriver.cpp
│   │   │   ├── ogr_gtm.h
│   │   │   └── ogrgtmlayer.cpp
│   │   ├── htf
│   │   │   ├── drv_htf.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrhtfdatasource.cpp
│   │   │   ├── ogrhtfdriver.cpp
│   │   │   ├── ogr_htf.h
│   │   │   └── ogrhtflayer.cpp
│   │   ├── idb
│   │   │   ├── drv_idb.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogridbdatasource.cpp
│   │   │   ├── ogridbdriver.cpp
│   │   │   ├── ogr_idb.h
│   │   │   ├── ogridblayer.cpp
│   │   │   ├── ogridbselectlayer.cpp
│   │   │   └── ogridbtablelayer.cpp
│   │   ├── idrisi
│   │   │   ├── drv_idrisi.html
│   │   │   ├── generate_test_files.c
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogridrisidatasource.cpp
│   │   │   ├── ogridrisidriver.cpp
│   │   │   ├── ogr_idrisi.h
│   │   │   └── ogridrisilayer.cpp
│   │   ├── ili
│   │   │   ├── drv_ili.html
│   │   │   ├── GNUmakefile
│   │   │   ├── ili1reader.cpp
│   │   │   ├── ili1reader.h
│   │   │   ├── ili1readerp.h
│   │   │   ├── ili2handler.cpp
│   │   │   ├── ili2reader.cpp
│   │   │   ├── ili2reader.h
│   │   │   ├── ili2readerp.h
│   │   │   ├── ilihelper.cpp
│   │   │   ├── ilihelper.h
│   │   │   ├── iom
│   │   │   │   ├── GNUmakefile
│   │   │   │   ├── iom_attr.cpp
│   │   │   │   ├── iom_basket.cpp
│   │   │   │   ├── iom_error.cpp
│   │   │   │   ├── iom_file.cpp
│   │   │   │   ├── iom.h
│   │   │   │   ├── iom_iterator.cpp
│   │   │   │   ├── iom_object.cpp
│   │   │   │   ├── iom_p.h
│   │   │   │   ├── iom_utilities.cpp
│   │   │   │   ├── iom_value.cpp
│   │   │   │   ├── makefile.vc
│   │   │   │   ├── reader.cpp
│   │   │   │   ├── README.src.txt
│   │   │   │   ├── tags.cpp
│   │   │   │   ├── ustrings.cpp
│   │   │   │   └── writer.cpp
│   │   │   ├── iomhelper.cpp
│   │   │   ├── iomhelper.h
│   │   │   ├── makefile.vc
│   │   │   ├── ogrili1datasource.cpp
│   │   │   ├── ogrili1driver.cpp
│   │   │   ├── ogr_ili1.h
│   │   │   ├── ogrili1layer.cpp
│   │   │   ├── ogrili2datasource.cpp
│   │   │   ├── ogrili2driver.cpp
│   │   │   ├── ogr_ili2.h
│   │   │   └── ogrili2layer.cpp
│   │   ├── ingres
│   │   │   ├── drv_ingres.html
│   │   │   ├── GNUmakefile
│   │   │   ├── ingres.txt
│   │   │   ├── makefile.vc
│   │   │   ├── ogringresdatasource.cpp
│   │   │   ├── ogringresdriver.cpp
│   │   │   ├── ogr_ingres.h
│   │   │   ├── ogringreslayer.cpp
│   │   │   ├── ogringresresultlayer.cpp
│   │   │   ├── ogringresstatement.cpp
│   │   │   ├── ogringrestablelayer.cpp
│   │   │   └── testdata.sql
│   │   ├── kml
│   │   │   ├── drv_kml.html
│   │   │   ├── GNUmakefile
│   │   │   ├── kml.cpp
│   │   │   ├── kml.h
│   │   │   ├── kmlnode.cpp
│   │   │   ├── kmlnode.h
│   │   │   ├── kmlutility.h
│   │   │   ├── kmlvector.cpp
│   │   │   ├── kmlvector.h
│   │   │   ├── makefile.vc
│   │   │   ├── ogr2kmlgeometry.cpp
│   │   │   ├── ogrkmldatasource.cpp
│   │   │   ├── ogrkmldriver.cpp
│   │   │   ├── ogr_kml.h
│   │   │   └── ogrkmllayer.cpp
│   │   ├── libkml
│   │   │   ├── drv_libkml.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrlibkmldatasource.cpp
│   │   │   ├── ogrlibkmldriver.cpp
│   │   │   ├── ogrlibkmlfeature.cpp
│   │   │   ├── ogrlibkmlfeature.h
│   │   │   ├── ogrlibkmlfeaturestyle.cpp
│   │   │   ├── ogrlibkmlfeaturestyle.h
│   │   │   ├── ogrlibkmlfield.cpp
│   │   │   ├── ogrlibkmlfield.h
│   │   │   ├── ogrlibkmlgeometry.cpp
│   │   │   ├── ogrlibkmlgeometry.h
│   │   │   ├── ogr_libkml.h
│   │   │   ├── ogrlibkmllayer.cpp
│   │   │   ├── ogrlibkmlstyle.cpp
│   │   │   └── ogrlibkmlstyle.h
│   │   ├── makefile.vc
│   │   ├── mdb
│   │   │   ├── drv_mdb.html
│   │   │   ├── GNUmakefile
│   │   │   ├── ogrmdbdatasource.cpp
│   │   │   ├── ogrmdbdriver.cpp
│   │   │   ├── ogr_mdb.h
│   │   │   ├── ogrmdbjackcess.cpp
│   │   │   └── ogrmdblayer.cpp
│   │   ├── mem
│   │   │   ├── drv_memory.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrmemdatasource.cpp
│   │   │   ├── ogrmemdriver.cpp
│   │   │   ├── ogr_mem.h
│   │   │   └── ogrmemlayer.cpp
│   │   ├── mitab
│   │   │   ├── drv_mitab.html
│   │   │   ├── GNUmakefile
│   │   │   ├── HISTORY.TXT
│   │   │   ├── makefile.vc
│   │   │   ├── mitab_bounds.cpp
│   │   │   ├── mitab_coordsys.cpp
│   │   │   ├── mitab_datfile.cpp
│   │   │   ├── mitab_feature.cpp
│   │   │   ├── mitab_feature_mif.cpp
│   │   │   ├── mitab_geometry.cpp
│   │   │   ├── mitab_geometry.h
│   │   │   ├── mitab.h
│   │   │   ├── mitab_idfile.cpp
│   │   │   ├── mitab_imapinfofile.cpp
│   │   │   ├── mitab_indfile.cpp
│   │   │   ├── mitab_mapcoordblock.cpp
│   │   │   ├── mitab_mapfile.cpp
│   │   │   ├── mitab_mapheaderblock.cpp
│   │   │   ├── mitab_mapindexblock.cpp
│   │   │   ├── mitab_mapobjectblock.cpp
│   │   │   ├── mitab_maptoolblock.cpp
│   │   │   ├── mitab_middatafile.cpp
│   │   │   ├── mitab_miffile.cpp
│   │   │   ├── mitab_ogr_datasource.cpp
│   │   │   ├── mitab_ogr_driver.cpp
│   │   │   ├── mitab_ogr_driver.h
│   │   │   ├── mitab_priv.h
│   │   │   ├── mitab_rawbinblock.cpp
│   │   │   ├── mitab_spatialref.cpp
│   │   │   ├── mitab_tabfile.cpp
│   │   │   ├── mitab_tabseamless.cpp
│   │   │   ├── mitab_tabview.cpp
│   │   │   ├── mitab_tooldef.cpp
│   │   │   ├── mitab_utils.cpp
│   │   │   ├── mitab_utils.h
│   │   │   ├── README.TXT
│   │   │   └── TODO.TXT
│   │   ├── mssqlspatial
│   │   │   ├── drv_mssqlspatial.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrmssqlgeometryparser.cpp
│   │   │   ├── ogrmssqlgeometryvalidator.cpp
│   │   │   ├── ogrmssqlspatialdatasource.cpp
│   │   │   ├── ogrmssqlspatialdriver.cpp
│   │   │   ├── ogr_mssqlspatial.h
│   │   │   ├── ogrmssqlspatiallayer.cpp
│   │   │   ├── ogrmssqlspatialselectlayer.cpp
│   │   │   └── ogrmssqlspatialtablelayer.cpp
│   │   ├── mysql
│   │   │   ├── drv_mysql.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrmysqldatasource.cpp
│   │   │   ├── ogrmysqldriver.cpp
│   │   │   ├── ogr_mysql.h
│   │   │   ├── ogrmysqllayer.cpp
│   │   │   ├── ogrmysqlresultlayer.cpp
│   │   │   └── ogrmysqltablelayer.cpp
│   │   ├── nas
│   │   │   ├── drv_nas.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── nashandler.cpp
│   │   │   ├── nasreader.cpp
│   │   │   ├── nasreaderp.h
│   │   │   ├── nas_schema.vrt
│   │   │   ├── ogrnasdatasource.cpp
│   │   │   ├── ogrnasdriver.cpp
│   │   │   ├── ogr_nas.h
│   │   │   ├── ogrnaslayer.cpp
│   │   │   └── ogrnasrelationlayer.cpp
│   │   ├── ntf
│   │   │   ├── drv_ntf.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ntf_codelist.cpp
│   │   │   ├── ntfdump.cpp
│   │   │   ├── ntf_estlayers.cpp
│   │   │   ├── ntffilereader.cpp
│   │   │   ├── ntf_generic.cpp
│   │   │   ├── ntf.h
│   │   │   ├── ntf_raster.cpp
│   │   │   ├── ntfrecord.cpp
│   │   │   ├── ntfstroke.cpp
│   │   │   ├── ogrntfdatasource.cpp
│   │   │   ├── ogrntfdriver.cpp
│   │   │   ├── ogrntffeatureclasslayer.cpp
│   │   │   ├── ogrntflayer.cpp
│   │   │   └── README.txt
│   │   ├── o
│   │   │   └── README.TXT
│   │   ├── oci
│   │   │   ├── drv_oci.html
│   │   │   ├── fastload.cpp
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ocitest.cpp
│   │   │   ├── oci_utils.cpp
│   │   │   ├── ogrocidatasource.cpp
│   │   │   ├── ogrocidriver.cpp
│   │   │   ├── ogr_oci.h
│   │   │   ├── ogrocilayer.cpp
│   │   │   ├── ogrociloaderlayer.cpp
│   │   │   ├── ogrociselectlayer.cpp
│   │   │   ├── ogrocisession.cpp
│   │   │   ├── ogrocistatement.cpp
│   │   │   ├── ogrocistringbuf.cpp
│   │   │   ├── ogrocistroke.cpp
│   │   │   ├── ogrocitablelayer.cpp
│   │   │   └── ogrociwritablelayer.cpp
│   │   ├── odbc
│   │   │   ├── drv_odbc.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrodbcdatasource.cpp
│   │   │   ├── ogrodbcdriver.cpp
│   │   │   ├── ogr_odbc.h
│   │   │   ├── ogrodbclayer.cpp
│   │   │   ├── ogrodbcselectlayer.cpp
│   │   │   └── ogrodbctablelayer.cpp
│   │   ├── ogdi
│   │   │   ├── drv_ogdi.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrogdidatasource.cpp
│   │   │   ├── ogrogdidriver.cpp
│   │   │   ├── ogrogdi.h
│   │   │   └── ogrogdilayer.cpp
│   │   ├── ogr_attrind.h
│   │   ├── ogr_formats.html
│   │   ├── ogrsf_frmts.dox
│   │   ├── ogrsf_frmts.h
│   │   ├── openair
│   │   │   ├── drv_openair.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogropenairdatasource.cpp
│   │   │   ├── ogropenairdriver.cpp
│   │   │   ├── ogr_openair.h
│   │   │   ├── ogropenairlabellayer.cpp
│   │   │   └── ogropenairlayer.cpp
│   │   ├── pcidsk
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrpcidskdatasource.cpp
│   │   │   ├── ogrpcidskdriver.cpp
│   │   │   ├── ogr_pcidsk.h
│   │   │   └── ogrpcidsklayer.cpp
│   │   ├── pds
│   │   │   ├── drv_pds.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrpdsdatasource.cpp
│   │   │   ├── ogrpdsdriver.cpp
│   │   │   ├── ogr_pds.h
│   │   │   └── ogrpdslayer.cpp
│   │   ├── pg
│   │   │   ├── drv_pg_advanced.html
│   │   │   ├── drv_pg.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrpgdatasource.cpp
│   │   │   ├── ogrpgdriver.cpp
│   │   │   ├── ogr_pg.h
│   │   │   ├── ogrpglayer.cpp
│   │   │   ├── ogrpgresultlayer.cpp
│   │   │   ├── ogrpgtablelayer.cpp
│   │   │   ├── ogrpgutility.cpp
│   │   │   └── ogrpgutility.h
│   │   ├── pgdump
│   │   │   ├── drv_pgdump.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrpgdumpdatasource.cpp
│   │   │   ├── ogrpgdumpdriver.cpp
│   │   │   ├── ogr_pgdump.h
│   │   │   └── ogrpgdumplayer.cpp
│   │   ├── pgeo
│   │   │   ├── drv_pgeo.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrpgeodatasource.cpp
│   │   │   ├── ogrpgeodriver.cpp
│   │   │   ├── ogr_pgeo.h
│   │   │   ├── ogrpgeolayer.cpp
│   │   │   ├── ogrpgeoselectlayer.cpp
│   │   │   └── ogrpgeotablelayer.cpp
│   │   ├── rec
│   │   │   ├── GNUmakefile
│   │   │   ├── ll_recio.cpp
│   │   │   ├── makefile.vc
│   │   │   ├── ogrrecdatasource.cpp
│   │   │   ├── ogrrecdriver.cpp
│   │   │   ├── ogr_rec.h
│   │   │   └── ogrreclayer.cpp
│   │   ├── s57
│   │   │   ├── ddfrecordindex.cpp
│   │   │   ├── drv_s57.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrs57datasource.cpp
│   │   │   ├── ogrs57driver.cpp
│   │   │   ├── ogr_s57.h
│   │   │   ├── ogrs57layer.cpp
│   │   │   ├── s57classregistrar.cpp
│   │   │   ├── s57dump.cpp
│   │   │   ├── s57featuredefns.cpp
│   │   │   ├── s57filecollector.cpp
│   │   │   ├── s57.h
│   │   │   ├── s57reader.cpp
│   │   │   ├── s57tables.h
│   │   │   ├── s57tables.py
│   │   │   └── s57writer.cpp
│   │   ├── sde
│   │   │   ├── drv_sde.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsdedatasource.cpp
│   │   │   ├── ogrsdedriver.cpp
│   │   │   ├── ogr_sde.h
│   │   │   └── ogrsdelayer.cpp
│   │   ├── sdts
│   │   │   ├── drv_sdts.html
│   │   │   ├── GNUmakefile
│   │   │   ├── install-libs.sh
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsdtsdatasource.cpp
│   │   │   ├── ogrsdtsdriver.cpp
│   │   │   ├── ogr_sdts.h
│   │   │   └── ogrsdtslayer.cpp
│   │   ├── segukooa
│   │   │   ├── drv_segukooa.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsegukooadatasource.cpp
│   │   │   ├── ogrsegukooadriver.cpp
│   │   │   ├── ogr_segukooa.h
│   │   │   ├── ogrsegukooalayer.cpp
│   │   │   └── segukooa.txt
│   │   ├── segy
│   │   │   ├── drv_segy.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsegydatasource.cpp
│   │   │   ├── ogrsegydriver.cpp
│   │   │   ├── ogr_segy.h
│   │   │   ├── ogrsegylayer.cpp
│   │   │   └── segy.txt
│   │   ├── shape
│   │   │   ├── dbfopen.c
│   │   │   ├── drv_shapefile.html
│   │   │   ├── GNUmakefile
│   │   │   ├── LICENSE.LGPL
│   │   │   ├── makefile.vc
│   │   │   ├── ogrshapedatasource.cpp
│   │   │   ├── ogrshapedriver.cpp
│   │   │   ├── ogrshape.h
│   │   │   ├── ogrshapelayer.cpp
│   │   │   ├── shape2ogr.cpp
│   │   │   ├── shapefil.h
│   │   │   ├── shpopen.c
│   │   │   ├── shptree.c
│   │   │   └── shp_vsi.c
│   │   ├── sosi
│   │   │   ├── fyba_melding.cpp
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsosidatasource.cpp
│   │   │   ├── ogrsosidriver.cpp
│   │   │   ├── ogr_sosi.h
│   │   │   └── ogrsosilayer.cpp
│   │   ├── sqlite
│   │   │   ├── drv_sqlite.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsqlitedatasource.cpp
│   │   │   ├── ogrsqlitedriver.cpp
│   │   │   ├── ogr_sqlite.h
│   │   │   ├── ogrsqlitelayer.cpp
│   │   │   ├── ogrsqliteselectlayer.cpp
│   │   │   ├── ogrsqlitesinglefeaturelayer.cpp
│   │   │   ├── ogrsqlitetablelayer.cpp
│   │   │   ├── ogrsqlitevfs.cpp
│   │   │   └── ogrsqliteviewlayer.cpp
│   │   ├── sua
│   │   │   ├── drv_sua.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsuadatasource.cpp
│   │   │   ├── ogrsuadriver.cpp
│   │   │   ├── ogr_sua.h
│   │   │   └── ogrsualayer.cpp
│   │   ├── svg
│   │   │   ├── drv_svg.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrsvgdatasource.cpp
│   │   │   ├── ogrsvgdriver.cpp
│   │   │   ├── ogr_svg.h
│   │   │   └── ogrsvglayer.cpp
│   │   ├── tiger
│   │   │   ├── drv_tiger.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrtigerdatasource.cpp
│   │   │   ├── ogrtigerdriver.cpp
│   │   │   ├── ogr_tiger.h
│   │   │   ├── ogrtigerlayer.cpp
│   │   │   ├── tigeraltname.cpp
│   │   │   ├── tigerarealandmarks.cpp
│   │   │   ├── tigercompletechain.cpp
│   │   │   ├── tigerentitynames.cpp
│   │   │   ├── tigerfeatureids.cpp
│   │   │   ├── tigerfilebase.cpp
│   │   │   ├── tigeridhistory.cpp
│   │   │   ├── tigerinfo.cpp
│   │   │   ├── tigerkeyfeatures.cpp
│   │   │   ├── tigerlandmarks.cpp
│   │   │   ├── tigeroverunder.cpp
│   │   │   ├── tigerpip.cpp
│   │   │   ├── tigerpoint.cpp
│   │   │   ├── tigerpolychainlink.cpp
│   │   │   ├── tigerpolygoncorrections.cpp
│   │   │   ├── tigerpolygon.cpp
│   │   │   ├── tigerpolygoneconomic.cpp
│   │   │   ├── tigerspatialmetadata.cpp
│   │   │   ├── tigertlidrange.cpp
│   │   │   ├── tigerzerocellid.cpp
│   │   │   ├── tigerzipcodes.cpp
│   │   │   └── tigerzipplus4.cpp
│   │   ├── vfk
│   │   │   ├── drv_vfk.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrvfkdatasource.cpp
│   │   │   ├── ogrvfkdriver.cpp
│   │   │   ├── ogr_vfk.h
│   │   │   ├── ogrvfklayer.cpp
│   │   │   ├── vfkdatablock.cpp
│   │   │   ├── vfkfeature.cpp
│   │   │   ├── vfkproperty.cpp
│   │   │   ├── vfkpropertydefn.cpp
│   │   │   ├── vfkreader.cpp
│   │   │   ├── vfkreader.h
│   │   │   └── vfkreaderp.h
│   │   ├── vrt
│   │   │   ├── drv_vrt.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrvrtdatasource.cpp
│   │   │   ├── ogrvrtdriver.cpp
│   │   │   ├── ogr_vrt.h
│   │   │   └── ogrvrtlayer.cpp
│   │   ├── wfs
│   │   │   ├── drv_wfs.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrwfsdatasource.cpp
│   │   │   ├── ogrwfsdriver.cpp
│   │   │   ├── ogrwfsfilter.cpp
│   │   │   ├── ogr_wfs.h
│   │   │   ├── ogrwfslayer.cpp
│   │   │   └── WFSServersList.txt
│   │   ├── xls
│   │   │   ├── drv_xls.html
│   │   │   ├── GNUmakefile
│   │   │   ├── makefile.vc
│   │   │   ├── ogrxlsdatasource.cpp
│   │   │   ├── ogrxlsdriver.cpp
│   │   │   ├── ogr_xls.h
│   │   │   └── ogrxlslayer.cpp
│   │   └── xplane
│   │   ├── drv_xplane.html
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── ogr_xplane_apt_reader.cpp
│   │   ├── ogr_xplane_apt_reader.h
│   │   ├── ogr_xplane_awy_reader.cpp
│   │   ├── ogr_xplane_awy_reader.h
│   │   ├── ogrxplanedatasource.cpp
│   │   ├── ogrxplanedriver.cpp
│   │   ├── ogr_xplane_fix_reader.cpp
│   │   ├── ogr_xplane_fix_reader.h
│   │   ├── ogr_xplane_geo_utils.cpp
│   │   ├── ogr_xplane_geo_utils.h
│   │   ├── ogr_xplane.h
│   │   ├── ogrxplanelayer.cpp
│   │   ├── ogr_xplane_nav_reader.cpp
│   │   ├── ogr_xplane_nav_reader.h
│   │   ├── ogr_xplane_reader.cpp
│   │   ├── ogr_xplane_reader.h
│   │   └── test_geo_utils.cpp
│   ├── ogrspatialreference.cpp
│   ├── ogr_spatialref.h
│   ├── ogr_sql.dox
│   ├── ogr_srs_api.h
│   ├── ogr_srs_dict.cpp
│   ├── ogr_srs_erm.cpp
│   ├── ogr_srs_esri.cpp
│   ├── ogr_srs_esri_names.h
│   ├── ogr_srsnode.cpp
│   ├── ogr_srs_ozi.cpp
│   ├── ogr_srs_panorama.cpp
│   ├── ogr_srs_pci.cpp
│   ├── ogr_srs_proj4.cpp
│   ├── ogr_srs_usgs.cpp
│   ├── ogr_srs_validate.cpp
│   ├── ogr_srs_xml.cpp
│   ├── ogrsurface.cpp
│   ├── ogrutils.cpp
│   ├── osr_tutorial.dox
│   ├── swq.cpp
│   ├── swq_expr_node.cpp
│   ├── swq.h
│   ├── swq_op_general.cpp
│   ├── swq_op_registrar.cpp
│   ├── swq_parser.cpp
│   ├── swq_parser.hpp
│   ├── swq_parser.y
│   ├── swq_select.cpp
│   └── wcts
│   ├── GNUmakefile
│   ├── html
│   │   ├── client.html
│   │   ├── imp_details.html
│   │   ├── index.html
│   │   ├── install.html
│   │   ├── popup.css
│   │   └── user_form.html
│   ├── makefile.vc
│   ├── ogrwcts.cpp
│   ├── req_getcap.xml
│   ├── req_istransformable.xml
│   ├── req_nad2783tr.xml
│   ├── req_remote.xml
│   ├── req_transform.xml
│   ├── wcts_capabilities.xml.0.1.0
│   └── wctsclient.cpp
├── port
│   ├── cpl_atomic_ops.cpp
│   ├── cpl_atomic_ops.h
│   ├── cpl_base64.cpp
│   ├── cpl_config_extras.h
│   ├── cpl_config.h.in
│   ├── cpl_config.h.vc
│   ├── cpl_config.h.wince
│   ├── cpl_conv.cpp
│   ├── cpl_conv.h
│   ├── cpl_csv.cpp
│   ├── cpl_csv.h
│   ├── cpl_error.cpp
│   ├── cpl_error.h
│   ├── cpl_findfile.cpp
│   ├── cpl_getexecpath.cpp
│   ├── cplgetsymbol.cpp
│   ├── cpl_hash_set.cpp
│   ├── cpl_hash_set.h
│   ├── cpl_http.cpp
│   ├── cpl_http.h
│   ├── cplkeywordparser.cpp
│   ├── cplkeywordparser.h
│   ├── cpl_list.cpp
│   ├── cpl_list.h
│   ├── cpl_minixml.cpp
│   ├── cpl_minixml.h
│   ├── cpl_minizip_ioapi.cpp
│   ├── cpl_minizip_ioapi.h
│   ├── cpl_minizip_unzip.cpp
│   ├── cpl_minizip_unzip.h
│   ├── cpl_minizip_zip.cpp
│   ├── cpl_minizip_zip.h
│   ├── cpl_multiproc.cpp
│   ├── cpl_multiproc.h
│   ├── cpl_odbc.cpp
│   ├── cpl_odbc.h
│   ├── cpl_path.cpp
│   ├── cpl_port.h
│   ├── cpl_quad_tree.cpp
│   ├── cpl_quad_tree.h
│   ├── cpl_recode.cpp
│   ├── cpl_recode_iconv.cpp
│   ├── cpl_recode_stub.cpp
│   ├── cpl_string.cpp
│   ├── cplstring.cpp
│   ├── cpl_string.h
│   ├── cplstringlist.cpp
│   ├── cpl_strtod.cpp
│   ├── cpl_time.cpp
│   ├── cpl_time.h
│   ├── cpl_vsi.h
│   ├── cpl_vsil_abstract_archive.cpp
│   ├── cpl_vsil_buffered_reader.cpp
│   ├── cpl_vsil_cache.cpp
│   ├── cpl_vsil.cpp
│   ├── cpl_vsil_curl.cpp
│   ├── cpl_vsil_gzip.cpp
│   ├── cpl_vsil_simple.cpp
│   ├── cpl_vsil_sparsefile.cpp
│   ├── cpl_vsil_stdin.cpp
│   ├── cpl_vsil_stdout.cpp
│   ├── cpl_vsil_subfile.cpp
│   ├── cpl_vsil_tar.cpp
│   ├── cpl_vsil_unix_stdio_64.cpp
│   ├── cpl_vsil_win32.cpp
│   ├── cpl_vsi_mem.cpp
│   ├── cpl_vsisimple.cpp
│   ├── cpl_vsi_virtual.h
│   ├── cpl_win32ce_api.cpp
│   ├── cpl_win32ce_api.h
│   ├── cpl_wince.h
│   ├── gdal_csv.h
│   ├── GNUmakefile
│   ├── LICENCE_minizip
│   ├── makefile.vc
│   └── xmlreformat.cpp
├── PROVENANCE.TXT
├── submake.bat
├── svnkeywords.sh
├── swig
│   ├── csharp
│   │   ├── apps
│   │   │   ├── createdata.cs
│   │   │   ├── GDALAdjustContrast.cs
│   │   │   ├── GDALColorTable.cs
│   │   │   ├── GDALCreateCopy.cs
│   │   │   ├── GDALDatasetRasterIO.cs
│   │   │   ├── GDALDatasetWrite.cs
│   │   │   ├── GDALGetHistogram.cs
│   │   │   ├── GDALInfo.cs
│   │   │   ├── GDALOverviews.cs
│   │   │   ├── GDALRead.cs
│   │   │   ├── GDALReadDirect.cs
│   │   │   ├── GDALWrite.cs
│   │   │   ├── OGRGEOS.cs
│   │   │   ├── ogrinfo.cs
│   │   │   ├── OSRTransform.cs
│   │   │   ├── ReadXML.cs
│   │   │   └── WKT2WKB.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── const
│   │   │   ├── GdalConst.cs
│   │   │   ├── GdalConstPINVOKE.cs
│   │   │   ├── gdalconst_wrap.c
│   │   │   └── makefile.vc
│   │   ├── csharp.opt
│   │   ├── gdal
│   │   │   ├── Access.cs
│   │   │   ├── AsyncReader.cs
│   │   │   ├── AsyncStatusType.cs
│   │   │   ├── Band.cs
│   │   │   ├── ColorEntry.cs
│   │   │   ├── ColorInterp.cs
│   │   │   ├── ColorTable.cs
│   │   │   ├── CPLErr.cs
│   │   │   ├── Dataset.cs
│   │   │   ├── DataType.cs
│   │   │   ├── Driver.cs
│   │   │   ├── GCP.cs
│   │   │   ├── Gdal.cs
│   │   │   ├── GdalPINVOKE.cs
│   │   │   ├── gdal_wrap.cpp
│   │   │   ├── MajorObject.cs
│   │   │   ├── makefile.vc
│   │   │   ├── PaletteInterp.cs
│   │   │   ├── RasterAttributeTable.cs
│   │   │   ├── RATFieldType.cs
│   │   │   ├── RATFieldUsage.cs
│   │   │   ├── ResampleAlg.cs
│   │   │   ├── RWFlag.cs
│   │   │   ├── SWIGTYPE_p_double.cs
│   │   │   ├── SWIGTYPE_p_int.cs
│   │   │   ├── SWIGTYPE_p_p_GDALRasterBandShadow.cs
│   │   │   ├── SWIGTYPE_p_p_int.cs
│   │   │   ├── SWIGTYPE_p_void.cs
│   │   │   ├── Transformer.cs
│   │   │   ├── XMLNode.cs
│   │   │   └── XMLNodeType.cs
│   │   ├── gdal.snk
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   ├── mkinterface.sh
│   │   ├── ogr
│   │   │   ├── CoordinateTransformation.cs
│   │   │   ├── DataSource.cs
│   │   │   ├── Driver.cs
│   │   │   ├── Envelope3D.cs
│   │   │   ├── Envelope.cs
│   │   │   ├── Feature.cs
│   │   │   ├── FeatureDefn.cs
│   │   │   ├── FieldDefn.cs
│   │   │   ├── FieldType.cs
│   │   │   ├── Geometry.cs
│   │   │   ├── Justification.cs
│   │   │   ├── Layer.cs
│   │   │   ├── makefile.vc
│   │   │   ├── Ogr.cs
│   │   │   ├── OgrPINVOKE.cs
│   │   │   ├── ogr_wrap.cpp
│   │   │   ├── Osr.cs
│   │   │   ├── OsrPINVOKE.cs
│   │   │   ├── osr_wrap.cpp
│   │   │   ├── SpatialReference.cs
│   │   │   ├── wkbByteOrder.cs
│   │   │   └── wkbGeometryType.cs
│   │   └── osr
│   │   ├── CoordinateTransformation.cs
│   │   ├── makefile.vc
│   │   ├── Osr.cs
│   │   ├── OsrPINVOKE.cs
│   │   ├── osr_wrap.cpp
│   │   └── SpatialReference.cs
│   ├── GNUmakefile
│   ├── include
│   │   ├── Band.i
│   │   ├── ColorTable.i
│   │   ├── cpl_exceptions.i
│   │   ├── cpl.i
│   │   ├── csharp
│   │   │   ├── gdal_csharp_extend.i
│   │   │   ├── gdal_csharp.i
│   │   │   ├── ogr_csharp_extend.i
│   │   │   ├── ogr_csharp.i
│   │   │   ├── osr_csharp.i
│   │   │   ├── swig_csharp_extensions.i
│   │   │   └── typemaps_csharp.i
│   │   ├── Dataset.i
│   │   ├── Driver.i
│   │   ├── gdal_array.i
│   │   ├── gdalconst.i
│   │   ├── gdal.i
│   │   ├── gdal_typemaps.i
│   │   ├── java
│   │   │   ├── gdalconst_java.i
│   │   │   ├── gdal_java.i
│   │   │   ├── java_exceptions.i
│   │   │   ├── ogr_java_extend.i
│   │   │   ├── ogr_java.i
│   │   │   ├── osr_java.i
│   │   │   └── typemaps_java.i
│   │   ├── MajorObject.i
│   │   ├── ogr_error_map.i
│   │   ├── ogr.i
│   │   ├── Operations.i
│   │   ├── osr.i
│   │   ├── perl
│   │   │   ├── destroy.i
│   │   │   ├── gdal_perl.i
│   │   │   ├── ogr_perl.i
│   │   │   ├── osr_perl.i
│   │   │   └── typemaps_perl.i
│   │   ├── php
│   │   │   ├── gdal_php.i
│   │   │   ├── ogr_php.i
│   │   │   ├── osr_php.i
│   │   │   └── typemaps_php.i
│   │   ├── python
│   │   │   ├── docs
│   │   │   │   ├── doxy2swig.py
│   │   │   │   ├── ogr_datasource_docs.i
│   │   │   │   ├── ogr_driver_docs.i
│   │   │   │   ├── ogr_featuredef_docs.i
│   │   │   │   ├── ogr_feature_docs.i
│   │   │   │   ├── ogr_fielddef_docs.i
│   │   │   │   ├── ogr_geometry_docs.i
│   │   │   │   ├── ogr_layer_docs.i
│   │   │   │   └── README
│   │   │   ├── gdal_python.i
│   │   │   ├── ogr_python.i
│   │   │   ├── osr_python.i
│   │   │   ├── python_exceptions.i
│   │   │   ├── python_strings.i
│   │   │   └── typemaps_python.i
│   │   ├── RasterAttributeTable.i
│   │   ├── README.typemaps
│   │   ├── ruby
│   │   │   ├── gdal_ruby.i
│   │   │   ├── ogr_ruby.i
│   │   │   ├── osr_ruby.i
│   │   │   └── typemaps_ruby.i
│   │   ├── Transform.i
│   │   └── XMLNode.i
│   ├── java
│   │   ├── add_javadoc.c
│   │   ├── apps
│   │   │   ├── GDALContour.java
│   │   │   ├── GDALGrid.java
│   │   │   ├── gdalinfo.java
│   │   │   ├── gdalmajorobject.java
│   │   │   ├── GDALOverviews.java
│   │   │   ├── GDALProximity.java
│   │   │   ├── GDALTestIO.java
│   │   │   ├── GDALtest.java
│   │   │   ├── gdaltransformer.java
│   │   │   ├── ogr2ogr.java
│   │   │   ├── OGRFeature.java
│   │   │   ├── ogrinfo.java
│   │   │   ├── OGRTestGC.java
│   │   │   ├── OSRTransform.java
│   │   │   ├── ReadXML.java
│   │   │   ├── testgetpoints.java
│   │   │   └── WKT2WKB.java
│   │   ├── build.xml
│   │   ├── const
│   │   │   └── makefile.vc
│   │   ├── gdal
│   │   │   └── makefile.vc
│   │   ├── gdalconst-package-info.java
│   │   ├── gdal-package-info.java
│   │   ├── GNUmakefile
│   │   ├── javadoc.java
│   │   ├── java.opt
│   │   ├── make_doc.sh
│   │   ├── makefile.vc
│   │   ├── ogr
│   │   │   └── makefile.vc
│   │   ├── ogr-package-info.java
│   │   ├── osr
│   │   │   └── makefile.vc
│   │   ├── osr-package-info.java
│   │   ├── overview.html
│   │   └── test_data
│   │   ├── byte.tif
│   │   ├── poly.dbf
│   │   ├── poly.shp
│   │   └── poly.shx
│   ├── makefile.vc
│   ├── perl
│   │   ├── check_dox.pl
│   │   ├── cr.dox
│   │   ├── cv.dox
│   │   ├── Doxyfile
│   │   ├── gdalconst_wrap.c
│   │   ├── gdal_wrap.cpp
│   │   ├── GNUmakefile
│   │   ├── index.dox
│   │   ├── lib
│   │   │   └── Geo
│   │   │   ├── GDAL
│   │   │   │   ├── Const.dox
│   │   │   │   └── Const.pm
│   │   │   ├── GDAL.dox
│   │   │   ├── GDAL.pm
│   │   │   ├── OGR.dox
│   │   │   ├── OGR.pm
│   │   │   ├── OSR.dox
│   │   │   └── OSR.pm
│   │   ├── make.bat
│   │   ├── Makefile
│   │   ├── Makefile.PL
│   │   ├── MANIFEST
│   │   ├── META.yml
│   │   ├── ogr_wrap.cpp
│   │   ├── osr_wrap.cpp
│   │   ├── README
│   │   ├── rr.dox
│   │   ├── rv.dox
│   │   ├── t
│   │   │   ├── gdal.t
│   │   │   ├── ogr.t
│   │   │   └── osr.t
│   │   └── transform.dox
│   ├── php
│   │   ├── gdalconst.php
│   │   ├── gdalconst_wrap.c
│   │   ├── gdal.php
│   │   ├── gdal_wrap.cpp
│   │   ├── GNUmakefile
│   │   ├── ogr.php
│   │   ├── ogr_wrap.cpp
│   │   ├── osr.php
│   │   ├── osr_wrap.cpp
│   │   ├── php_gdalconst.h
│   │   ├── php_gdal.h
│   │   ├── php_ogr.h
│   │   └── php_osr.h
│   ├── python
│   │   ├── epydoc.conf
│   │   ├── extensions
│   │   │   ├── gdal_array_wrap.cpp
│   │   │   ├── gdalconst_wrap.c
│   │   │   ├── gdal_wrap.cpp
│   │   │   ├── ogr_wrap.cpp
│   │   │   └── osr_wrap.cpp
│   │   ├── fallback_build.bat
│   │   ├── fallback_build_mingw32_under_unix.sh
│   │   ├── gdalconst.py
│   │   ├── gdalnumeric.py
│   │   ├── gdal.py
│   │   ├── GNUmakefile
│   │   ├── ogr.py
│   │   ├── osgeo
│   │   │   ├── gdal_array.py
│   │   │   ├── gdalconst.py
│   │   │   ├── gdalnumeric.py
│   │   │   ├── gdal.py
│   │   │   ├── __init__.py
│   │   │   ├── ogr.py
│   │   │   └── osr.py
│   │   ├── osr.py
│   │   ├── python3.2.patch
│   │   ├── README.txt
│   │   ├── samples
│   │   │   ├── assemblepoly.py
│   │   │   ├── attachpct.py
│   │   │   ├── classify.py
│   │   │   ├── densify.py
│   │   │   ├── fft.py
│   │   │   ├── gdal2grd.py
│   │   │   ├── gdalcopyproj.py
│   │   │   ├── gdal_cp.py
│   │   │   ├── gdal_edit.py
│   │   │   ├── gdalfilter.py
│   │   │   ├── gdalinfo.py
│   │   │   ├── gdal_ls.py
│   │   │   ├── gdal_lut.py
│   │   │   ├── gdal_vrtmerge.py
│   │   │   ├── get_soundg.py
│   │   │   ├── histrep.py
│   │   │   ├── hsv_merge.py
│   │   │   ├── load2odbc.py
│   │   │   ├── loslas2ntv2.py
│   │   │   ├── magphase.py
│   │   │   ├── ogr2ogr.py
│   │   │   ├── ogr2vrt.py
│   │   │   ├── ogrinfo.py
│   │   │   ├── README
│   │   │   ├── rel.py
│   │   │   ├── tigerpoly.py
│   │   │   ├── tolatlong.py
│   │   │   ├── val_at_coord.py
│   │   │   ├── val_repl.py
│   │   │   ├── vec_tr.py
│   │   │   └── vec_tr_spat.py
│   │   ├── scripts
│   │   │   ├── epsg_tr.py
│   │   │   ├── esri2wkt.py
│   │   │   ├── gcps2vec.py
│   │   │   ├── gcps2wld.py
│   │   │   ├── gdal2tiles.py
│   │   │   ├── gdal2xyz.py
│   │   │   ├── gdal_calc.py
│   │   │   ├── gdalchksum.py
│   │   │   ├── gdal_fillnodata.dox
│   │   │   ├── gdal_fillnodata.py
│   │   │   ├── gdalident.py
│   │   │   ├── gdalimport.py
│   │   │   ├── gdal_merge.py
│   │   │   ├── gdal_polygonize.py
│   │   │   ├── gdal_proximity.py
│   │   │   ├── gdal_retile.py
│   │   │   ├── gdal_sieve.dox
│   │   │   ├── gdal_sieve.py
│   │   │   ├── mkgraticule.py
│   │   │   ├── pct2rgb.py
│   │   │   └── rgb2pct.py
│   │   ├── setup.cfg
│   │   └── setup.py
│   ├── ruby
│   │   ├── GNUmakefile
│   │   ├── makefile.vc
│   │   └── RubyMakefile.mk
│   └── SWIGmake.base
├── vb6
│   ├── GDAL.bas
│   ├── GDALColorTable.cls
│   ├── GDALCore.bas
│   ├── GDALDataset.cls
│   ├── GDALDriver.cls
│   ├── GDALRasterBand.cls
│   ├── makefile.vc
│   ├── OGRCoordinateTransformation.cls
│   ├── OGRSpatialReference.cls
│   ├── README.TXT
│   ├── test
│   │   ├── GDALVB6Test.vbp
│   │   ├── GDALVB6Test.vbw
│   │   ├── Module1.bas
│   │   └── VB6Test.frm
│   └── vb6_support.cpp
├── VERSION
└── wince
├── msvc80
│   ├── gdalce_common.vsprops
│   └── gdalce_dll
│   ├── gdalce_dll.sln
│   └── gdalce_dll.vcproj
├── README
└── TODO

244 directories, 2775 files

标签:

实例下载地址

gdal1.9.2 源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警