Fix codeberg url and updates teams

Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
Jean-Baptiste
2025-05-11 08:29:14 +02:00
parent 844805a3a1
commit 8f4589edfe
19 changed files with 47 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author="CoMaps",
author_email="info@comaps.app",
description="This package contains tools for generating maps with Apache Airflow.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"airmaps": ""},
package_data={"": ["var/**/*"]},
packages=[

View File

@@ -55,7 +55,7 @@ def setup(
author="CoMaps",
author_email="info@comaps.app",
description="This package contains {} data files.".format(suffix),
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
packages=[] if packages is None else packages,
package_dir={} if package_dir is None else package_dir,
cmdclass={} if cmdclass is None else cmdclass,

View File

@@ -19,7 +19,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author="CoMaps",
author_email="info@comaps.app",
description="This package is a library for dealing with data files.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"data_files": ""},
packages=["data_files",],
classifiers=["License :: OSI Approved :: Apache Software License",]

View File

@@ -20,7 +20,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author_email="info@comaps.app",
description="This package is a library that provides descriptions "
"(such as those from Wikipedia) to geographic objects.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"descriptions": ""},
packages=["descriptions"],
classifiers=[

View File

@@ -8,7 +8,7 @@ maps built by a generator_tool newer than the app.**
## What are maps?
Maps are `.mwm` binary files with special meta-information for rendering, searching, routing, and other use cases.
Files from [data/borders](https://codeberg.com/comaps/comaps/src/branch/main/data/borders) define map boundaries for each individual file. The world is segmented into separate files by these boundaries, with the intent of having manageably small files to download. These files are referred to as *maps* or *countries*. A country is referring to one of these files, not necessarily a geographic country. Also note that there are two special countries called *World* and *WorldCoasts*. These are small simplified maps of the world and coastlines (sea and ocean watercover) used when other maps have not yet been downloaded.
Files from [data/borders](https://codeberg.org/comaps/comaps/src/branch/main/data/borders) define map boundaries for each individual file. The world is segmented into separate files by these boundaries, with the intent of having manageably small files to download. These files are referred to as *maps* or *countries*. A country is referring to one of these files, not necessarily a geographic country. Also note that there are two special countries called *World* and *WorldCoasts*. These are small simplified maps of the world and coastlines (sea and ocean watercover) used when other maps have not yet been downloaded.
## Setup
@@ -42,7 +42,7 @@ cd tools/python/maps_generator
pip3 install -r requirements_dev.txt
```
5. Create a [configuration file with defaults](https://codeberg.com/comaps/comaps/src/branch/main/tools/python/maps_generator/var/etc/map_generator.ini.default):
5. Create a [configuration file with defaults](https://codeberg.org/comaps/comaps/src/branch/main/tools/python/maps_generator/var/etc/map_generator.ini.default):
```sh
cp var/etc/map_generator.ini.default var/etc/map_generator.ini
@@ -172,4 +172,4 @@ In this example we skipped generation of the World\* files because they are ones
### Subways layer
You can manually generate a subway layer file to use in the `SUBWAY_URL` ini setting. See [instructions](https://codeberg.com/comaps/comaps/src/branch/main/docs/SUBWAY_GENERATION.md).
You can manually generate a subway layer file to use in the `SUBWAY_URL` ini setting. See [instructions](https://codeberg.org/comaps/comaps/src/branch/main/docs/SUBWAY_GENERATION.md).

View File

@@ -19,7 +19,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author="CoMaps",
author_email="info@comaps.app",
description="This package contains tools for maps generation.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"maps_generator": ""},
package_data={"": ["var/**/*"]},
packages=[

View File

@@ -19,7 +19,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author="CoMaps",
author_email="info@comaps.app",
description="This package is a library that can work with mwm files.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"mwm": ""},
packages=["mwm"],
classifiers=[

View File

@@ -19,7 +19,7 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
author="CoMaps",
author_email="info@comaps.app",
description="This package is a library for post-processing the generated maps.",
url="https://codeberg.com/comaps",
url="https://codeberg.org/comaps",
package_dir={"post_generation": ""},
packages=["post_generation"],
classifiers=[