Changes between Initial Version and Version 3 of Ticket #253
- Timestamp:
- Apr 8, 2008, 4:55:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #253 – Description
initial v3 1 1 Currently geospatial_data object doesn't use caching. It would be beneficial for it to have caching especially when loading large datasets from 'pts' or 'txt' file. 2 3 What might be a good idea is to allow for a 'blocking' read-write. 4 This would e.g. be useful for converting large csv files to pts files in case where the data won't fit in memory.