Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename organization #61

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ identifiers:
- type: doi
value: 10.5281/zenodo.7717084
description: Zenodo
repository-code: 'https://github.com/MotionbyLearning/stmtools'
repository-code: 'https://github.com/TUDelftGeodesy/stmtools'
keywords:
- earth-observation
- radar
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# STMtools: Space Time Matrix Toolbox

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7717084.svg)](https://doi.org/10.5281/zenodo.7717084)
[![License](https://img.shields.io/github/license/MotionbyLearning/sarxarray)](https://opensource.org/licenses/Apache-2.0)
[![License](https://img.shields.io/github/license/TUDelftGeodesy/sarxarray)](https://opensource.org/licenses/Apache-2.0)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8027/badge?)](https://www.bestpractices.dev/projects/8027)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=MotionbyLearning_stmtools&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=MotionbyLearning_stmtools)
[![Build](https://github.com/MotionbyLearning/stmtools/actions/workflows/build.yml/badge.svg)](https://github.com/MotionbyLearning/stmtools/actions/workflows/build.yml)
[![Build](https://github.com/TUDelftGeodesy/stmtools/actions/workflows/build.yml/badge.svg)](https://github.com/TUDelftGeodesy/stmtools/actions/workflows/build.yml)

STMTools (Space-Time Matrix Tools) is an Xarray extension for Space-Time Matrix (*Bruna et al., 2021; van Leijen et al., 2021*). It provides tools to read, write, enrich, and manipulate a Space-Time Matrix (STM).

Expand All @@ -25,7 +25,7 @@ pip install stmtools
or from the source:

```sh
git clone [email protected]:MotionbyLearning/stmtools.git
git clone [email protected]:TUDelftGeodesy/stmtools.git
cd stmtools
pip install .
```
Expand All @@ -34,7 +34,7 @@ Note that Python version `>=3.10` is required for STMtools.

## Documentation

For more information on usage and examples of STMTools, please refer to the [documentation](https://motionbylearning.github.io/stmtools/).
For more information on usage and examples of STMTools, please refer to the [documentation](https://tudelftgeodesy.github.io/stmtools/).

## References
[1] Bruna, M. F. D., van Leijen, F. J., & Hanssen, R. F. (2021). A Generic Storage Method for Coherent Scatterers and Their Contextual Attributes. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS: Proceedings (pp. 1970-1973). [9553453] (International Geoscience and Remote Sensing Symposium (IGARSS); Vol. 2021-July). IEEE . https://doi.org/10.1109/IGARSS47720.2021.9553453
Expand Down
2 changes: 1 addition & 1 deletion docs/stm_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ Data variables: (12/13)

## By pixel selection from an image stack

An STM can also be generated by selecting pixels from an SLC stack or interferogram stack. An example of the selection is the [`point_selection`](https://motionbylearning.github.io/sarxarray/common_ops/#point-selection) implementation of [`sarxarray`](https://motionbylearning.github.io/sarxarray/).
An STM can also be generated by selecting pixels from an SLC stack or interferogram stack. An example of the selection is the [`point_selection`](https://tudelftgeodesy.github.io/sarxarray/common_ops/#point-selection) implementation of [`sarxarray`](https://tudelftgeodesy.github.io/sarxarray/).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Space-Time Matrix Tools Documentation
repo_url: https://github.com/motionbylearning/stmtools/
repo_url: https://github.com/tudelftgeodesy/stmtools/
repo_name: STM Tools

nav:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ classifiers=[
]

[project.urls]
repository = "https://github.com/MotionbyLearning/stmtools"
repository = "https://github.com/TUDelftGeodesy/stmtools"
doi = "https://doi.org/10.5281/zenodo.7717112"
documentation = "https://motionbylearning.github.io/stmtools/"
changelog = "https://motionbylearning.github.io/stmtools/CHANGELOG/"
documentation = "https://tudelftgeodesy.github.io/stmtools/"
changelog = "https://tudelftgeodesy.github.io/stmtools/CHANGELOG/"

[project.optional-dependencies]
dev = [
Expand Down