= GSoC 2017 SOS tools in GRASS GIS = || Title: || '''SOS tools in GRASS GIS''' || ||Student Name: || Ondrej Pesek, [http://www.cvut.cz Czech Technical University in Prague] || ||Organization: || [http://www.osgeo.org OSGeo - Open Source Geospatial Foundation] || || Mentor Name: || [https://wiki.osgeo.org/wiki/User:Lucadelu Luca Delucchi], Matteo De Stefano || || GSoC proposal: || [https://storage.googleapis.com/summerofcode-prod.appspot.com/gsoc/core_project/doc/5943871440683008_1491200698_pesek_ondrej_sos_tools_proposal.pdf?Expires=1494492722&GoogleAccessId=summerofcode-prod%40appspot.gserviceaccount.com&Signature=qzSNs3AO0fv01ufSD8wGAk7H6PdCtUr93wyfCT8mgP29CMh25H5m2odoJVqMufnTQhFOPhe1neFFpASWgoOJg6kHFky5MSRX30nlnIZVmWjlrnXykNUvyc5wm%2BjumiMfDPGwT7MkEr%2FCx1ZLo0pv3KJD16oPQ2VcJRBNQGIReKxXlI%2BkaszEDGvIrtd6HFm288gRkL6GTFYzWwb0y0cgbvcYNYggu1nKmbqgL2qIlDQZW8OXD7QShwhVrhD8G6zBUWdcnaEPK9zJ2eX%2BdLsytj6rYSeG7uz%2F22r9VJ7QFs%2BCbXSVt08y8ltWamXL2HW5di722jEgQ3eR%2BDkRLjxH4w%3D%3D view proposal] || || Repositories: || Github for development: || https://github.com/pesekon2/GRASS-GIS-SOS-tools || || || GRASS SVN !AddOns for final modules: || https://svn.osgeo.org/grass/grass-addons/grass7/ || || || OWSlib fork with SOS patches: || https://github.com/pesekon2/OWSLib || == Abstract == GRASS GIS doesn’t have any module to work with Sensor Observation Service (SOS). SOS is an Open Geospatial Consortium (OGC) standard and it is useful to implement modules to work with this standard into GRASS. == Goal == Intended modules would enable the user to create a vector with or without the observation values, create a raster for each queried day and create a space time vector or raster dataset. One module would also allow the user to convert a space time vector dataset into a raster dataset. The user should be also allowed to get the capabilities to get info about sensors from these modules and filter the results. Intended modules would also use OWSLib to work with the server and data. There are a few things to improve in OWSLib, so this should be the first part of my GSoC project. I would also like to use pyGrass (a python library allowing users to access the low-level GRASS API) to create new modules. == Timeline == |||| ||status|| ||Community bounding period || Studying OWSLib and SOS || * || ||'''Let the summer begin''' || || || ||MAY 30 - JUNE 2 || Testing OWSLib functionalities on different SOS servers || * || ||JUNE 5 - JUNE 9 || Improving OWSLib functionalities || || ||JUNE 12 - 16 || Improving OWSLib, developing background for forthcoming modules || || ||JUNE 19 - 23 || v.in.sos (creating a vector with or without the observation values) || || ||JUNE 26 - 30 || r.in.sos (creating a raster for each queried day) || || ||'''First evaluations''' || || || ||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 || || ||JULY 17 - 21 || t.vect.in.sos (creating a space time vector dataset) || || ||JULY 24 - 28 || t.rast.in.sos (creating a space time raster dataset) || || ||'''Second evaluations''' || ||JULY 31 - AUGUST 4 || t.vect.to.rast (convert space time vector dataset into space time raster dataset) || || ||AUGUST 7 - 11 || Cleaning of code, testing || || ||AUGUST 14 - 18 || Writing documentation, buffer in case of delay || || ||AUGUST 21 - 29 || Submitting the final work product || || ||'''Final evaluations''' || == Requirements == [http://grass.osgeo.org/download/software/#g73x GRASS 7.3] == Development == === Weekly reports === ==== May 30 - June 2 ==== Studied OWSLib and its work with SOS (especially with istSOS) and in which formats are available in response. Solved [https://github.com/geopython/OWSLib/issues/347 this issue] in OWSLib. Created converter between normal JSON output from OWSLib and geoJSON