Skip to content

Commit db2974a

Browse files
Copilotjd-lara
andauthored
Update legacy Sienna org/docs/slack references to Sienna-Platform (#68)
* Initial plan * Update legacy org, docs domain, and Slack workspace references Agent-Logs-Url: https://github.com/Sienna-Platform/PowerAnalytics.jl/sessions/f7d7ad47-b1c6-439f-a209-13e78403092c Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
1 parent a48ce53 commit db2974a

10 files changed

Lines changed: 35 additions & 35 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

33
Community driven development of this package is encouraged. To maintain code quality standards, please adhere to the following guidlines when contributing:
4-
- To get started, <a href="https://www.clahub.com/agreements/nrel-sienna/PowerAnalytics.jl">sign the Contributor License Agreement</a>.
4+
- To get started, <a href="https://www.clahub.com/agreements/Sienna-Platform/PowerAnalytics.jl">sign the Contributor License Agreement</a>.
55
- Please do your best to adhere to our [coding style guide](https://github.com/nrel/powersystems.jl/docs/src/style.md).
66
- To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# PowerAnalytics.jl
22

3-
[![main - CI](https://github.com/NREL-Sienna/PowerAnalytics.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/NREL-Sienna/PowerAnalytics.jl/actions/workflows/main-tests.yml)
4-
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerAnalytics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerAnalytics.jl)
5-
[![Documentation Build](https://github.com/NREL-Sienna/PowerAnalytics.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/PowerAnalytics.jl/stable)
6-
[<img src="https://img.shields.io/badge/slack-@Sienna/PG-sienna.svg?logo=slack">](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
3+
[![main - CI](https://github.com/Sienna-Platform/PowerAnalytics.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/Sienna-Platform/PowerAnalytics.jl/actions/workflows/main-tests.yml)
4+
[![codecov](https://codecov.io/gh/Sienna-Platform/PowerAnalytics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Sienna-Platform/PowerAnalytics.jl)
5+
[![Documentation Build](https://github.com/Sienna-Platform/PowerAnalytics.jl/workflows/Documentation/badge.svg?)](https://sienna-platform.github.io/PowerAnalytics.jl/stable)
6+
[<img src="https://img.shields.io/badge/slack-@Sienna/PG-sienna.svg?logo=slack">](https://join.slack.com/t/core-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
77
[![PowerAnalytics Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerAnalytics)](https://pkgs.genieframework.com?packages=PowerAnalytics)
88

9-
PowerAnalytics.jl is a Julia package that contains analytic routines for power system simulation results in the Sienna ecosystem, specifically from [PowerSimulations.jl](https://github.com/NREL-Sienna/PowerSimulations.jl).
9+
PowerAnalytics.jl is a Julia package that contains analytic routines for power system simulation results in the Sienna ecosystem, specifically from [PowerSimulations.jl](https://github.com/Sienna-Platform/PowerSimulations.jl).
1010

1111
## Installation
1212

@@ -28,9 +28,9 @@ renewable_generation = calc_active_power(make_selector(RenewableGen), res)
2828

2929
## Development
3030

31-
Contributions to the development and enhancement of PowerAnalytics is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerAnalytics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
31+
Contributions to the development and enhancement of PowerAnalytics is welcome. Please see [CONTRIBUTING.md](https://github.com/Sienna-Platform/PowerAnalytics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
3232

3333
## License
3434

35-
PowerAnalytics is released under a BSD [license](https://github.com/nrel-sienna/PowerAnalytics.jl/blob/main/LICENSE). PowerAnalytics has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP)
35+
PowerAnalytics is released under a BSD [license](https://github.com/Sienna-Platform/PowerAnalytics.jl/blob/main/LICENSE). PowerAnalytics has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP)
3636
initiative at the U.S. Department of Energy's National Laboratory of the Rockies ([NLR](https://www.nlr.gov/), formerly NREL)

docs/make.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ using Dates
66
using Literate
77

88
# UPDATE FOR CURRENT MODULE NAME HERE
9-
const _DOCS_BASE_URL = "https://nrel-sienna.github.io/PowerAnalytics.jl/stable"
9+
const _DOCS_BASE_URL = "https://sienna-platform.github.io/PowerAnalytics.jl/stable"
1010

1111
ENV["GKSwstype"] = "100" # Prevent GR from opening gksqt GUI
1212

1313
links = InterLinks(
1414
"Julia" => "https://docs.julialang.org/en/v1/",
15-
"InfrastructureSystems" => "https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/",
16-
"PowerSystems" => "https://nrel-sienna.github.io/PowerSystems.jl/stable/",
17-
"PowerSimulations" => "https://nrel-sienna.github.io/PowerSimulations.jl/stable/",
18-
"StorageSystemsSimulations" => "https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable/",
19-
"HydroPowerSimulations" => "https://nrel-sienna.github.io/HydroPowerSimulations.jl/dev/",
15+
"InfrastructureSystems" => "https://sienna-platform.github.io/InfrastructureSystems.jl/stable/",
16+
"PowerSystems" => "https://sienna-platform.github.io/PowerSystems.jl/stable/",
17+
"PowerSimulations" => "https://sienna-platform.github.io/PowerSimulations.jl/stable/",
18+
"StorageSystemsSimulations" => "https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable/",
19+
"HydroPowerSimulations" => "https://sienna-platform.github.io/HydroPowerSimulations.jl/dev/",
2020
)
2121

2222
include(joinpath(@__DIR__, "make_tutorials.jl"))
@@ -55,7 +55,7 @@ makedocs(
5555

5656

5757
deploydocs(
58-
repo= "github.com/NREL-Sienna/PowerAnalytics.jl",
58+
repo= "github.com/Sienna-Platform/PowerAnalytics.jl",
5959
target="build",
6060
branch="gh-pages",
6161
devbranch="main",

docs/src/PowerAnalytics/3.0_getting_started.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# # Getting Started with PowerAnalytics
22

3-
# Start by creating a results object using [PowerSimulations](http://github.com/nrel-sienna/PowerSimulations.jl.git)
3+
# Start by creating a results object using [PowerSimulations](http://github.com/Sienna-Platform/PowerSimulations.jl.git)
44

55
# Set up PowerAnalytics:
66
# ```julia

docs/src/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
PowerAnalytics.jl is a Julia package designed to support power system simulation results analysis. It relies on results generated from [`PowerSimulations.jl`](https://nrel-sienna.github.io/PowerSimulations.jl/stable/) and data structures defined in [`PowerSystems.jl`](https://nrel-sienna.github.io/PowerSystems.jl/stable/). PowerAnalytics also provides the data collection, aggregation, and subsetting for [`PowerGraphics.jl`](https://nrel-sienna.github.io/PowerGraphics.jl/stable/).
5+
PowerAnalytics.jl is a Julia package designed to support power system simulation results analysis. It relies on results generated from [`PowerSimulations.jl`](https://sienna-platform.github.io/PowerSimulations.jl/stable/) and data structures defined in [`PowerSystems.jl`](https://sienna-platform.github.io/PowerSystems.jl/stable/). PowerAnalytics also provides the data collection, aggregation, and subsetting for [`PowerGraphics.jl`](https://sienna-platform.github.io/PowerGraphics.jl/stable/).
66

7-
The tutorial, how-to, and explanation sections of the documentation are still under construction; the most informative section is the [public API reference](reference/public.md). PowerAnalytics depends heavily on the `ComponentSelector` feature of PowerSystems.jl, documented [here](https://nrel-sienna.github.io/PowerSystems.jl/stable/api/public/#InfrastructureSystems.ComponentSelector).
7+
The tutorial, how-to, and explanation sections of the documentation are still under construction; the most informative section is the [public API reference](reference/public.md). PowerAnalytics depends heavily on the `ComponentSelector` feature of PowerSystems.jl, documented [here](https://sienna-platform.github.io/PowerSystems.jl/stable/api/public/#InfrastructureSystems.ComponentSelector).
88

99
## Installation
1010

@@ -25,15 +25,15 @@ The latest stable release of PowerAnalytics can be installed using the Julia pac
2525
## About Sienna
2626

2727
`PowerAnalytics.jl` is part of the National Laboratory of the Rockies'
28-
[Sienna ecosystem](https://nrel-sienna.github.io/Sienna/), an open source framework for
28+
[Sienna ecosystem](https://sienna-platform.github.io/Sienna/), an open source framework for
2929
power system modeling, simulation, and optimization. The Sienna ecosystem can be
30-
[found on GitHub](https://github.com/NREL-Sienna/Sienna). It contains three applications:
30+
[found on GitHub](https://github.com/Sienna-Platform/Sienna). It contains three applications:
3131

32-
- [Sienna\Data](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_data.html) enables
32+
- [Sienna\Data](https://sienna-platform.github.io/Sienna/pages/applications/sienna_data.html) enables
3333
efficient data input, analysis, and transformation
34-
- [Sienna\Ops](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_ops.html) enables
34+
- [Sienna\Ops](https://sienna-platform.github.io/Sienna/pages/applications/sienna_ops.html) enables
3535
enables system scheduling simulations by formulating and solving optimization problems
36-
- [Sienna\Dyn](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_dyn.html) enables
36+
- [Sienna\Dyn](https://sienna-platform.github.io/Sienna/pages/applications/sienna_dyn.html) enables
3737
system transient analysis including small signal stability and full system dynamic
3838
simulations
3939

docs/src/reference/developer_guidelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Developer Guidelines
22

33
In order to contribute to `PowerAnalytics.jl` repository please read the following sections of
4-
[`InfrastructureSystems.jl`](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/) and [`SiennaTemplate.jl`](https://github.com/NREL-Sienna/SiennaTemplate.jl)
4+
[`InfrastructureSystems.jl`](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/) and [`SiennaTemplate.jl`](https://github.com/Sienna-Platform/SiennaTemplate.jl)
55
documentation in detail:
66

7-
1. [Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
8-
2. [Documentation Best Practices](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
9-
3. [Contributing Guidelines](https://github.com/NREL-Sienna/SiennaTemplate.jl/blob/main/CONTRIBUTING.md)
7+
1. [Style Guide](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/)
8+
2. [Documentation Best Practices](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
9+
3. [Contributing Guidelines](https://github.com/Sienna-Platform/SiennaTemplate.jl/blob/main/CONTRIBUTING.md)
1010

1111
Pull requests are always welcome to fix bugs or add additional modeling capabilities.
1212

docs/src/reference/public.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
PowerAnalytics depends heavily on the `ComponentSelector` feature of PowerSystems.jl.
66
`ComponentSelector` documentation can be found
7-
[here](https://nrel-sienna.github.io/PowerSystems.jl/stable/api/public/#InfrastructureSystems.ComponentSelector).
7+
[here](https://sienna-platform.github.io/PowerSystems.jl/stable/api/public/#InfrastructureSystems.ComponentSelector).
88
PowerAnalytics provides some [built-in selectors](@ref Built-in-Selectors), but much of the
99
power of PowerAnalytics comes from the ability to operate on custom `ComponentSelector`s.
1010

@@ -140,7 +140,7 @@ Private = false
140140

141141
## Old PowerAnalytics
142142

143-
This interface predates the `1.0` version and will [eventually](https://github.com/NREL-Sienna/PowerAnalytics.jl/issues/28) be deprecated.
143+
This interface predates the `1.0` version and will [eventually](https://github.com/Sienna-Platform/PowerAnalytics.jl/issues/28) be deprecated.
144144

145145
```@autodocs
146146
Modules = [PowerAnalytics]

docs/src/tutorials/PA_workflow_tutorial.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# - **Scenario 2**: simulation using the RTS-GMLC test system with increased energy and power capacity of the storage device
2929
#
30-
# The simulations were performed using the [PowerSystems.jl](https://nrel-sienna.github.io/PowerSystems.jl/stable/) and [PowerSimulations.jl](https://nrel-sienna.github.io/PowerSimulations.jl/stable/) packages of Sienna. The [`CopperPlatePowerModel`](@extref) formulation was considered for the [`NetworkModel`](@extref PowerSimulations.NetworkModel), while the formulations chosen for each of the component types we want to include in the simulation are presented in the table below:
30+
# The simulations were performed using the [PowerSystems.jl](https://sienna-platform.github.io/PowerSystems.jl/stable/) and [PowerSimulations.jl](https://sienna-platform.github.io/PowerSimulations.jl/stable/) packages of Sienna. The [`CopperPlatePowerModel`](@extref) formulation was considered for the [`NetworkModel`](@extref PowerSimulations.NetworkModel), while the formulations chosen for each of the component types we want to include in the simulation are presented in the table below:
3131
#
3232
# | Component Type | Formulation |
3333
# |:--------------------------------------------------- |:---------------------------------------------------------------------------------------------- |
@@ -43,11 +43,11 @@
4343
#
4444
# !!! info
4545
#
46-
# More information regarding the different formulations can be found in the [`PowerSimulations.jl` Formulation Library](https://nrel-sienna.github.io/PowerSimulations.jl/stable/formulation_library/Introduction/).
46+
# More information regarding the different formulations can be found in the [`PowerSimulations.jl` Formulation Library](https://sienna-platform.github.io/PowerSimulations.jl/stable/formulation_library/Introduction/).
4747
#
4848
# We document the above here for completeness, since those will directly define the structure of the optimization problem and consequently its auxiliary variables, expressions, parameters and variables for which realized result values are available.
4949
#
50-
# The script that was used to configure and execute the simulation scenarios referenced above can be found [here](https://github.com/NREL-Sienna/PowerAnalytics.jl/tree/main/docs/src/tutorials/_run_scenarios_RTS_Tutorial.jl).
50+
# The script that was used to configure and execute the simulation scenarios referenced above can be found [here](https://github.com/Sienna-Platform/PowerAnalytics.jl/tree/main/docs/src/tutorials/_run_scenarios_RTS_Tutorial.jl).
5151
#
5252
# ## Loading Simulation Scenario Results
5353
#
@@ -103,7 +103,7 @@ show(df; allcols = true)
103103
#
104104
# !!! info
105105
#
106-
# For a complete list of the `PowerAnalytics.jl` built-in metrics, please refer to: [PowerAnalytics Built-In Metrics](https://nrel-sienna.github.io/PowerAnalytics.jl/stable/reference/public/#Built-in-Metrics).
106+
# For a complete list of the `PowerAnalytics.jl` built-in metrics, please refer to: [PowerAnalytics Built-In Metrics](https://sienna-platform.github.io/PowerAnalytics.jl/stable/reference/public/#Built-in-Metrics).
107107
#
108108
# ### Obtain the thermal generation time series grouped by prime_mover
109109
#

src/input_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ create_problem_results_dict(data_root, "UC"; populate_system = true)
3030
3131
# See also
3232
`create_problem_results_dict` is a convenience function that calls public interface in
33-
[`PowerSimulations.jl`](https://nrel-sienna.github.io/PowerSimulations.jl/stable/). To read
33+
[`PowerSimulations.jl`](https://sienna-platform.github.io/PowerSimulations.jl/stable/). To read
3434
one results set, or several of them that are not all in the same parent directory, invoke
3535
that interface directly as needed:
3636

test/test_data/results_data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Will be superseded by https://github.com/NREL-Sienna/PowerSystems.jl/issues/1143
1+
# Will be superseded by https://github.com/Sienna-Platform/PowerSystems.jl/issues/1143
22
function linear_fuel_to_linear_cost(fc::FuelCurve{LinearCurve})
33
fuel_cost = get_fuel_cost(fc)
44
!(fuel_cost isa Float64) && throw(ArgumentError("fuel_cost must be a scalar"))

0 commit comments

Comments
 (0)