Skip to content

Commit

Permalink
Transfer repository
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Sep 20, 2024
1 parent c666e29 commit 0cc0c44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ It was born from our own requirement from writing spatial data processing tools

## Documentation

https://3DGI.github.io/geodepot
https://3DBAG.github.io/geodepot

## Interfaces

### Command-line tool (CLI)

The main interface, it supports all operations.

Repository (the current repo): https://github.com/3DGI/geodepot
Repository (the current repo): https://github.com/3DBAG/geodepot

### API

Expand All @@ -26,7 +26,7 @@ The API is available in:
- Python (binding)
- CMake (binding)

Repository: https://github.com/3DGI/geodepot-api
Repository: https://github.com/3DBAG/geodepot-api

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ geodepot get wippolder/wippolder.gpkg
The main interface.
It supports all operations and you are currently reading its documentation.

Repository: [https://github.com/3DGI/geodepot](https://github.com/3DGI/geodepot)
Repository: [https://github.com/3DBAG/geodepot](https://github.com/3DBAG/geodepot)

### API

Expand All @@ -100,7 +100,7 @@ The API is available in:
- Python (binding)
- CMake (binding)

Repository: [https://github.com/3DGI/geodepot-api](https://github.com/3DGI/geodepot-api)
Repository: [https://github.com/3DBAG/geodepot-api](https://github.com/3DBAG/geodepot-api)

## What Geodepot is not

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Geodepot
site_url: https://3DGI.github.io/geodepot
repo_url: https://github.com/3DGI/geodepot
repo_name: 3DGI/geodepot
site_url: https://3DBAG.github.io/geodepot
repo_url: https://github.com/3DBAG/geodepot
repo_name: 3DBAG/geodepot
plugins:
- search
theme:
Expand Down

0 comments on commit 0cc0c44

Please sign in to comment.