UGS-GIO / groundwaterMonPortal

UGS Groundwater Data Portal web application that compiles a large data set of groundwater data and displays it on an interactive web map
https://apps.geology.utah.gov/gwdp
6 stars 0 forks source link

BUG: No manual water levels in downloaded file #42

Open LucyJordan opened 1 year ago

LucyJordan commented 1 year ago

What happened?

  1. download csv files of water level data from the data portal for the following wells 138 384149109400902 CHWENT 139 384149109400901 CHWNVJ 140 384022109400401 SMCENT 141 384022109400402 SMCNVJ 

What did you expect to happen?

When I download, I do not get a column titled "Tape". The header of the csv files says "Tape indicates if the measurement is a manual tape measurement (1) or a logger measurement (0) I do not get a column titled Tape and there are no manual measurements indicated.

Browser Version

chrome Version 107.0.5304.88 (Official Build) (64-bit)

marshallrobinson commented 1 year ago

Martha will be looking into this. Thanks for submitting.

inkenbrandt commented 1 year ago

See issue 13 https://github.com/UGS-GIO/groundwaterMonPortal/issues/13

inkenbrandt commented 1 year ago

Long before we did the port over to Postgres, we removed the manual readings from the transducer table and made them their own table.

marthajensen commented 1 year ago

Manual data available in live Server service

https://webmaps.geology.utah.gov/arcgis/rest/services/Groundwater/GWDP/MapServer/18

marshallrobinson commented 1 year ago

adding this from #13 to consolidate into one issue:

Right now, we have line plots of transducer data that show up in the side panel when we click on a site. It would be nice to show manual measurements as point data on top of those lines.

All graphed data in this application is constrained by the manual data. Some of the wells only have manual data. The manual data are kept in a separate table from the transducer data. Users should have the ability to see and download these crucial data.

Notes:

amcharts docs: https://www.amcharts.com/docs/v4/concepts/axes/date-axis/ reading is the table that currently populates the line charts displayed (for wells) ugs_gw_manual_data is the table with the manual data points; waterelevation is the field to display