AlabamaWaterInstitute / data_access_examples

MIT License
7 stars 61 forks source link

Python Script to upload operational files #65

Open RohanSunkarapalli opened 12 months ago

RohanSunkarapalli commented 12 months ago

There are two sub-folders in listofnwmfilenames folder where one is reglar approach which follows validation of URL'S and then starts uploading the valid url's which are generated. Another approach is directly acquiring gcloud api's and uploading the files based on the url's which is comparatively much faster as it skips validation.

RohanSunkarapalli commented 11 months ago

I've added the test-cases for the listofnwmfilenames.py. I've almost covered all the inputs, functions what are used in the script. Tried to add every possible test case.

RohanSunkarapalli commented 11 months ago

@jameshalgren Can you review this request?