Changes between Version 16 and Version 17 of GSoC/2017/SOSInGRASS
- Timestamp:
- 08/06/17 13:04:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2017/SOSInGRASS
v16 v17 10 10 || || GRASS SVN !AddOns for final modules: || https://svn.osgeo.org/grass/grass-addons/grass7/ || 11 11 || || OWSlib fork with SOS patches: || https://github.com/pesekon2/OWSLib || 12 || || istSOS fork with some patches: || https://github.com/pesekon2/istsos2 || 12 13 13 14 == Abstract == … … 33 34 ||JULY 3 - 14 || I am sorry but I will have no access to internet and neither to electricity due to my work at summer camp || * || 34 35 ||JULY 17 - 21 || t.vect.in.sos (creating a space time vector dataset) || || 35 ||JULY 24 - 28 || r.in.sos (creating a raster for each queried day) || ||36 ||JULY 24 - 28 || r.in.sos (creating a raster for each queried day) || * || 36 37 ||'''Second evaluations''' || 37 38 ||JULY 31 - AUGUST 4 || t.rast.in.sos (creating a space time raster dataset) || || … … 107 108 r.in.sos 108 109 * first version 110 111 ==== July 24 - July 28 ==== 112 113 All modules 114 * Shell script style update 115 * Handle import errors 116 * Flags working with multiple offerings 117 * Not given options are generated just temporarily 118 119 xml2geojson 120 * Observed properties can be given as their ids 121 122 t.vect.in.sos 123 * Creating stvds 124 125 r.in.sos 126 * Creating raster maps 127 128 ==== July 31 - August 4 ==== 129 130 r.in.sos 131 * flag for deleting vector maps created as intermediates 132 * importing vectors and values in one step 133 134 v.in.sos 135 * importing vectors and values in one step 136 137 All modules 138 * not stop when using just -g flag 139 * code cleaning 140 * manuals updates 141 142 A little pull request for istSOS 143 * allow user to define offering in csv2istsos