Project

General

Profile

Actions

Bug #2348

open

Rewrite disk based GIS code for speed increase

Added by Dan Higgins about 18 years ago. Updated about 15 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
actors
Target version:
Start date:
01/31/2006
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2348

Description

Currently, the java GIS routines for handling ascii grid files uses a
PersistentVector class that was originally created for Morpho when raster are
too large for RAM. This method works but is really quite slow.
A good part of this slowness is probably due to the treatment of the raster data
as Java objects (actually as string arrays).
It is likely that a new approach using Java NIO buffers could greatly speed up
these virtual memory routines. This should be investigated at some point in the
future.
Dan Higgins - Jan 31, 2006

Actions

Also available in: Atom PDF