Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

Save results to network drive instead of locally #50

Closed clausmichele closed 1 year ago

clausmichele commented 3 years ago

Currently the results are stored on the openEO server VM. It would be useful to store them to a network drive accessible also from other VMs, in order to use it also with opendatacube and avoid data duplication and additional time due to file transfers.

clausmichele commented 2 years ago

A better solution would be using an object storage together with a stac catalog.

clausmichele commented 1 year ago

This is implemented now. The ODC driver is writing the results directly to the drive of the spring driver VM, mounting it via sshfs.