Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 562 export storage units #565

Merged
merged 9 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix some typos and formatting
  • Loading branch information
nesnoj committed Sep 17, 2024
commit 5171ff1c12c8cc4fc762a2ecdf42f5b7c23b22b6
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
For most users, the functionalites described in [Getting Started](getting_started.md) are sufficient. If you want
to examine how you can configure the package's behavior for your own needs, check out [Cofiguration](#configuration). Or you can explore the two main functionalities of the package, namely the [Bulk Download](#bulk-download)
to examine how you can configure the package's behavior for your own needs, check out [Configuration](#configuration). Or you can explore the two main functionalities of the package, namely the [Bulk Download](#bulk-download)
or the [SOAP API download](#soap-api-download).

## Configuration
5 changes: 4 additions & 1 deletion open_mastr/utils/constants.py
Original file line number Diff line number Diff line change
@@ -162,7 +162,10 @@
"eeg_data": "HydroEeg",
"permit_data": "Permit",
},
"nuclear": {"unit_data": "NuclearExtended", "permit_data": "Permit"},
"nuclear": {
"unit_data": "NuclearExtended",
"permit_data": "Permit"
},
"storage": {
"unit_data": "StorageExtended",
"eeg_data": "StorageEeg",