-
Notifications
You must be signed in to change notification settings - Fork 3
Update #358
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
Update #358
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,4 +59,4 @@ body: | |||||
| attributes: | ||||||
| label: Charge code | ||||||
| placeholder: > | ||||||
| If you are at NREL and implementing this feature is urgent, please provide a charge code | ||||||
| If you are at NLR and implementing this feature is urgent, please provide a charge code | ||||||
|
||||||
| If you are at NLR and implementing this feature is urgent, please provide a charge code | |
| If you are at NREL and implementing this feature is urgent, please provide a charge code |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,19 +7,19 @@ type: software | |
| authors: | ||
| - family-names: Pinchuk | ||
| given-names: Pavlo | ||
| affiliation: National Renewable Energy Laboratory | ||
| affiliation: National Laboratory of the Rockies | ||
|
||
| orcid: 'https://orcid.org/0000-0003-4736-4728' | ||
| - family-names: Castelão | ||
| given-names: Guilherme | ||
| affiliation: National Renewable Energy Laboratory | ||
| affiliation: National Laboratory of the Rockies | ||
|
||
| orcid: 'https://orcid.org/0000-0002-6765-0708' | ||
| - family-names: Lopez | ||
| given-names: Anthony | ||
| affiliation: National Renewable Energy Laboratory | ||
| affiliation: National Laboratory of the Rockies | ||
|
||
| orcid: 'https://orcid.org/0000-0002-5006-1675' | ||
| - family-names: Buster | ||
| given-names: Grant | ||
| affiliation: National Renewable Energy Laboratory | ||
| affiliation: National Laboratory of the Rockies | ||
|
||
| orcid: 'https://orcid.org/0000-0001-8616-8100' | ||
| identifiers: | ||
| - type: doi | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,7 +14,7 @@ license = "BSD-3-Clause" | |||||
| rust-version = "1.87.0" | ||||||
| repository = "https://github.com/NREL/COMPASS" | ||||||
| categories = ["data-structures", "science"] | ||||||
| keywords = ["NREL", "database", "energy", "ordinance"] | ||||||
| keywords = ["NLR", "database", "energy", "ordinance"] | ||||||
|
||||||
| keywords = ["NLR", "database", "energy", "ordinance"] | |
| keywords = ["NREL", "database", "energy", "ordinance"] |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -19,7 +19,7 @@ Infrastructure Continuous Ordinance Mapping for Planning and Siting Systems (INF | |||||
| .. |Pixi| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json | ||||||
| :target: https://pixi.sh | ||||||
|
|
||||||
| .. |SWR| image:: https://img.shields.io/badge/SWR--25--62_-blue?label=NREL | ||||||
| .. |SWR| image:: https://img.shields.io/badge/SWR--25--62_-blue?label=NLR | ||||||
|
||||||
| .. |SWR| image:: https://img.shields.io/badge/SWR--25--62_-blue?label=NLR | |
| .. |SWR| image:: https://img.shields.io/badge/SWR--25--62_-blue?label=NREL |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -282,12 +282,12 @@ async def process_jurisdictions_with_openai( # noqa: PLR0917, PLR0913 | |||||
|
|
||||||
| url_ignore_substrings = [ | ||||||
| "wikipedia", | ||||||
| "nrel.gov", | ||||||
| "nlr.gov", | ||||||
|
||||||
| "nlr.gov", | |
| "nrel.gov", |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "NLR" appears to be a typo. It should be "NREL" (National Renewable Energy Laboratory).
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -62,12 +62,12 @@ def __init__( | |||||
|
|
||||||
| url_ignore_substrings = [ | ||||||
| "wikipedia", | ||||||
| "nrel.gov", | ||||||
| "nlr.gov", | ||||||
|
||||||
| "nlr.gov", | |
| "nrel.gov", |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "NLR" appears to be a typo. It should be "NREL" (National Renewable Energy Laboratory).
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ version = "0.0.6" | |||||
| authors.workspace = true | ||||||
| edition.workspace = true | ||||||
| rust-version.workspace = true | ||||||
| description = "Command line application to manage and query NREL's INFRA-COMPASS data" | ||||||
| description = "Command line application to manage and query NLR's INFRA-COMPASS data" | ||||||
|
||||||
| description = "Command line application to manage and query NLR's INFRA-COMPASS data" | |
| description = "Command line application to manage and query NREL's INFRA-COMPASS data" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ version.workspace = true | |||||
| authors.workspace = true | ||||||
| edition.workspace = true | ||||||
| rust-version.workspace = true | ||||||
| description = "Parse and manage the NREL's INFRA-COMPASS data" | ||||||
| description = "Parse and manage the NLR's INFRA-COMPASS data" | ||||||
|
||||||
| description = "Parse and manage the NLR's INFRA-COMPASS data" | |
| description = "Parse and manage the NREL's INFRA-COMPASS data" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| #![deny(missing_docs)] | ||||||
|
|
||||||
| //! NREL's ordinance database | ||||||
| //! NLR's ordinance database | ||||||
|
||||||
| //! NLR's ordinance database | |
| //! NREL's ordinance database |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |||||
|
|
||||||
| project = "COMPASS" | ||||||
| copyright = "2025, Alliance for Sustainable Energy, LLC" | ||||||
| author = "NREL: Paul Pinchuk, Guilherme Pimenta Castelao" | ||||||
| author = "NLR: Paul Pinchuk, Guilherme Pimenta Castelao" | ||||||
|
||||||
| author = "NLR: Paul Pinchuk, Guilherme Pimenta Castelao" | |
| author = "NREL: Paul Pinchuk, Guilherme Pimenta Castelao" |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GitHub username "nlr" appears to be a typo. It should be "nrel" to match the actual GitHub organization hosting the repository (github.com/NREL/COMPASS).
| "github_user": "nlr", | |
| "github_user": "nrel", |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -94,7 +94,7 @@ You can also specify LLM credentials and endpoint details directly in the config | |||||
| Note that while this can be convenient for quick testing, storing credentials in plaintext is not recommended for production environments. | ||||||
|
|
||||||
| **SSL Configuration** | ||||||
| Set ``verify_ssl`` to ``false`` in ``file_loader_kwargs`` to bypass certificate verification errors, especially useful when running behind the NREL VPN. | ||||||
| Set ``verify_ssl`` to ``false`` in ``file_loader_kwargs`` to bypass certificate verification errors, especially useful when running behind the NLR VPN. | ||||||
|
||||||
| Set ``verify_ssl`` to ``false`` in ``file_loader_kwargs`` to bypass certificate verification errors, especially useful when running behind the NLR VPN. | |
| Set ``verify_ssl`` to ``false`` in ``file_loader_kwargs`` to bypass certificate verification errors, especially useful when running behind the NREL VPN. |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "NLR" appears to be a typo. It should be "NREL" (National Renewable Energy Laboratory) to match the organization name.
| You can now use these outputs for downstream analysis, visualization, or integration with other NLR tools like | |
| You can now use these outputs for downstream analysis, visualization, or integration with other NREL tools like |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -83,6 +83,7 @@ | |||
| // useful to filter out known noise | ||||
| "wiki", | ||||
| "nrel.gov", | ||||
| "nlr.gov", | ||||
|
||||
| "nlr.gov", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -19,7 +19,7 @@ maintainers = [ | |||||
| {name = "Guilherme Castelão", email = "gpimenta@nrel.gov"}, | ||||||
| ] | ||||||
| license = "BSD-3-Clause" | ||||||
| keywords = ["COMPASS", "NREL", "Ordinance", "Database"] | ||||||
| keywords = ["COMPASS", "NLR", "Ordinance", "Database"] | ||||||
|
||||||
| keywords = ["COMPASS", "NLR", "Ordinance", "Database"] | |
| keywords = ["COMPASS", "NREL", "Ordinance", "Database"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "NLR" appears to be a typo. It should be "NREL" (National Renewable Energy Laboratory) to match the organization name.