Ticket #511 (closed defect: fixed)

Opened 4 years ago

Last modified 10 months ago

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:
Platform: Linux CPU: x86-32

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

in reply to: ↑ description   Changed 10 months ago by mmetz

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

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.