Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

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

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

---

## Overview

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/).
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/).

**Capabilities include:**

Expand Down Expand Up @@ -46,7 +46,7 @@ git lfs install
### Install from source

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

## Contributing

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

---

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

## License

Panel-Segmentation is released under the [BSD 3-Clause License](LICENSE).
Panel-Segmentation is released under the [MIT-Clause License](LICENSE).
1 change: 1 addition & 0 deletions docs/changelog/1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Documentation
- Added example gallery for the Mesh Scan, LiDAR, SOL-Searcher, Hail, and Hurricane Detection pipelines. (:pull:`48`)
- Added Juypter Notebook tutorial to download and process MESH scans. (:pull:`44`)
- Added Juypter Notebook tutorial for automated geotagging pipeline. (:pull:`53`)
- Changed NREL to NLR in documentation. (:pull:`62`)

Scripts
~~~~~~~
Expand Down
Loading