Changes between Initial Version and Version 1 of Ticket #387, comment 3
- Timestamp:
- May 27, 2013, 9:09:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #387, comment 3
initial v1 4 4 5 5 The query example without the scaling would be shorter, and does not require us to do a computation that is subject to rounding error: 6 {{ 6 7 {{{ 7 8 for c in (TAMSAT_RFE), m in (GAUL_Africa_1), l in (GLC2000_Africa) 8 9 return encode( … … 19 20 )), 20 21 "csv") 21 }} 22 }}} 22 23 23 24