Start date - 23rd may
#Week 1
- Convert .script files to json
#Week 2
- Add JSON compilation support.
#Week 3 & 4
Start date - 23rd may
#Week 1
#Week 2
#Week 3 & 4
The current list of objectives includes:
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
| vector<string> tokenize(string str) | |
| { | |
| vector<string> vec; | |
| string word; | |
| istringstream iss(str, istringstream::in); | |
| while( iss >> word ) | |
| { | |
| vec.push_back(word); | |
| } | |
| return vec; |