Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waterdataui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
Internet of Water
waterdataui
Commits
627e02a6
Commit
627e02a6
authored
3 years ago
by
Briggs, Aaron Shane
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
a8baa02d
No related branches found
No related tags found
1 merge request
!18
Wdfn 595 only show groundwater data when on site
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
wdfn-server/waterdata/views.py
+0
-1
0 additions, 1 deletion
wdfn-server/waterdata/views.py
with
1 addition
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
627e02a6
...
...
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased](https://github.com/usgs/waterdataui/compare/waterdataui-0.48.0...master)
### Changed
-
Reorganized header navigation including changing labels and adding links to twitter, instagram, and data visualizations.
-
Groundwater accordion only shows on locations with site type 'GW'.
## [0.48.0](https://github.com/usgs/waterdataui/compare/waterdataui-0.47.0...waterdataui-0.48.0) - 2021-06-08
### Fixed
...
...
This diff is collapsed.
Click to expand it.
wdfn-server/waterdata/views.py
+
0
−
1
View file @
627e02a6
...
...
@@ -111,7 +111,6 @@ def monitoring_location(site_no):
"""
agency_cd
=
request
.
args
.
get
(
'
agency_cd
'
,
''
)
site_status
,
site_status_reason
,
site_data
=
site_service
.
get_site_data
(
site_no
,
agency_cd
)
print
(
'
site_data
'
,
site_data
)
json_ld
=
None
if
site_status
==
200
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment