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

update links #35

Merged
merged 1 commit into from
Oct 27, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> A user-friendly introduction to the multi-modal BigEarthNet-MM dataset.

Please take a look at the hosted documentation:
- [docs.kai-tub.tech/ben-docs/](https://docs.kai-tub.tech/ben-docs/)
- [kai-tub.github.io/ben-docs/](https://kai-tub.github.io/ben-docs/)

## Motivation
<!-- motivation-start -->
Expand All @@ -16,4 +16,4 @@ Doing so, will (hopefully) lead to more robust and reliable research down the li

## Contributing
Extensive work went towards making it as easy as possible to contribute to and reproduce the work environment.
Please see the [Contributing](docs.kai-tub.tech/ben-docs/contributing) section of the documentation for more details!
Please see the [Contributing](kai-tub.github.io/ben-docs/contributing) section of the documentation for more details!
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


intersphinx_mapping = {
"ben_gdf_builder": ("https://docs.kai-tub.tech/bigearthnet_gdf_builder", None)
"ben_gdf_builder": ("https://kai-tub.github.io/bigearthnet_gdf_builder", None)
}

# Only useful if sub-urls are accessed
Expand Down Expand Up @@ -77,10 +77,10 @@

myst_substitutions = {
"ben": "[BigEarthNet](https://bigearth.net/)",
"BenEncoder": "[BigEarthNet Encoder](https://docs.kai-tub.tech/bigearthnet_encoder/)",
"BenInterface": "[BigEarthNet Patch Interface](https://docs.kai-tub.tech/bigearthnet_patch_interface/)",
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://docs.kai-tub.tech/bigearthnet_gdf_builder/)",
"BenCommon": "[BigEarthNet Common](https://docs.kai-tub.tech/bigearthnet_common/)",
"BenEncoder": "[BigEarthNet Encoder](https://kai-tub.github.io/bigearthnet_encoder/)",
"BenInterface": "[BigEarthNet Patch Interface](https://kai-tub.github.io/bigearthnet_patch_interface/)",
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://kai-tub.github.io/bigearthnet_gdf_builder/)",
"BenCommon": "[BigEarthNet Common](https://kai-tub.github.io/bigearthnet_common/)",
"nix": "[nix](https://nixos.org/explore.html)",
"devshell": "[devshell](https://numtide.github.io/devshell/)",
"hypothesis": "[hypothes.is](https://web.hypothes.is/)",
Expand Down
4 changes: 2 additions & 2 deletions docs/md_representations/raw-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata

# also provides a quick way to add important metadata
# example "metadata" subset
meta_gdf = add_full_ben_s2_metadata(gdf)
#meta_gdf = add_full_ben_s2_metadata(gdf)
# showing first row as tables have display issues
meta_gdf
#meta_gdf
```

+++ {"tags": []}
Expand Down
18 changes: 0 additions & 18 deletions docs/raw-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -351,24 +351,6 @@
"].explore()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# scroll-output\n",
"from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata\n",
"\n",
"# also provides a quick way to add important metadata\n",
"# example \"metadata\" subset\n",
"meta_gdf = add_full_ben_s2_metadata(gdf)\n",
"# showing first row as tables have display issues\n",
"meta_gdf"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Loading