Ticket #1877 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Add ADRG driver

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: ADRG
Cc: warmerdam

Description

This patch adds a new driver to read ADRG files. This capability already existed in OGDI, but I encountered the same bug as described in ticket #541 (on a dataset of mine). The new ADRG driver has not this bug. It uses extensively the iso8211 library which make the writing of the driver relatively easy and probably much more maintenable than the OGDI one.

Attachments

SMALL_ADRG.ZIP Download (18.6 KB) - added by rouault 4 years ago.
ZIP file containing a test ADRG dataset
gdal_svn_trunk_adrg_driver.patch Download (77.2 KB) - added by rouault 4 years ago.

Change History

Changed 4 years ago by rouault

Patch updated with support of creation of ADRG datasets. The aim here is to produced datasets that can be used to test the driver. They may not be readable by all other GIS software (although I have tested successfully with Global Mapper 8).

I'm attaching too a small freely redistributable ADRG dataset produced with the creation support.

Changed 4 years ago by rouault

Patch updated without magic header arrays and example also updated as there was something invalid in it.

Changed 4 years ago by rouault

ZIP file containing a test ADRG dataset

Changed 4 years ago by rouault

Changed 4 years ago by warmerdam

  • cc warmerdam added
  • owner changed from warmerdam to rouault

Even,

Please go ahead and apply this patch at will. I think this is a great addition!

Changed 4 years ago by rouault

Commited in trunk in r12706

Changed 4 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

Example ADRG dataset added to autotest and fixes for Windows compilation commited in following revisions.

Note: See TracTickets for help on using tickets.