Isaiahensley / Aquatic-RIG

Our Senior Capstone project focuses on developing a Streamlit website dedicated to the visualization of aquatic NetCDF datasets. Aquatic data is inherently complex, being both spatiotemporal—capturing information over different times and space. Our website will let users alternate through time and depth to give comprehensive visuals for their data.
https://aquaticrig-develop.streamlit.app/
0 stars 1 forks source link

Research on use cases of netcdf visualisation #105

Closed spaude11 closed 5 months ago

spaude11 commented 5 months ago

Description:

A short description of how we can use netcdf into several fields


Expected Outcome:

A detailed but short description of use cases from internet which will mostly show our website as a essential tool. common files.


Solution: Research more about use cases, what is the purpose of using NC files over common types. Best databases on the internet

spaude11 commented 5 months ago
Screenshot 2024-04-03 at 9 46 57 AM
spaude11 commented 5 months ago

I will be more concise with NetCDF 4 since it will be the upgraded file we will be using. I will update this issue with changing the netCDF to netCDF4.

spaude11 commented 5 months ago

Description: Added section of description which describes the more advanced netcdf-4 format. Reason being we using netCDF4 for our analysis and visualization.


OutCome: Proper file description to put in our website.

Image


Code Snippets:

`st.write(
            " [NetCDF-4](https://www.loc.gov/preservation/digital/formats/fdd/fdd000332.shtml) is an enhanced format as "
            "it supports per-variable compression, multiple ultimate dimensions, "
            "more complex data types, and better performance."
            "multiple ultimate dimensions, more complex data types, and better performance. ")`

Future Direction: Add more images or less text for better UI.

spaude11 commented 5 months ago

ncfiles