Skip to content

Commit 399342c

Browse files
author
Perry
committed
updated the readme to use NLR
1 parent e0c2e72 commit 399342c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

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

55
Automated metadata extraction for solar PV installations using satellite imagery and computer vision.
66

7-
[![Build Status](https://github.com/NREL/Panel-Segmentation/actions/workflows/pytest.yaml/badge.svg)](https://github.com/NREL/Panel-Segmentation/actions)
7+
[![Build Status](https://github.com/NatLabRockies/Panel-Segmentation/actions/workflows/pytest.yaml/badge.svg)](https://github.com/NatLabRockies/Panel-Segmentation/actions)
88
[![Documentation Status](https://readthedocs.org/projects/panel-segmentation/badge/?version=latest)](https://panel-segmentation.readthedocs.io/en/latest/)
99
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010

1111
---
1212

1313
## Overview
1414

15-
Panel-Segmentation provides tools to detect, locate, and characterize solar PV installations from satellite and aerial imagery. It is developed at the [National Renewable Energy Laboratory (NREL)](https://www.nrel.gov/).
15+
Panel-Segmentation provides tools to detect, locate, and characterize solar PV installations from satellite and aerial imagery. It is developed at the [National Laboratory of the Rockies (NLR)](https://www.nlr.gov/).
1616

1717
**Capabilities include:**
1818

@@ -46,7 +46,7 @@ git lfs install
4646
### Install from source
4747

4848
```bash
49-
git clone https://github.com/NREL/Panel-Segmentation.git
49+
git clone https://github.com/NatLabRockies/Panel-Segmentation.git
5050
cd Panel-Segmentation
5151
pip install .
5252
```
@@ -71,7 +71,7 @@ Full documentation — including installation guides, API reference, pipeline tu
7171

7272
## Contributing
7373

74-
Contributions are welcome. Please open an issue or pull request on [GitHub](https://github.com/NREL/Panel-Segmentation).
74+
Contributions are welcome. Please open an issue or pull request on [GitHub](https://github.com/NatLabRockies/Panel-Segmentation).
7575

7676
---
7777

@@ -85,4 +85,4 @@ K. Perry and C. Campos, "Panel Segmentation: A Python Package for Automated Sola
8585

8686
## License
8787

88-
Panel-Segmentation is released under the [BSD 3-Clause License](LICENSE).
88+
Panel-Segmentation is released under the [MIT-Clause License](LICENSE).

docs/changelog/1.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Documentation
1010
- Added example gallery for the Mesh Scan, LiDAR, SOL-Searcher, Hail, and Hurricane Detection pipelines. (:pull:`48`)
1111
- Added Juypter Notebook tutorial to download and process MESH scans. (:pull:`44`)
1212
- Added Juypter Notebook tutorial for automated geotagging pipeline. (:pull:`53`)
13+
- Changed NREL to NLR in documentation. (:pull:`62`)
1314

1415
Scripts
1516
~~~~~~~

0 commit comments

Comments
 (0)