TUDelftGeodesy / stmtools

Xarray extension for Space-Time Matrix
https://tudelftgeodesy.github.io/stmtools/
Apache License 2.0
6 stars 0 forks source link

Investigate catalog method for contextual data archiving #64

Closed rogerkuou closed 5 months ago

rogerkuou commented 6 months ago

Make a workflow for cataloging contextual datasets. The purpose is to make contextual data easily to be used for enrichment by STMTools.

  1. Download the following datasets and related metadata:
  1. Preprocessing:
  1. Cloud optimized saving:
  1. Create catalog
    • Is the STAC catalog the best choice?
rogerkuou commented 6 months ago

Current urgency for Spatial temporal data: KNMI weather station data. @FreekvanLeijen will present a data example

rogerkuou commented 6 months ago

Request from Niels: if we can keep the json files from catelog outside the data dir; and keep in mind that the data may be moved to a new location.

rogerkuou commented 6 months ago

@FreekvanLeijen can you hare the KNMI weather station files?

FreekvanLeijen commented 6 months ago

This is the link:

https://www.daggegevens.knmi.nl/klimatologie/uurgegevens

The idea would be to insert meteo data into the STM of the data (e.g. temperature, pressure) closest to the SAR satellite acquisition. (But maybe also: the sum of rainfall in the last 3 days, etc).

Furthermore, I attached:

Let me know in case anything is unclear.

rogerkuou commented 6 months ago

Consider using STAC extensions, e.g. STAC datacube to constraint

rogerkuou commented 5 months ago

Initial implementation in example scripts: https://github.com/MotionbyLearning/example_scripts/pull/3 More follow-up discussions in: https://github.com/TUDelftGeodesy/stmtools/discussions/70