From 53607acd2890c77f8eadd9a9e80cf9227c64e28a Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Mon, 15 Jan 2024 17:02:37 +0100 Subject: [PATCH] rename organization --- CITATION.cff | 2 +- README.md | 8 ++++---- docs/stm_init.md | 2 +- mkdocs.yml | 2 +- pyproject.toml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 077ce25..a1235bb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/README.md b/README.md index 8c11a93..4468755 100644 --- a/README.md +++ b/README.md @@ -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). @@ -25,7 +25,7 @@ pip install stmtools or from the source: ```sh -git clone git@github.com:MotionbyLearning/stmtools.git +git clone git@github.com:TUDelftGeodesy/stmtools.git cd stmtools pip install . ``` @@ -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 diff --git a/docs/stm_init.md b/docs/stm_init.md index 44d0576..a8915ca 100644 --- a/docs/stm_init.md +++ b/docs/stm_init.md @@ -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/). \ No newline at end of file +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/). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0fdaf2a..6d6a094 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 82e431f..4ae093c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [