Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 4 forks source link

artifact in coherence #118

Open jdries opened 1 year ago

jdries commented 1 year ago

Coherence still giving weird output:


spatial_extent = {'west': 4.45, 'east': 4.70, 'south': 51.16, 'north': 51.22, 'crs': 'epsg:4326'}
    cube = connection.load_collection("TERRASCOPE_S1_SLC_COHERENCE_V1",temporal_extent=["2020-03-20","2020-03-30"],spatial_extent=spatial_extent, bands=["VV"])

    cube.download("coherence_test.nc",options=dict(overviews="OFF",strict_cropping=False))

Image

Note that I recently found out that coherence products may have an unexpected CRS, it can change over timestamp...

jdries commented 1 year ago

A recent overlaps resolving fix also improved situation, but also still revealed another issue:

extent_feature_17_rijkevorsel = {'west':4.699388849142662,'south':51.31098384352319,'east':4.846577505438133,'north':51.354091672619575}
    cube = connection.load_collection("TERRASCOPE_S1_SLC_COHERENCE_V1",temporal_extent=["2020-03-06","2020-03-07"], bands=["VV","VH"])

Image