Vector Time Series Document
This AIKP template enables publishing and uploading vector time series data (point features containing time series index values) into OCLI.
ocli.aikp.document.vector_ts it is boilerplate AIKP to use as an example on how to implement the output or AIKP which produces time series data.
Basic Usage
ocli task create --template ocli.aikp.document.vector_ts -n <task_name> --activate
ocli task set file_path="/path/to/vector_ts.geojson"
ocli task make recipe
ocli ai makegeojson
ocli ai upload --dry-run
Step by step guide
Create a task with this template:
ocli task create --template ocli.aikp.document.vector_ts --name <task_name> --activate
Set the
file_pathto a valid GeoJSON file containing point features with time series data:ocli task set file_path="/path/to/vector_ts.geojson"
Make the task recipe:
ocli task make recipe
Generate the database metadata document and copy the source document to the output directory:
ocli ai makegeojson
Upload the source and metadata files to the cloud storage:
ocli ai upload --dry-run