-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invoke SNAP on master/slave pairs store to readable format (Zarr, Geotiff) #1034
Comments
EmileSonneveld
added a commit
that referenced
this issue
Feb 6, 2025
EmileSonneveld
added a commit
that referenced
this issue
Feb 6, 2025
Merged
Not all PVCs need to be s3 mounted in local tests. This might give better performance on CDSE staging: apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: calrissian-input-data
namespace: calrissian-demo-project
spec:
accessModes:
- ReadWriteOnce
- ReadOnlyMany
resources:
requests:
storage: 1Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: calrissian-tmpout
namespace: calrissian-demo-project
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: calrissian-output-data
namespace: calrissian-demo-project
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storageClassName: csi-s3-calrissian This might avoid errors like: |
EmileSonneveld
added a commit
that referenced
this issue
Feb 6, 2025
Example script on how to select bursts and preprocess with calrissian. import openeo
import openeo.processes
import openeo.internal
url = "https://openeo-staging.dataspace.copernicus.eu/"
# url = "https://openeo.dev.warsaw.openeo.dataspace.copernicus.eu/" # needs VPN
# url = "http://127.0.0.1:8080"
connection = openeo.connect(url).authenticate_oidc()
datacube = openeo.rest.datacube.DataCube(
openeo.rest.datacube.PGNode(
"_cwl_insar",
arguments={
"spatial_extent": {
"west": 10.751,
"south": 46.741,
"east": 10.759,
"north": 46.749
},
"temporal_extent": [
"2024-08-14",
"2024-08-26"
]
},
),
connection=connection,
)
datacube.download("cwl_result.json") # TODO: Export as datacube |
EmileSonneveld
added a commit
that referenced
this issue
Feb 11, 2025
EmileSonneveld
added a commit
to cloudinsar/s1-workflows
that referenced
this issue
Feb 11, 2025
EmileSonneveld
added a commit
to cloudinsar/s1-workflows
that referenced
this issue
Feb 11, 2025
soxofaan
added a commit
to soxofaan/s1-workflows
that referenced
this issue
Feb 25, 2025
refs: - Open-EO/openeo-geopyspark-driver#1034 - Open-EO/openeo-geopyspark-driver#1057 - https://github.com/Open-EO/openeo-geopyspark-driver/blob/48b3558f14268e1aa8787ac392d1209af7fcf8f4/openeogeotrellis/integrations/cwl/insar.cwl - https://github.com/Open-EO/openeo-geotrellis-kubernetes/blob/master/openeo-k8s-custom-processes/custom_processes.py
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Duplicate of cloudinsar/s1-workflows#3
The text was updated successfully, but these errors were encountered: