Opened 15 years ago

Closed 12 years ago

#511 closed defect (fixed)

i.pca: close map before writing out metadata?

Reported by: hamish Owned by: grass-dev@…
Priority: minor Milestone: 6.4.0
Component: Default Version: svn-develbranch6
Keywords: i.pca Cc:
CPU: x86-32 Platform: Linux

Description

quicky:

i.pca calls write_support() before G_unopen_cell().

is that backwards?

When running i.pca with --overwrite some of the hist files seemed not to be updating properly.

Hamish

Change History (1)

in reply to:  description comment:1 by mmetz, 12 years ago

Resolution: fixed
Status: newclosed

Replying to hamish:

quicky:

i.pca calls write_support() before G_unopen_cell().

is that backwards?

When running i.pca with --overwrite some of the hist files seemed not to be updating properly.

i.pca now calls write_support() after G_close_cell()/Rast_close(). All support files are now properly updated with --overwrite. Please reopen if needed.

Markus M

Note: See TracTickets for help on using tickets.