Query Dataset
Database (with Description)
database = xr.open_dataset('http://engaging-opendap.mit.edu:8080/thredds/dodsC/las/id-a1d60eba44/data_usr_local_tomcat_content_cbiomes_20190510_20_darwin_v0.2_cs510_darwin_v0.2_cs510_nutrients.nc.jnl')
Fields/Dimensions
Fields: Generally, the variables being measured
Dimensions: What the variable is being measured over
Example: Susie measured the amount of mayflies ( field ) over time ( dimension )
Dimension Descriptions
Definitions
Start: value the dimension begins at EX: (1, 2, 3…)
End: values the dimension ends with EX: (…4, 5, 6)
Length: amount of items in dimensions EX: (the length of the alphabet is 26)
Data Logged: amount of time between each data log EX: (time data is logged every x days)
Depth List: list of all logged depths in the database EX: (30 meters, 40 meters, etc)
Field Descriptions
field = database.variables['O2'] #field to describe
A description of the variable’s attributes. To describe a variable of your choosing, enter the field name in the “database.variables[’< YOUR FIELD HERE >’]” space