Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#5126 closed enhancement (fixed)

[PATCH] Idrisi driver computes min/max values when needed

Reported by: hmzhu Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.9.2
Severity: normal Keywords: Min value, max value Idrisi
Cc:

Description

make modification in order to compute min/max values when needed. It ensures that source data remains untouched when using CreateCopy(), while in Create() situation, correct min and max values will be computed and written into the RDC file upon completion of data copy.

The modification is made based on the trunk version of Idrisi driver.

Attachments (1)

IdrisiDataset.cpp (115.5 KB ) - added by hmzhu 11 years ago.
6/20/2013 revised Idrisi driver

Download all attachments as: .zip

Change History (6)

by hmzhu, 11 years ago

Attachment: IdrisiDataset.cpp added

6/20/2013 revised Idrisi driver

comment:1 by Jukka Rahkonen, 9 years ago

Keywords: Idrisi added
Summary: Idrisi driver computes min/max values when needed[PATCH] Idrisi driver computes min/max values when needed

What is the relation between this and #4980 and #4982? Is the new patch an enhancement to the previous one?

comment:2 by hmzhu, 9 years ago

These were fixed.

Bugs, including this issue, were first time reported in #4980 and #4982, and fixed then. But the same issue was found in GDAL 1.9. So I reported it again, and submitted updated code as attachment within #5162. It's not an enhancement. After that all updates have been applied to GDAL since 1.10.

So all of these tickets can be closed.

comment:3 by Jukka Rahkonen, 9 years ago

Resolution: fixed
Status: newclosed

comment:4 by Jukka Rahkonen, 9 years ago

I believe the updated code is inside this ticket, #5126, not 5162.

comment:5 by hmzhu, 9 years ago

That's correct.

Note: See TracTickets for help on using tickets.