You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Data comes from the following sources. We are continuously adding new sources as
24
24
- Available data: `water quality`
25
25
-[City of Albuquerque (CABQ)](https://st2.newmexicowaterdata.org/FROST-Server/v1.1/Locations?$filter=properties/agency%20eq%20%27CABQ%27)
26
26
- Available data: `water levels`
27
-
- Note: the elevation data is the top of casing, not ground surface elevation
28
27
-[Elephant Butte Irrigation District (EBID)](https://st2.newmexicowaterdata.org/FROST-Server/v1.1/Locations?$filter=properties/agency%20eq%20%27EBID%27)
29
28
- Available data: `water levels`
30
29
-[New Mexico Bureau of Geology and Mineral Resources (NMBGMR) Aquifer Mapping Program (AMP)](https://waterdata.nmt.edu/)
@@ -124,7 +123,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
124
123
| most_recent_value | value of the most recent record | float | Y |
125
124
| most_recent_units | units of the most recent record | string | Y |
126
125
127
-
<sup>* elevation at top of casing for CABQ</sup>
126
+
<sup>*CABQ elevation is calculated as [elevation at top of casing] - [stickup height]; if stickup height < 0 the measuring point is assumed to be beneath the ground surface</sup>
128
127
129
128
#### Sites Table
130
129
@@ -145,7 +144,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
145
144
| aquifer | aquifer from which the well draws water | string | N |
146
145
| well_depth | depth of well | float | N |
147
146
148
-
<sup>** elevation at top of casing for CABQ</sup>
147
+
<sup>**CABQ elevation is calculated as [elevation at top of casing] - [stickup height]; if stickup height < 0 the measuring point is assumed to be beneath the ground surface</sup>
0 commit comments