Talk:Feature Requests
From DavinciWiki
DESIRED
- Catch memory-overload segmentation fault error.
- Catch cat() segmentation fault error.
- Load in all CRISM data products
- Load in all ASTER data products
- Load in HIRISE data products
- Load and write and meaningfully store GEOTIFF files
- Provide data slicing conforming to the following syntax: dv> a = b[,2:12//34:95//106:171]
- Allow plot looping with all current plot capabilities.
- Singular Value Decomposition matrix operation
- Enhanced grep functionality
- System commands independent from the platform like copy, move, delete
- Add more mathematical functions as core functions like log2 etc.
- Expand the number of functions that be used with “fit”.
- Add a shape recognition functionality (squares, circles, with basic info, such as location of the edges or center etc…).
- Multiple Control-C ability (kill script command)
RECENTLY SOLVED
- Alphanumeric Sorting (with multiple column support)
- Add functionality to open remote files via http protocol. (i.e. load("http://davinci.asu.edu/test.hdf")
- Produce restore() to recover from segmentation faults
