Mercurial > repos > ecology > xarray_netcdf2netcdf
comparison test-data/info_file.txt @ 0:b0780241f916 draft
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
author | ecology |
---|---|
date | Sun, 06 Jun 2021 08:50:11 +0000 |
parents | |
children | e87073edecd6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b0780241f916 |
---|---|
1 xarray.Dataset { | |
2 dimensions: | |
3 depth = 1 ; | |
4 latitude = 97 ; | |
5 longitude = 103 ; | |
6 time = 145 ; | |
7 | |
8 variables: | |
9 float32 phy(time, depth, latitude, longitude) ; | |
10 phy:_CoordinateAxes = time depth latitude longitude ; | |
11 phy:long_name = Mole Concentration of Phytoplankton expressed as carbon in sea water ; | |
12 phy:standard_name = mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water ; | |
13 phy:units = mmol.m-3 ; | |
14 phy:unit_long = mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water ; | |
15 datetime64[ns] time(time) ; | |
16 time:standard_name = time ; | |
17 time:long_name = time ; | |
18 time:_CoordinateAxisType = Time ; | |
19 time:axis = T ; | |
20 float32 chl(time, depth, latitude, longitude) ; | |
21 chl:_CoordinateAxes = time depth latitude longitude ; | |
22 chl:long_name = Mass Concentration of Chlorophyll in Sea Water ; | |
23 chl:standard_name = mass_concentration_of_chlorophyll_in_sea_water ; | |
24 chl:units = mg.m-3 ; | |
25 chl:unit_long = milligram of chlorophyll per cubic meter ; | |
26 float32 nh4(time, depth, latitude, longitude) ; | |
27 nh4:_CoordinateAxes = time depth latitude longitude ; | |
28 nh4:long_name = Mole Concentration of Ammonium in Sea Water ; | |
29 nh4:standard_name = mole_concentration_of_ammonium_in_sea_water ; | |
30 nh4:units = mmol.m-3 ; | |
31 nh4:unit_long = millimoles of Ammonium per cubic meter ; | |
32 float32 longitude(longitude) ; | |
33 longitude:long_name = Longitude ; | |
34 longitude:units = degrees_east ; | |
35 longitude:standard_name = longitude ; | |
36 longitude:axis = X ; | |
37 longitude:unit_long = Degrees East ; | |
38 longitude:step = 0.08333f ; | |
39 longitude:_CoordinateAxisType = Lon ; | |
40 float32 latitude(latitude) ; | |
41 latitude:long_name = Latitude ; | |
42 latitude:units = degrees_north ; | |
43 latitude:standard_name = latitude ; | |
44 latitude:axis = Y ; | |
45 latitude:unit_long = Degrees North ; | |
46 latitude:step = 0.08333f ; | |
47 latitude:_CoordinateAxisType = Lat ; | |
48 float32 depth(depth) ; | |
49 depth:long_name = Depth ; | |
50 depth:units = m ; | |
51 depth:axis = Z ; | |
52 depth:positive = down ; | |
53 depth:unit_long = Meters ; | |
54 depth:standard_name = depth ; | |
55 depth:_CoordinateAxisType = Height ; | |
56 depth:_CoordinateZisPositive = down ; | |
57 | |
58 // global attributes: | |
59 :title = CMEMS IBI REANALYSIS: MONTHLY BIOGEOCHEMICAL PRODUCTS (REGULAR GRID) ; | |
60 :institution = Puertos del Estado (PdE) - Mercator-Ocean (MO) ; | |
61 :references = http://marine.copernicus.eu ; | |
62 :source = CMEMS IBI-MFC ; | |
63 :Conventions = CF-1.0 ; | |
64 :history = Data extracted from dataset http://puertos2.cesga.es:8080/thredds/dodsC/dataset-ibi-reanalysis-bio-005-003-monthly-regulargrid ; | |
65 :time_min = 7272.0 ; | |
66 :time_max = 112464.0 ; | |
67 :julian_day_unit = Hours since 2002-02-15 ; | |
68 :z_min = 0.5057600140571594 ; | |
69 :z_max = 0.5057600140571594 ; | |
70 :latitude_min = 43.0 ; | |
71 :latitude_max = 51.0 ; | |
72 :longitude_min = -6.000000476837158 ; | |
73 :longitude_max = 2.4999990463256836 ; | |
74 } |