Geostreams Data Framework
  1. Geostreams Data Framework

pygeotemporal-parsers

Public
AuthorCommitMessageCommit dateIssues
Michelle PitcelLuigi MariniMichelle Pitcel
0d0ed5a181dAdd futures requirement to requirement.txt.Add debug and printout flag to command line interface.
Michelle PitcelLuigi MariniMichelle Pitcel
41e224be4cfAdded 'timestamp' with a default value when concatenating files.
Michelle PitcelLuigi MariniMichelle Pitcel
71d54e00afcThis Script will do the following: - Create a new Daily File with aggregated Year-to-Date data - Upload Yesterday's Daily File to the correct location - Move Yesterday's Daily File to the correct local folderThis Script will do the following: - Get the files for parsing - Concat the new files and create a parsing file - Add the Aggregated data to the Existing Daily File - Create Sensors and Streams if they do not exist - Parse the new Data - Update the Sensors Stats Simplify this file to only create a daily file
Michelle PitcelLuigi MariniMichelle Pitcel
f7364268d3dAdd file to convert a JSON data file to a CSV file, with theoption of mapping a column to a new value in a new column.
Michelle PitcelLuigi MariniMichelle Pitcel
d9575698de6Add script to convert XLS Files to CSV Files. Add configs for:- Fowler Farm ATMS - Fowler Farm SOIL - River Bend ATMS - River Bend SOIL Will utilize defined new Parameter Names in the Config File.
Indira Gutierrez PoloIndira Gutierrez Polo
f135e483f99MMerge pull request #9 in GEOD/pygeotemporal-parsers from feature/GEOD-1078-ingest-usgs-on-develop to develop* commit 'e44bac1a7b55e3abc5a653f2789dddfefea0b4a8': change from using pygeotemporal.datapoint_latest_get to using sensor.max_end_time separate GLM from GLTGGEOD-1078
Yan ZhaoYan Zhao
e44bac1a7b5change from using pygeotemporal.datapoint_latest_get to using sensor.max_end_timeseparate GLM from GLTG
Marcus SlavenasMarcus Slavenas
86de1fcecf7Remove huc_finder and dependenciesfix changelog
Michelle PitcelLuigi MariniMichelle Pitcel
c419d99b3a8Added scripts to do the following:- Create Sensors and Streams - Delete Sensors, Streams, and Datapoints - Download new files and save all new file names to a separate list file - Concatenate all new files based upon the new list file created above (or a user-generated file) - Parse the data from the concatenated file - Parse and Upload the Newest Locally-Present Data File
Yan ZhaoIndira Gutierrez PoloYan Zhao
ad518846afdAdding U.S.Geological Survey parser
Indira Gutierrez PoloIndira Gutierrez Polo
0c63e0b0329Adding GLFMSP parser
Indira Gutierrez PoloIndira Gutierrez Polo
83ed8008afdAdding Glenda Parser
Indira Gutierrez PoloIndira Gutierrez Polo
b08c3c10330Initial Commit.Setting up collaborating files, gitignore and requirements