Skip to content
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

deploy UBID resources update #100

Merged
merged 4 commits into from
Nov 28, 2024
Merged
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
52 changes: 22 additions & 30 deletions src/app/tool/ubid/resources/resources.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ <h1 class="mat-h2 mb-4">Resources</h1>
</mat-panel-title>
</mat-expansion-panel-header>
<ul>
<li><a href="https://github.com/pnnl/buildingid">UBID GitHub Repository</a></li>
<li><a href="https://ubid.pnnl.gov/">UBID Automated Demonstration Site</a></li>
<li><a href="https://buildingid.github.io/">UBID Apps and Examples</a></li>
<li><a href="https://betterbuildingssolutioncenter.energy.gov/accelerators/building-energy-data-analysis">Building Energy Data Analysis Accelerator</a></li>
<li><a href="https://buildingid.pnnl.gov/pdf/20191112-Energy_Benchmarking_with_UBIDs-Draft.pdf">Energy Benchmarking with UBIDs Guide</a></li>
<li><a href="https://buildingid.pnnl.gov/pdf/20190410-Integration_of_UBID_with_Portfolio_Manager.pdf">Integration of UBID with Portfolio Manager</a></li>
<li><a href="https://betterbuildingssolutioncenter.energy.gov/sites/default/files/attachments/UBID%20Public%20Sector%20Implementation%20Guide.pdf">UBID Public Sector Implementation Guide & Technical Resources Directory</a></li>
<li><a href="https://betterbuildingssolutioncenter.energy.gov/sites/default/files/attachments/UBID%20D.C.%20Case%20Study%20BEDA.pdf">UBID Case Study: The District of Columbia</a></li>
<li><a href="https://www.sciencedirect.com/science/article/abs/pii/S0378778818311526?via%3Dihub">"Unique Building Identifier: A natural key for building data matching and its energy applications"</a></li>
<li><a href="https://seed-platform.org/resources/DOE Covered Buildings List Guide.pdf">Quick Guide - Considerations for Creating a Covered Buildings List for a Building Performance Standard (BPS) or Benchmarking Program (PDF)</a>
</li>
<li><a href="https://github.com/pnnl/buildingid" target="_blank">UBID GitHub Repository</a></li>
<li><a href="https://buildingid.github.io/" target="_blank">UBID Apps and Examples</a></li>
<li><a href="https://betterbuildingsinitiative.energy.gov/accelerators/building-energy-data-analysis" target="_blank">Building Energy Data Analysis Accelerator</a></li>
<li><a href="https://buildingid.pnnl.gov/pdf/20191112-Energy_Benchmarking_with_UBIDs-Draft.pdf" target="_blank">Energy Benchmarking with UBIDs Guide</a></li>
<li><a href="https://buildingid.pnnl.gov/pdf/20190410-Integration_of_UBID_with_Portfolio_Manager.pdf" target="_blank">Integration of UBID with Portfolio Manager</a></li>
<li><a href="https://betterbuildingssolutioncenter.energy.gov/sites/default/files/attachments/UBID%20Public%20Sector%20Implementation%20Guide.pdf" target="_blank">UBID Public Sector Implementation Guide &amp; Technical Resources Directory</a></li>
<li><a href="https://betterbuildingssolutioncenter.energy.gov/sites/default/files/attachments/UBID D.C. Case Study BEDA.pdf" target="_blank">UBID Case Study: The District of Columbia</a></li>
<li><a href="https://www.sciencedirect.com/science/article/abs/pii/S0378778818311526?via%3Dihub">&ldquo;Unique Building Identifier: A natural key for building data matching and its energy applications&rdquo;</a></li>
<li><a href="https://seed-platform.org/resources/DOE Covered Buildings List Guide.pdf">Quick Guide - Considerations for Creating a Covered Buildings List for a Building Performance Standard (BPS) or Benchmarking Program (PDF)</a></li>
<li><a href="https://www.pnnl.gov/news-media/x-marks-spot-so-does-ubid">X Marks the Spot; So Does UBID</a></li>
<li><a href="https://www.miamidade.gov/pa/property_search.asp">Property Search Landing Page - Miami-Dade County (miamidade.gov)</a></li>
</ul>
Expand All @@ -31,41 +29,35 @@ <h1 class="mat-h2 mb-4">Resources</h1>
</mat-panel-title>
</mat-expansion-panel-header>
<ul>
<li><a href="https://buildingid.pnnl.gov/">Original UBID Demonstrator Website</a><br>
A web application with map-based UBID assignment and data visualization capabilities. It provides open access to UBID-assigned datasets for 4 major U.S. cities: Chicago, New York City, San Francisco, and Washington, D.C. (Map component and aerial photography provided by Microsoft Bing Maps API.)
</li>
<li><a href="https://buildingid.github.io/">New UBID Demonstrator Website</a><br>
<li><a href="https://buildingid.github.io/" target="_blank">UBID Demonstrator Website</a><br/>
A suite of UBID-related web applications with open source code that is designed to be copied, pasted, and extended by third parties; including, but not limited to:
<ul>
<li><strong>Drawing Tools.</strong> Draw an area on the map. Edit and erase the existing shape. Import UBID strings and Well-Known Text strings.</li>
<li><strong>Cross-reference Example.</strong> Decode 2 UBID code strings, then quantify how similar the corresponding pair of UBID code areas are to each other.</li>
<li><strong>Decode Example.</strong> Decode a UBID code string, then view the shape on a map. View minimum and maximum coordinates for UBID code area.</li>
<li><strong>Encode Example.</strong> Encode minimum and maximum coordinates as a UBID code string, then decode and view the shape on the map.</li>
<li><strong>Well Known Text Read Example.</strong> Decode a Well Known Text string, encode a UBID code string, then view the shape on the map.</li>
</ul>
</li>
<li><a href="https://github.com/buildingid/buildingid.github.io">UBID Demonstrator Source Code</a>
<br>HTML, CSS and JavaScript source code for the new UBID demonstrator website.
<li><a href="https://github.com/buildingid/buildingid.github.io" target="_blank">UBID Demonstrator Source Code</a>
<br/>HTML, CSS and JavaScript source code for the UBID demonstrator website.
</li>
<li><a href="https://github.com/pnnl/buildingid#ubid-documentation">UBID Documentation</a><br>
Documentation, including, but not limited to:
<ul>
<li><strong>UBID specification document</strong></li>
<li><strong>UBID visualization guide</strong></li>
<li><strong>UBID data flow guide</strong><br>
Overview of information flow in software systems that use UBID. Describes minimum data requirements for UBID assignment and how to convert between UBID and other data types. Uses the UBID demonstrator website to provide interactive examples.
</li>
<li><strong>FAQ</strong><br>
<li><strong>UBID data flow guide</strong><br/>
Overview of information flow in software systems that use UBID. Describes minimum data requirements for UBID assignment and how to convert between UBID and other data types. Uses the UBID demonstrator website to provide interactive examples. </li>
<li><strong>FAQ</strong><br/>
Technical reference material with in-depth discussion of UBID design rationale and implementation details.
</li>
</ul>
</li>
<li><a href="https://github.com/pnnl/buildingid-api-docs">"Open Spaces" API Description Document</a><br>An OpenAPI/Swagger description document for a working draft of the "Open Spaces" API, a vendor-neutral specification for exchanging descriptions of spatially extended entities.
</li>
<li><a href="https://github.com/pnnl/buildingid-csharp">UBID C-sharp API</a><br>An API that provides implementations of UBID encoding, decoding and validation algorithms for Microsoft C-sharp .NET programming language.
</li>
<li><a href="https://github.com/pnnl/buildingid-js">UBID JavaScript API</a><br>An API that provides implementations of UBID encoding, decoding and validation algorithms for JavaScript programming languages.</li>
<li><a href="https://github.com/pnnl/buildingid-plpgsql">UBID PL/pgSQL API</a><br>An API that provides implementations of UBID encoding, decoding, and validation algorithms for PL/pgSQL programming language for the PostgreSQL and PostGIS database management systems.</li>
<li><a href="https://github.com/pnnl/buildingid-py">UBID Python API & CLI</a><br>An API that provides implementations of UBID encoding, decoding, and validation algorithms, and CLI that performs UBID assignment for tabular data files and that performs UBID cross-reference for tabular data files by constructing quadtree indices.</li>
<li><a href="https://github.com/pnnl/buildingid-rb">UBID Ruby API</a><br>An API that provides implementations of UBID encoding, decoding, and validation algorithms for Ruby programming language.</li>
<li><a href="https://github.com/pnnl/buildingid-api-docs" target="_blank">&ldquo;Open Spaces&rdquo; API Description Document</a><br/>An OpenAPI/Swagger description document for a working draft of the &ldquo;Open Spaces&rdquo; API, a vendor-neutral specification for exchanging descriptions of spatially extended entities.</li>
<li><a href="https://github.com/pnnl/buildingid-csharp" target="_blank">UBID C-sharp API</a><br/>An API that provides implementations of UBID encoding, decoding and validation algorithms for Microsoft C-sharp .NET programming language.</li>
<li><a href="https://github.com/pnnl/buildingid-js" target="_blank">UBID JavaScript API</a><br/>An API that provides implementations of UBID encoding, decoding and validation algorithms for JavaScript programming languages.</li>
<li><a href="https://github.com/pnnl/buildingid-plpgsql" target="_blank">UBID PL/pgSQL API</a><br/>An API that provides implementations of UBID encoding, decoding and validation algorithms for PL/pgSQL programming language used by the PostgreSQL database management system and its PostGIS extension.</li>
<li><a href="https://github.com/pnnl/buildingid-py" target="_blank">UBID Python API &amp; CLI</a><br/>An API that provides implementations of UBID encoding, decoding, and validation algorithms, and CLI that performs UBID assignment for tabular data files and that performs UBID cross-reference for tabular data files by constructing quadtree indices.</li>
<li><a href="https://github.com/pnnl/buildingid-rb" target="_blank">UBID Ruby API</a><br/>An API that provides implementations of UBID encoding, decoding, and validation algorithms for Ruby programming language.</li>
</ul>
</mat-expansion-panel>