Skip to content

Commit

Permalink
Remove DP legacy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 7, 2023
1 parent aa86cc6 commit ebe5582
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<p align="left">
<img alt="Digiplan logo" align="left" height="150" src="docs/img/logos/digiplan-logo.png">
<img alt="RLI logo" align="right" height="140" src="docs/img/logos/rli_logo.png">
</p>
<br/><br/><br/><br/><br/><br/><br/>

----------

# 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)
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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
16 changes: 5 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Marie-Claire Gering <[email protected]>",
"David Starzl <[email protected]>",
"Aaron Schilling <[email protected]>",
"Hedwig Bartels <[email protected]>",
]
description = "Pipeline for data and energy system for WAMs."
authors = ["Jonathan Amme <[email protected]>"]
license = 'GNU AGPLv3'
classifiers = [ # Optional
# How mature is this project? Common values are
Expand All @@ -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"
Expand Down

0 comments on commit ebe5582

Please sign in to comment.