Replies: 8 comments 17 replies
-
bounding_box = '60,5,80,25' # W,S,E,N for India lon1, lat1 = 60, 5 # west |
Beta Was this translation helpful? Give feedback.
-
Wednesday updatesEli
It is in the AWS Public Data program. https://registry.opendata.aws/mur/
More tutorials on NASA Earthdata https://nasa-openscapes.github.io/earthdata-cloud-cookbook/ |
Beta Was this translation helpful? Give feedback.
-
Dataset in EARTHDATASEARCH: MUR-JPL-L4-GLOB-v4.1. My plan: (2) Dimensionality Reduction: using techniques such as PCA to reduce the dimensionality of the feature vectors. (3) Clustering: Since we are doing unsupervised learning, we will then group the data with a clustering algorithm. In this case, we can try both K-Means and hierarchical Clustering with method="complete", while Dr.Eli mentions later is better since it allows different group sizes. We can adjust the # of centroids to see effects, but based on previous works, the smaller # of centroids has better results. For later work, we may (1) apply different variables, as minh described, sea level anomaly, wind, and chlorophyll-A density. |
Beta Was this translation helpful? Give feedback.
-
Minh's Thursday reportChlorophyll-a concentration dataset:I found this dataset online through an article published on Frontiers in Marine Science of some scientists working on a merged dataset from various sources, including SeaWiFS, MODIS, MERIS, VIIRS, OLCI. Missing data in Nov 2002. Advantages:
Disadvantages:
Copernicus ERA5 dataset:Advantages:
Disadvantages:
ERDDAP NOAA CHL datasets (will try to download sample data, but requires lots of space):Have lots of different file types.
General ideasSupervised learning: downsampling data (pivoted tables by lat/lon) or images to daily/monthly average (depending on whether we want consistency between variables) and provide labels for data using the time variable. One model for each variable to pick up special features...? |
Beta Was this translation helpful? Give feedback.
-
Jiarui Thursday Report: |
Beta Was this translation helpful? Give feedback.
-
Minh's Friday reportPotential datasets on marine nutrientCorpernicus Marine Science: https://data.marine.copernicus.eu/product/OCEANCOLOUR_GLO_BGC_L4_MY_009_104/download?dataset=cmems_obs-oc_glo_bgc-plankton_my_l4-multi-4km_P1M; for monthly data we have overall chlorophyll-a mass concentration and dinophytes/greenalgae/diatoms/haptophytes/microphytoplankton/... concentration. Explore current datasets:ERA5 dataset: promising but weird rendering due to nan values during peak months? (white area)chlorophyll.3.mp4Hawaii EPRAC 3D wind sourceCannot recognize land/ocean area (monthly data average, perhaps?) Next stepsExploring AWS CLI on jupyter notebook to access data on ERA5 reanalysis https://aws.amazon.com/cli/ |
Beta Was this translation helpful? Give feedback.
-
Jiarui Friday Report |
Beta Was this translation helpful? Give feedback.
-
Eli's Friday ReportI found the ERA5 data on Open Data AWS https://registry.opendata.aws/ecmwf-era5/ That means you can load it easily. You won't run into the S3 credentials problems. There is a Jupyter Notebook tutorial on the Open Data AWS page. I contacted Azure support and set up a meeting to learn how to set up a drive for our data. |
Beta Was this translation helpful? Give feedback.
-
SST NOAA OISST AVHRR-only 0.25 deg grid
https://github.com/UW-Upwelling-Project/nhw21-projects-upwelling
Beta Was this translation helpful? Give feedback.
All reactions