From 399342c55f30fdd7408ad0c67dfe859722e10546 Mon Sep 17 00:00:00 2001 From: Perry Date: Tue, 28 Apr 2026 16:06:09 -0600 Subject: [PATCH] updated the readme to use NLR --- README.md | 10 +++++----- docs/changelog/1.0.0.rst | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2eb6b33f..d1266527 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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) @@ -12,7 +12,7 @@ Automated metadata extraction for solar PV installations using satellite imagery ## 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:** @@ -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 . ``` @@ -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). --- @@ -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). \ No newline at end of file +Panel-Segmentation is released under the [MIT-Clause License](LICENSE). \ No newline at end of file diff --git a/docs/changelog/1.0.0.rst b/docs/changelog/1.0.0.rst index 7de93edb..0ae00532 100644 --- a/docs/changelog/1.0.0.rst +++ b/docs/changelog/1.0.0.rst @@ -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 ~~~~~~~