-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b589681
commit 25bed2f
Showing
6 changed files
with
128 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,19 @@ Please take a look at our documentation to see how to install and use `roseau_lo | |
|
||
# Accessing the solver # | ||
|
||
This is the client library for the *Roseau Load Flow* solver. To use the solver, you need to sign | ||
up for an account. For inquiry, please contact us at [email protected]. | ||
This is the client library for the | ||
[*Roseau Load Flow*](https://www.roseautechnologies.com/en/roseau-load-flow-en/) solver. To use the solver, you | ||
need to sign up for an account. For inquiry, please contact us at [email protected]. | ||
|
||
If you are a **student or a teacher, free API credentials are provided**. Please contact us at | ||
[email protected]. | ||
|
||
# Network data # | ||
|
||
With this library, there is a sample of 20 low-voltage and 20 medium-voltage feeders included for an easy | ||
start! Each network is given with its summer and winter load point. At *Roseau Technologies*, we are able to provide | ||
the major part of the French medium and low voltage networks. For more information, please contact us at | ||
[email protected]. | ||
|
||
# Bug reports / Feature requests # | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ dependencies: | |
- regex >=2022.1.18 | ||
- pint >=0.19.2 | ||
- requests >=2.28.1 | ||
- typing-extensions >=4.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.