ReproducibleQM / NES

The National Eutrophication Survey: lake characteristics and historical nutrient concentrations
https://doi.org/10.5063/F1CZ35HF
Mozilla Public License 2.0
4 stars 4 forks source link

File organization #14

Closed jsta closed 7 years ago

jsta commented 7 years ago

I think we are getting close to a point where we can finalize the file structure of our data product. My initial thought is to move the files to a structure resembling:

|
|__archival_pdfs
|
|__supporting_data
|
|__raw_data
|   |   
|   |____474
|   |    |__100.csv
|   |    |__101.csv
|   |    |__...
|   |
|   |____475
|   |    |__100.csv     
|
|__parsed_data
|   |   
|   |____474
|
|       |__100_clean.csv
|__merged_data
|   |   
|   |____474
|       |__res.csv
|
|__qa_data
|   |   
|   |____474
|       |__res_review.csv
|
|__analysis_scripts
|
|__nes_data.csv
|
|__README.md

Does anyone have any thoughts or suggestions on this?

jsta commented 7 years ago

See 933b784d8f883c6781a02c70fac69236a33fc8f5

jsta commented 7 years ago

It might also be a good idea to number the data folders:

01_raw_data
02_parsed_data
03_merged_data
04_qa_data