Search found 5 matches

by huyunyi
Thu Oct 10, 2019 1:07 pm America/New_York
Forum: Home
Question: the color of images generated by SeaDAS
Replies: 1

the color of images generated by SeaDAS

Hi,I am using the chlorophyll concentration data. there are different colors of regions on the images generated in the SeaDAS 7, such as red, blue and yellow. so I was wondering if the color indicates the different levels of chlorophyll concentration. and could tell me the threshold of each color? T...
by huyunyi
Tue Oct 08, 2019 4:53 pm America/New_York
Forum: Home
Question: how to retrieve chlorophyll data from the downloaded files?
Replies: 6

how to retrieve chlorophyll data from the downloaded files?

Hi Sean,I notice the variable latitude is a matrix with 922 rows and 265 columns. but I don't find the rules behind the values.for example,print(latitude) [[17.824507 17.822117 17.81972  ... 16.696947 16.688335 16.679647][17.83543  17.833052 17.830666 ... 16.714483 16.705923 16.697289]...
by huyunyi
Tue Oct 08, 2019 12:30 pm America/New_York
Forum: Home
Question: how to retrieve chlorophyll data from the downloaded files?
Replies: 6

how to retrieve chlorophyll data from the downloaded files?

Hi Sean,

I found them. Thanks so much for your help!

Best,
Yunyi
by huyunyi
Tue Oct 08, 2019 12:11 pm America/New_York
Forum: Home
Question: how to retrieve chlorophyll data from the downloaded files?
Replies: 6

how to retrieve chlorophyll data from the downloaded files?

that works! now I can read the attributes of the variable chlorophyll.but how can get the values of the variable?

and there is another question: where is the latitude and longitude variables? I need to match the chlorophyll and the position.

thanks so much!

best,
yunyi
by huyunyi
Tue Oct 08, 2019 10:48 am America/New_York
Forum: Home
Question: how to retrieve chlorophyll data from the downloaded files?
Replies: 6

how to retrieve chlorophyll data from the downloaded files?

Hi, I try using Python to retrieve chlorophyll data but I cannot itentify any variables after using netCDF4 package:the code is:from netCDF4 import Datasetdata = Dataset('filename.nc')print(data.variables.keys())then the variables are empty.I also open the data file in SeaDAS and could see t...