diff --git a/README.md b/README.md index 37bb9966..1e037363 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@

- Digiplan logo RLI logo








---------- -# Digipipe +# Apipe [![Black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) -Pipeline for data and energy system in the Digiplan project. +Pipeline for data and energy system for WAMs. -- App: https://github.com/rl-institut/digiplan/ -- Documentation: https://digipipe.readthedocs.io +- App: https://github.com/rl-institut/apipe/ +- Documentation: - Install instructions: [installation.md](docs/sections/installation.md) diff --git a/environment.yml b/environment.yml index 0309fa0f..ee85ee18 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,9 @@ -name: digipipe +name: apipe channels: - conda-forge dependencies: - python=3.8 - gdal=3.* - - coincbc # TODO: To be deleted after issue #52 done + - coincbc - libspatialindex - imagemagick diff --git a/pyproject.toml b/pyproject.toml index 43008eae..67df73b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,8 @@ [tool.poetry] -name = "digipipe" +name = "apipe" version = "1.0.0" -description = "Pipeline for data and energy system in the Digiplan project." -authors = [ - "Jonathan Amme ", - "Marie-Claire Gering ", - "David Starzl ", - "Aaron Schilling ", - "Hedwig Bartels ", -] +description = "Pipeline for data and energy system for WAMs." +authors = ["Jonathan Amme "] license = 'GNU AGPLv3' classifiers = [ # Optional # How mature is this project? Common values are @@ -33,10 +27,10 @@ classifiers = [ # Optional "Programming Language :: Python :: 3.10", ] readme = "README.md" -repository = "https://github.com/rl-institut/digipipe" +repository = "https://github.com/rl-institut/apipe" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/rl-institut/digipipe/issues" +"Bug Tracker" = "https://github.com/rl-institut/apipe/issues" [tool.poetry.dependencies] python = ">=3.8,<3.12"