azavea / noaa-hydro-data

NOAA Phase 2 Hydrological Data Processing
11 stars 3 forks source link

Add initial notebook to plot results for ESIP #75

Closed lewfish closed 2 years ago

lewfish commented 2 years ago

This PR adds a notebook to plot results from benchmarking experiments using seaborn. The plots can be seen inline in the notebook. This is just a starting point for further data exploration and plots.

lewfish commented 2 years ago

Note: after running pip install awscli the ability to read files from S3 using s3fs is broken. I had to stop my server and start again. Will look into a fix for this. Has something to do with this: https://stackoverflow.com/questions/69994834/attributeerror-aioclientcreator-object-has-no-attribute-register-lazy-block

lewfish commented 2 years ago

I fixed the S3 issue.