-
No. of proj accepted - 6
-
difficulty level/Desc - Difficult (GeoInformation stuff)
-
tags - geo , geospatial , java , gis , spatiotemporal , geoprocessing , traffic , environment , R , R-project , earth observation , geoprocessing , spatial data , geostatistics , sensor web , search , mobile , eventing , database
-
ideas - SPARQL endpoint and InterOperability for EnviroCar data Social Driving Stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vector<string> tokenize(string str) | |
{ | |
vector<string> vec; | |
string word; | |
istringstream iss(str, istringstream::in); | |
while( iss >> word ) | |
{ | |
vec.push_back(word); | |
} | |
return vec; |
The current list of objectives includes:
- Update .script to .json files
- Update code for Python2/3 compatibility
- add CLI options for creating a metadata .json file for a new dataset, and edit old ones.
Start date - 23rd may
#Week 1
- Convert .script files to json
#Week 2
- Add JSON compilation support.
#Week 3 & 4