-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OWDP UI to color code based on org (#42)
- Implements https://github.com/cgs-earth/hub2box-ui/tree/owdp - Uses common field name for organization in odwr - Serve unquoted FROST entities that require single quotes around `@iot.id` Note: Requires clearing existing STA database to implement --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
76c9f34
commit b64809f
Showing
14 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,21 +20,19 @@ logging: | |
metadata: | ||
identification: | ||
title: | ||
en: "HubKit in a box" | ||
en: "Oregon Water Data Portal OGC API Server" | ||
description: | ||
en: | | ||
HubKit provides a platform for organizations to integrate their | ||
data holdings and publish them according to Internet of Water | ||
principles and Spatial Data on the Web Best Practices with | ||
plug-and-play capability supporting data access through OGC | ||
API standards and data discovery through geoconnex.us. | ||
It leverages several open source projects, including | ||
pygeoapi, FROST-Server, and the WMO wis2box. | ||
The Oregon Water Data Portal (OWDP) is a pilot project aiming to | ||
create a comprehensive, user-friendly platform for accessing and | ||
analyzing water-related data specific to Oregon. The initial phase | ||
focuses on integrating key data sources, with an emphasis on water | ||
temperature data, to demonstrate the value of a centralized water | ||
data hub in supporting research, policymaking, and public awareness. | ||
keywords: | ||
en: | ||
- "hubkit" | ||
- "hub2box" | ||
- "wis2box" | ||
- "owdp" | ||
- "oregon" | ||
keywords_type: "theme" | ||
terms_of_service: "https://creativecommons.org/licenses/by/4.0/" | ||
url: "https://github.com/internetofwater/" | ||
|
@@ -116,7 +114,6 @@ resources: | |
title_field: "name" | ||
intralink: true | ||
expand: Thing/Locations,Observations([email protected];$orderby=phenomenonTime desc;$top=1),Observations/FeatureOfInterest($select=feature),Sensor,ObservedProperty | ||
storage_crs: http://www.opengis.net/def/crs/EPSG/0/3857 | ||
links: | ||
- type: "text/html" | ||
rel: "canonical" | ||
|
@@ -151,7 +148,6 @@ resources: | |
id_field: "@iot.id" | ||
time_field: "resultTime" | ||
intralink: true | ||
storage_crs: http://www.opengis.net/def/crs/EPSG/0/3857 | ||
links: | ||
- type: "text/html" | ||
rel: "canonical" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ================================================================= | ||
# | ||
# Copyright (c) 2025 Lincoln Institute of Land Policy | ||
# | ||
# Licensed under the MIT License. | ||
# | ||
# ================================================================= |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters