Ou Ku
Ou Ku
This is a related issue of #30. In #30 we fixed updating the storage status when a simulation fails within the `model`. However, this does not solve some specific cases....
This is a follow-up question we have for issue #30. created this issue just to keep this question documented. In #30, the Zarr storage was started from an incorrect model,...
This issue regards to the [Setup episode](https://carpentries.github.io/lesson-example/setup.html), the section of installing `Ruby` for Linux user. When installing by `apt-get`, the default Ruby version is `2.5.1` (after `apt-get update`), which may...
```python stmat = slcs.slcstack.point_selection(method='nmad') ```
https://tudelftgeodesy.github.io/stmtools/stm_init/ stm = stmtools.from_csv('example.csv', spacetime_pattern= {"^d_": "deformation", "^a_": "amplitude", "^h2ph_": "h2ph"})
The API documentation is currently missing in https://tudelftgeodesy.github.io/sarxarray/. We need to add it. The example can be followed in: https://github.com/VegeWaterDynamics/motrainer/blob/main/docs/api_reference.md
https://motionbylearning.github.io/sarxarray/common_ops/ e.g. what is "multi-look". etc.
```python mrm = stack_subset.slcstack.mrm() ``` ```output /SPIDER_TYKKY_6rp6QPX/miniconda/envs/env1/lib/python3.11/site-packages/sarxarray/stack.py:34: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more...
In `point_selection`, we replaced the MultiIndex coordinates for `points` dimension with an actual index. See [this part](https://github.com/MotionbyLearning/sarxarray/blob/main/sarxarray/stack.py#L73) The motivation was: 1. MultiIndex cannot be exported to Zarr 2. MultiIndex has...
Add a feature to the `point_selection` function of reading a part of SLC with a given polygon. Input: 1) SLC stack in radar coords; 2) geo-reference coordinates per SLC pixel;...