WSWCWaterDataExchange / MappingStatesDataToWaDE2.0

Manage all code to map and import state's data into WaDE 2.0
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Import New Jersey Water Withdrawal, Use, and Return Data (ss) Summaries #107

Closed amabdallah closed 2 years ago

amabdallah commented 2 years ago

We used to have New Jersey's data in WaDE 1.0. Part of our deliverables to the BHP grant is to explore adding eastern states.

Let's look into mapping this data again into WaDE 2.0 https://www.nj.gov/dep/njgs/geodata/dgs10-3.htm

Fun fact, this data is in the Microsoft Access database :) The good news is that our Microsoft Office comes Access

rwjam commented 2 years ago

Looking over the available data this morning. There are 5 different data sets within that link (.e.g, 1) withdrawals by HUC14 drainage basin; 2) withdrawals by municipality; 3) use by site; 4) returns by HUC14 drainage basin; 5) returns by municipality). As a whole, it’s time series data associated with an area / site (e.g., HUC14, Municipality, permit site).

Notes and Comments:

rwjam commented 2 years ago

Meta data for the 3) Use by Site data.

image

amabdallah commented 2 years ago

Kent Barr shared this through an email on Jan 27. Research Scientist at New Jersey Geological and Water Survey

Steven Domber shared this on Jan 28th: Section Chief, Water Supply Modeling and Planning New Jersey Geological and Water Survey I agree with your use of the centroid as a location for the withdrawals to provide geographic point to plot on a map. One point to clarify, the two files “DGS10-3-With-Mun.accdb” and “DGS10-3-With-HUC.accdb” contain the same withdrawal sites and volumes, but one uses the HUC14 for a location in lieu of a lat and long and the other the municipality in lieu of a lat and long. The same can be said for the two return files: “DGS10-3-Ret-Mun.accdb” and “DGS10-3-Ret-HUC.accdb”.

amabdallah commented 2 years ago

@rwjam So we're more interested in the time-series data that is associated with each municipality (USGS goal). Since NJ can't share the long. and lat. of sites publically, let's use the centroid of each municipality polygon (and store polygon geometry), I think similar to CA and TX data.

We will revisit the discussion of how WaDE can protect the real long. and lat coordinates from public access.

rwjam commented 2 years ago

We will count this as ss data. Start with the withdrawals and return data for municipality areas.