HARPgroup / USGS_Consumptive_Use

This repository is intended to hold code, documentation, and tutorials for the USGS Consumptive Use Project run through Dr. Julie Shortridge and Dr. Durelle Scott of Virginia Tech as well as Robert Burgholzer and Joseph Kleiner of the Virginia Department of Environmental Quality
3 stars 0 forks source link

ECHO columns might be shifting again? #69

Closed rburghol closed 4 years ago

rburghol commented 4 years ago

I ran into this error -- using latest master: (in https://github.com/HARPgroup/USGS_Consumptive_Use/blob/master/Code/ECHO%20to%20VAHydro/ECHO_VAHydro_Import.R )

ECHO_Facilities <- sqldf(keep_permits)
Error: no such column: CWPPermitTypeDesc
jmineva commented 4 years ago

library(echor) #used to pull ECHO data

shows a list of all fields and descriptions

echoWaterGetMeta()

As of 6/1/2020 - CWPPermitTypeDesc = 63

jmineva commented 4 years ago

Nice work, Rob!