Skip to content

Commit 96276c1

Browse files
committed
chore: move github org ownership to BikeNetKit
1 parent c388b54 commit 96276c1

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
- family-names: Szell
1212
given-names: Michael
1313
orcid: "https://orcid.org/0000-0003-3022-2483"
14-
repository-code: 'https://github.com/NERDSITU/superblockify'
14+
repository-code: 'https://github.com/BikeNetKit/superblockify'
1515
url: 'https://superblockify.city/'
1616
keywords:
1717
- Python

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ the experience for all involved. The community looks forward to your contributio
3434
> available [Documentation](https://superblockify.city/).
3535
3636
Before you ask a question, it is best to search for
37-
existing [Issues](https://github.com/NERDSITU/superblockify/issues) that might help you.
37+
existing [Issues](https://github.com/BikeNetKit/superblockify/issues) that might help you.
3838
In case you have found a suitable issue and still need clarification, you can write your
3939
question in this issue. It is also advisable to search the internet for answers first.
4040

4141
If you then still feel the need to ask a question and need clarification, we recommend
4242
the following:
4343

44-
- Open an [Issue](https://github.com/NERDSITU/superblockify/issues/new).
44+
- Open an [Issue](https://github.com/BikeNetKit/superblockify/issues/new).
4545
- Provide as much context as you can about what you're running into.
4646
- Provide project and platform versions (operating system, `pip list`), depending on
4747
what seems relevant.
@@ -74,7 +74,7 @@ us fix any potential bug as fast as possible.
7474
- To see if other users have experienced (and potentially already solved) the same issue
7575
you are having, check if there is not already a bug report existing for your bug or
7676
error in
77-
the [bug tracker](https://github.com/NERDSITU/superblockify/issues?q=label%3Abug).
77+
the [bug tracker](https://github.com/BikeNetKit/superblockify/issues?q=label%3Abug).
7878
- Also make sure to search the internet (including Stack Overflow) to see if users
7979
outside of the GitHub community have discussed the issue.
8080
- Collect information about the bug:
@@ -93,7 +93,7 @@ us fix any potential bug as fast as possible.
9393
We use GitHub issues to track bugs and errors. If you run into an issue with the
9494
project:
9595

96-
- Open an [Issue](https://github.com/NERDSITU/superblockify/issues/new). (Since we can't
96+
- Open an [Issue](https://github.com/BikeNetKit/superblockify/issues/new). (Since we can't
9797
be sure at this point whether it is a bug or not, we ask you not to talk about a bug
9898
yet and not to label the issue.)
9999
- Explain the behavior you would expect and the actual behavior.
@@ -128,7 +128,7 @@ suggestion and find related suggestions.
128128
- Make sure that you are using the latest version.
129129
- Read the [documentation](https://superblockify.city/) carefully and find out if the
130130
functionality is already covered, maybe by an individual configuration.
131-
- Perform a [search](https://github.com/NERDSITU/superblockify/issues) to see if the
131+
- Perform a [search](https://github.com/BikeNetKit/superblockify/issues) to see if the
132132
enhancement has already been suggested. If it has, add a comment to the existing issue
133133
instead of opening a new one.
134134
- Find out whether your idea fits with the scope and aims of the project. It's up to you
@@ -142,7 +142,7 @@ suggestion and find related suggestions.
142142
#### How Do I Submit a Good Enhancement Suggestion?
143143

144144
Enhancement suggestions are tracked
145-
as [GitHub issues](https://github.com/NERDSITU/superblockify/issues).
145+
as [GitHub issues](https://github.com/BikeNetKit/superblockify/issues).
146146

147147
- Use a **clear and descriptive title** for the issue to identify the suggestion.
148148
- Provide a **step-by-step description of the suggested enhancement** in as many details

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
[![status](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209/status.svg)](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209)
1111
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13300610.svg)](https://doi.org/10.5281/zenodo.13300610)
12-
[![Docs](https://github.com/NERDSITU/superblockify/actions/workflows/docs.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/docs.yml)
13-
[![Lint](https://github.com/NERDSITU/superblockify/actions/workflows/lint.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/lint.yml)
14-
[![Test](https://github.com/NERDSITU/superblockify/actions/workflows/test.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/test.yml)
15-
[![codecov](https://codecov.io/gh/NERDSITU/superblockify/branch/main/graph/badge.svg?token=AS72IFT2Q4)](https://codecov.io/gh/NERDSITU/superblockify)
12+
[![Docs](https://github.com/BikeNetKit/superblockify/actions/workflows/docs.yml/badge.svg)](https://github.com/BikeNetKit/superblockify/actions/workflows/docs.yml)
13+
[![Lint](https://github.com/BikeNetKit/superblockify/actions/workflows/lint.yml/badge.svg)](https://github.com/BikeNetKit/superblockify/actions/workflows/lint.yml)
14+
[![Test](https://github.com/BikeNetKit/superblockify/actions/workflows/test.yml/badge.svg)](https://github.com/BikeNetKit/superblockify/actions/workflows/test.yml)
15+
[![codecov](https://codecov.io/gh/BikeNetKit/superblockify/branch/main/graph/badge.svg?token=AS72IFT2Q4)](https://codecov.io/gh/BikeNetKit/superblockify)
1616

1717
Source code to `superblockify` an urban street network
1818

@@ -44,9 +44,9 @@ conda activate sb_env
4444
> If unsure, use `conda` as instructed above to avoid problems.
4545
4646
*Alternatively*, or if you run into
47-
issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip)
47+
issues, [clone this repository](https://github.com/BikeNetKit/superblockify/archive/refs/heads/main.zip)
4848
and create the environment via
49-
the [`environment.yml`](https://github.com/NERDSITU/superblockify/blob/main/environment.yml)
49+
the [`environment.yml`](https://github.com/BikeNetKit/superblockify/blob/main/environment.yml)
5050
file:
5151

5252
```bash
@@ -71,12 +71,12 @@ sb_env)
7171

7272
We provide a minimum working example in two formats:
7373

74-
* [Jupyter notebook (`00-mwe.ipynb`)](https://github.com/NERDSITU/superblockify/blob/main/examples/00-mwe.ipynb)
75-
* [Python script (`00-mwe.py`)](https://github.com/NERDSITU/superblockify/blob/main/examples/00-mwe.py)
74+
* [Jupyter notebook (`00-mwe.ipynb`)](https://github.com/BikeNetKit/superblockify/blob/main/examples/00-mwe.ipynb)
75+
* [Python script (`00-mwe.py`)](https://github.com/BikeNetKit/superblockify/blob/main/examples/00-mwe.py)
7676

7777
For a guided start after installation, see
7878
the [usage section](https://superblockify.city/usage/) in the documentation. See
79-
the [`examples/`](https://github.com/NERDSITU/superblockify/blob/main/examples/) folder
79+
the [`examples/`](https://github.com/BikeNetKit/superblockify/blob/main/examples/) folder
8080
for more example scripts.
8181

8282
## Documentation
@@ -87,10 +87,10 @@ about `superblockify`.
8787
## Testing
8888

8989
The tests are specified using the `pytest` signature,
90-
see [`tests/`](https://github.com/NERDSITU/superblockify/blob/main/tests/) folder, and
90+
see [`tests/`](https://github.com/BikeNetKit/superblockify/blob/main/tests/) folder, and
9191
can be run using a test runner of choice.
9292
A pipeline is set up,
93-
see [`.github/workflows/test.yml`](https://github.com/NERDSITU/superblockify/blob/main/.github/workflows/test.yml).
93+
see [`.github/workflows/test.yml`](https://github.com/BikeNetKit/superblockify/blob/main/.github/workflows/test.yml).
9494

9595
## Credits & Funding
9696

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Version 1.0.0 (2024-08-12)
2929
* 🆕 New features: Betweenness Centrality Cutoff, Reduced path filling.
3030
* 🐛 Fixes: notebook formatting, GEOSException in tesselation, missing attribute.
3131
* 🔄 Merged pull request: `🌐 Added Betweenness Centrality Cutoff
32-
<https://github.com/NERDSITU/superblockify/pull/82>`_.
32+
<https://github.com/BikeNetKit/superblockify/pull/82>`_.
3333
* 📝 Misc changes: deactivated colormap logging,
3434
unified nodes and edges into one variable.
3535
* 📊 Improved analysis scripts
@@ -62,8 +62,8 @@ Version 0.2.1 (2023-06-22)
6262
resolved to polygons. Normally, only the edges are exported.
6363
Added general graph stats with OSM boundary polygon.
6464

65-
.. |codecov-badge| image:: https://codecov.io/gh/NERDSITU/superblockify/branch/main/graph/badge.svg?token=AS72IFT2Q4
66-
:target: https://codecov.io/gh/NERDSITU/superblockify
65+
.. |codecov-badge| image:: https://codecov.io/gh/BikeNetKit/superblockify/branch/main/graph/badge.svg?token=AS72IFT2Q4
66+
:target: https://codecov.io/gh/BikeNetKit/superblockify
6767
:height: 2ex
6868

6969
Version 0.2.0 (2023-06-20)
@@ -115,4 +115,4 @@ Version 0.0.0
115115
*************
116116

117117
* See changes before in the repository under the tag `0.0.0
118-
<https://github.com/NERDSITU/superblockify/tags>`_.
118+
<https://github.com/BikeNetKit/superblockify/tags>`_.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
html_theme = "sphinx_book_theme"
6464
html_static_path = ["_static"]
6565
html_theme_options = {
66-
"repository_url": "https://github.com/NERDSITU/superblockify/",
66+
"repository_url": "https://github.com/BikeNetKit/superblockify/",
6767
"repository_branch": "main",
6868
"use_source_button": True,
6969
"use_repository_button": True,

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ JOSS paper `doi:10.21105/joss.06798 <https://doi.org/10.21105/joss.06798>`__, e.
6666
Contributing
6767
============
6868
If you want to contribute to the development of superblockify, please read the
69-
`CONTRIBUTING.md <https://github.com/NERDSITU/superblockify/blob/main/CONTRIBUTING.md>`__
69+
`CONTRIBUTING.md <https://github.com/BikeNetKit/superblockify/blob/main/CONTRIBUTING.md>`__
7070
file.
7171

7272
.. toctree::

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ conda activate sb_env
1717
> instructed above to avoid problems.
1818
1919
*Alternatively*, or if you run into
20-
issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip)
20+
issues, [clone this repository](https://github.com/BikeNetKit/superblockify/archive/refs/heads/main.zip)
2121
and create the environment via
22-
the [`environment.yml`](https://github.com/NERDSITU/superblockify/blob/main/environment.yml)
22+
the [`environment.yml`](https://github.com/BikeNetKit/superblockify/blob/main/environment.yml)
2323
file:
2424

2525
```bash

docs/usage.myst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@ For further settings, see the other attributes in the `Config` class.
306306
```
307307

308308
If you run into any other issues, feel free to look into the [API documentation](api/index),
309-
[Source Code](https://github.com/NERDSITU/superblockify/),
309+
[Source Code](https://github.com/BikeNetKit/superblockify/),
310310
activate debug logs `sb.config.set_log_level("DEBUG")`
311-
or finally [open a new issue](https://github.com/NERDSITU/superblockify/issues/new).
311+
or finally [open a new issue](https://github.com/BikeNetKit/superblockify/issues/new).

examples/01-getting-started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@
452452
},
453453
"source": [
454454
"If you run into any other issues, feel free to look into the [API documentation](api/index),\n",
455-
"[Source Code](https://github.com/NERDSITU/superblockify/),\n",
455+
"[Source Code](https://github.com/BikeNetKit/superblockify/),\n",
456456
"activate debug logs `sb.config.set_log_level(\"DEBUG\")`\n",
457-
"or finally [open a new issue](https://github.com/NERDSITU/superblockify/issues/new)."
457+
"or finally [open a new issue](https://github.com/BikeNetKit/superblockify/issues/new)."
458458
]
459459
}
460460
],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050

5151
[project.urls]
5252
Documentation = "https://superblockify.city/"
53-
Repository = "https://github.com/NERDSITU/superblockify"
53+
Repository = "https://github.com/BikeNetKit/superblockify"
5454
Changelog = "https://superblockify.city/changelog/"
5555

5656
[project.optional-dependencies]

0 commit comments

Comments
 (0)