Changes between Version 7 and Version 8 of csmlAPIQuestions
- Timestamp:
- 30/06/06 13:14:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
csmlAPIQuestions
v7 v8 36 36 37 37 * Typecode - a service sitting on top of CSML will get requests for data. It will have to estimate the cost (size, duration) of a request. It therefore needs to know the typecode of the data arrays. If they are short integers the output will be a lot smaller than an array full of doubles. It would be useful to put typecode into CSML. 38 39 * Subsetting - it would be nice to allow subsetting by index or by value. Also, need to allow subsetting across the Greenwich Meridian.