- overview diagram for the new data model
- new examples for the DataCube model
- added context options for users and server
export_digits
as server context now allows to controll the number of digits in the response json from the R-UDF service
- old /udf endpoint is now /udf_legacy
- old coerce functions for structured data are renamed with suffix legacy
- old StructuredData is now StructuredDataLegacy
- readded the
/examples/data
folder after it was temporarily removed - added a
getting_started
markdown describing the design choices and the UDF scripting - added support for UDF data translation from stars to xts and back
- annotation to require a certain called variable with a specific type
- getting_started.Rmd
- endpoint for versions of the service (api version and implementation version)
- folder structure in /examples
- moved
send_udf
function into theopeneo
R package - endpoint
/libs
renamed into/packages
- dimension name from "t" into "time" in /examples/data/hypercube.json
- coordinate shift for spatial coordinates
- introduction.Rmd, which was integrated into the getting_started.Rmd
- modified the repository
- changed experimental data models to the UDF API (RasterCollectionTile and HyperCube)
- data translation from lists to stars into arrays to stars
- dissolved package structure to plumber 'plumbs' with data_translation scripts
- command line tool
- large examples