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
7833848e
Commit
7833848e
authored
6 years ago
by
Yan, Andrew N.
Browse files
Options
Downloads
Patches
Plain Diff
clean-up
parent
7b8a54cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manage.py
+0
-5
0 additions, 5 deletions
manage.py
waterdata/commands/lookup_generation/metadata_field_lookups.py
+0
-80
0 additions, 80 deletions
...data/commands/lookup_generation/metadata_field_lookups.py
waterdata/views.py
+1
-1
1 addition, 1 deletion
waterdata/views.py
with
1 addition
and
86 deletions
manage.py
+
0
−
5
View file @
7833848e
...
...
@@ -51,11 +51,6 @@ def generate_lookups(datadir, **lookups):
from
waterdata.commands.lookup_generation.huc_lookups
import
generate_hucs_file
generate_hucs_file
(
datadir
)
if
lookups
[
'
metadata
'
]
or
lookups
[
'
gen_all
'
]:
click
.
echo
(
'
Generating metadata description lookup file...
'
)
from
waterdata.commands.lookup_generation
import
generate_metadata_description_file
generate_metadata_description_file
(
datadir
)
if
__name__
==
'
__main__
'
:
cli
()
This diff is collapsed.
Click to expand it.
waterdata/commands/lookup_generation/metadata_field_lookups.py
deleted
100644 → 0
+
0
−
80
View file @
7b8a54cd
"""
Hand-curated descriptions of NWIS
meta data fields.
"""
METADATA_DESCRIPTIONS
=
{
'
agency_cd
'
:
'
The agency that is reporting the data.
'
,
'
alt_acy_va
'
:
(
'
Altitude accuracy is mandatory when altitude is entered.
'
'
Enter the accuracy of the altitude in terms of the possible error in feet.
'
),
'
alt_datum_cd
'
:
'
Altitude of the site referenced to the specified Vertical Datum.
'
,
'
alt_meth_cd
'
:
None
,
'
alt_va
'
:
None
,
'
aqfr_cd
'
:
None
,
'
aqfr_type_cd
'
:
'
Describes the type of aquifer(s) encountered by a site type of well (groundwater).
'
,
'
basin_cd
'
:
(
'
The Basin Code or
"
drainage basin code
"
is a two-digit code that
'
'
further subdivides the 8-digit hydrologic-unit code.
'
),
'
construction_dt
'
:
'
Date the well was completed
'
,
'
contrib_drain_area_va
'
:
None
,
'
coord_acy_cd
'
:
'
Indicates the accuracy of the latitude longitude values.
'
,
'
coord_datum_cd
'
:
'
Latitude/longitude (horizontal) coordinate datum.
'
,
'
coord_meth_cd
'
:
'
Indicates the method used to determine latitude longitude values.
'
,
'
country_cd
'
:
None
,
'
county_cd
'
:
'
The name of the county or county equivalent (parish, borough, etc.) in which the site is located.
'
,
'
dec_coord_datum_cd
'
:
None
,
'
dec_lat_va
'
:
None
,
'
dec_long_va
'
:
None
,
'
depth_src_cd
'
:
None
,
'
district_cd
'
:
(
'
The Water Science Centers (WSCs) across the United States use the FIPS state code as the district code.
'
'
In some case, sites and samples may be managed by a water science center that is adjacent to the state
'
'
in which the site actually resides.
'
),
'
drain_area_va
'
:
(
'
The area enclosed by a topographic divide from which direct surface runoff from
'
'
precipitation normally drains by gravity into the stream above that point.
'
),
'
gw_file_cd
'
:
None
,
'
hole_depth_va
'
:
'
The total depth to which the hole is drilled, in feet below land surface datum.
'
,
'
huc_cd
'
:
(
'
Hydrologic units are geographic areas representing part or all of a surface drainage basin or distinct
'
'
hydrologic feature and are delineated on the State Hydrologic Unit Maps.
'
),
'
instruments_cd
'
:
None
,
'
inventory_dt
'
:
None
,
'
land_net_ds
'
:
None
,
'
lat_va
'
:
None
,
'
local_time_fg
'
:
(
'
Y for yes or an N for no to indicate whether the site is in an area that switches
'
'
to Local Standard Time (Daylight Savings Time) for a part of the year.
'
),
'
long_va
'
:
None
,
'
map_nm
'
:
None
,
'
map_scale_fc
'
:
None
,
'
nat_aqfr_cd
'
:
None
,
'
project_no
'
:
None
,
'
reliability_cd
'
:
'
Data reliability code is mandatory for spring, groundwater, and aggregate groundwater sites.
'
,
'
site_no
'
:
'
Each site in the USGS data base has a unique 8- to 15-digit identification number.
'
,
'
site_tp_cd
'
:
(
'
A list of primary and secondary site types that can be associated with data collection sites.
'
'
A site type is a generalized location in the hydrologic cycle, or a man-made feature thought to
'
'
affect the hydrologic conditions measured at a site. All sites are associated with a primary site
'
'
type, and may additionally be associated with a secondary site type that further describes the location.
'
'
The exception to this rule is the Facility primary site type, which must always be
'
'
associated with a secondary site type. The site type code incorporates these hierarchial distinctions.
'
),
'
state_cd
'
:
'
The name of the state or territory in which the site is located.
'
,
'
station_nm
'
:
(
'
This is the official name of the site in the database.
'
'
For well information this can be a district-assigned local number.
'
),
'
topo_cd
'
:
'
Refers to the geomorphic features in the vicinity of the site.
'
,
'
tz_cd
'
:
None
,
'
well_depth_va
'
:
None
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
waterdata/views.py
+
1
−
1
View file @
7833848e
...
...
@@ -10,7 +10,7 @@ from .location_utils import build_linked_data, get_disambiguated_values, rollup_
from
.utils
import
construct_url
,
defined_when
,
execute_get_request
,
parse_rdb
# Station Fields Mapping to Descriptions
from
.constants
import
STATION_FIELDS_D
,
US_STATES
from
.constants
import
STATION_FIELDS_D
SERVICE_ROOT
=
app
.
config
[
'
SERVICE_ROOT
'
]
...
...
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