Skip to content

Commit b20d203

Browse files
committed
rename organization
1 parent b7402a5 commit b20d203

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ identifiers:
2626
- type: doi
2727
value: 10.5281/zenodo.7717112
2828
description: Zenodo
29-
repository-code: 'https://github.com/MotionbyLearning/sarxarray'
29+
repository-code: 'https://github.com/TUDelftGeodesy/sarxarray'
3030
keywords:
3131
- earth-observation
3232
- sar

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SarXarray
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7717027.svg)](https://doi.org/10.5281/zenodo.7717027)
4-
[![License](https://img.shields.io/github/license/MotionbyLearning/sarxarray)](https://opensource.org/licenses/Apache-2.0)
4+
[![License](https://img.shields.io/github/license/TUDelftGeodesy/sarxarray)](https://opensource.org/licenses/Apache-2.0)
55
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7980/badge)](https://www.bestpractices.dev/projects/7980)
6-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=MotionbyLearning_sarxarray&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=MotionbyLearning_sarxarray)
7-
[![Build](https://github.com/MotionbyLearning/sarxarray/actions/workflows/build.yml/badge.svg)](https://github.com/MotionbyLearning/sarxarray/actions/workflows/build.yml)
6+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TUDelftGeodesy_sarxarray&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=TUDelftGeodesy_sarxarray)
7+
[![Build](https://github.com/TUDelftGeodesy/sarxarray/actions/workflows/build.yml/badge.svg)](https://github.com/TUDelftGeodesy/sarxarray/actions/workflows/build.yml)
88

99
SARXarray is an open-source Xarray extension for Synthetic Aperture Radar (SAR) data. It is especially designed to work with large volume complex data, e.g. Single Look Complex (SLC) data, as well as derived products such as interferogram stacks.
1010

@@ -20,7 +20,7 @@ pip install sarxarray
2020
or from the source:
2121

2222
```sh
23-
git clone git@github.com:MotionbyLearning/sarxarray.git
23+
git clone git@github.com:TUDelftGeodesy/sarxarray.git
2424
cd sarxarray
2525
pip install .
2626
```
@@ -29,4 +29,4 @@ Note that Python version `>=3.10` is required for SARXarray.
2929

3030
## Documentation
3131

32-
For more information on usage and examples of SARXarray, please refer to the [documentation](https://motionbylearning.github.io/sarxarray/).
32+
For more information on usage and examples of SARXarray, please refer to the [documentation](https://tudelftgeodesy.github.io/sarxarray/).

examples/demo_sarxarray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"To execute this notebook, fiest clone the `sarxarray` repostory to your local:\n",
3232
"\n",
3333
"```sh\n",
34-
"git clone git@github.com:MotionbyLearning/sarxarray.git\n",
34+
"git clone git@github.com:TUDelftGeodesy/sarxarray.git\n",
3535
"```\n",
3636
"\n",
3737
"Then get into the repository directory:\n",

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: SARXarray Documentation
2-
repo_url: https://github.com/motionbylearning/sarxarray/
2+
repo_url: https://github.com/TUDelftGeodesy/sarxarray/
33
repo_name: SARXarray
44

55
nav:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ classifiers=[
3535
]
3636

3737
[project.urls]
38-
repository = "https://github.com/MotionbyLearning/sarxarray"
38+
repository = "https://github.com/TUDelftGeodesy/sarxarray"
3939
doi = "https://doi.org/10.5281/zenodo.7717112"
40-
documentation = "https://motionbylearning.github.io/sarxarray/"
41-
changelog = "https://motionbylearning.github.io/sarxarray/CHANGELOG/"
40+
documentation = "https://tudelftgeodesy.github.io/sarxarray/"
41+
changelog = "https://tudelftgeodesy.github.io/sarxarray/CHANGELOG/"
4242

4343
[project.optional-dependencies]
4444
dev = [

0 commit comments

Comments
 (0)