Changes between Version 6 and Version 7 of GSoC/2017


Ignore:
Timestamp:
Jan 23, 2017, 3:25:04 AM (7 years ago)
Author:
lucadelu
Comment:

add SOS tools idea for Google Summer of Code

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v6 v7  
    129129* Mentor:
    130130
     131=== SOS tools ===
     132
     133Sensor Observation Service is a OGC standard increasing its diffusion worldwide, the idea is to create a series of modules to get data from SOS server. The modules should use OWSLib to get in touch with the server and parse the responses, probably also some improvements should be done in this library to work correctly with all the servers. All the modules should give to the user the capabilities to get info about the sensors and filter the results for: sensors, range of dates and observedProperty
     134
     135The modules to develop are:
     136- v.in.sos: able to create a GRASS GIS vector with or without the observations values.
     137- r.in.sos: able to create a GRASS GIS raster for each queried day
     138- t.vect.in.sos: able to create a space time vector dataset
     139- t.rast.in.sos: able to create a space time raster dataset, probably for this could be used t.vect.in.sos and later use a new module (to be developed in this project) t.vect.to.rast to convert space time vector dataset into space time raster dataset or the r.in.sos module
     140
     141* Language requirements: Python
     142* Mentor: Luca Delucchi
    131143 
    132144== Tips for students ==