-
Create datasetvalues endpoint. See the REST API design document:
https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=kix.ubirwgjh1n7k
This endpoint sho…
-
Create samplingfeaturedatasets endpoint. See REST API design document:
https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=id.gdfwky2r5gvf
This endpoint…
-
Create variables endpoint. See the REST API design document:
https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=id.qx9svbvhkehr
This endpoint should us…
-
Create actions endpoint. See the REST API design document:
https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=id.ywovhcwljxvg
This should use the ODM2 …
-
Functions in the ODM2PythonAPI
New:
getDatasetvalues
getDatasetresults
update parameters:
getDatasets
-
See https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=id.gdfwky2r5gvf
Requires new function in https://github.com/ODM2/ODM2PythonAPI
-
Seems to not be maintained.
-
## WOFPy Testserver deployment
When deploying WOFPy using SQLite database, I am getting errors. For example, when I request `http://127.0.0.1:8080/odm2timeseries/rest/1_1/GetSites` I these errors
…
-
The timeseries resource currently supports SQLite file upload with only one timeseries in it. We need to support uploading SQLite file with multiple timeseries.
This would require changes to the ext…
-
We've done a pretty significant amount of code reorganization and cleanup since mid November, and that's all now pretty stable in the master branch. But there are two possible additional loose ends th…