diff test-data/info_file.txt @ 0:fea8a53f8099 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:43 +0000
parents
children 3e73f657a998
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/info_file.txt	Sun Jun 06 08:50:43 2021 +0000
@@ -0,0 +1,74 @@
+xarray.Dataset {
+dimensions:
+	depth = 1 ;
+	latitude = 97 ;
+	longitude = 103 ;
+	time = 145 ;
+
+variables:
+	float32 phy(time, depth, latitude, longitude) ;
+		phy:_CoordinateAxes = time depth latitude longitude  ;
+		phy:long_name = Mole Concentration of Phytoplankton expressed as carbon in sea water ;
+		phy:standard_name = mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water ;
+		phy:units = mmol.m-3 ;
+		phy:unit_long = mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water ;
+	datetime64[ns] time(time) ;
+		time:standard_name = time ;
+		time:long_name = time ;
+		time:_CoordinateAxisType = Time ;
+		time:axis = T ;
+	float32 chl(time, depth, latitude, longitude) ;
+		chl:_CoordinateAxes = time depth latitude longitude  ;
+		chl:long_name = Mass Concentration of Chlorophyll in Sea Water ;
+		chl:standard_name = mass_concentration_of_chlorophyll_in_sea_water ;
+		chl:units = mg.m-3 ;
+		chl:unit_long = milligram of chlorophyll per cubic meter ;
+	float32 nh4(time, depth, latitude, longitude) ;
+		nh4:_CoordinateAxes = time depth latitude longitude  ;
+		nh4:long_name = Mole Concentration of Ammonium in Sea Water ;
+		nh4:standard_name = mole_concentration_of_ammonium_in_sea_water ;
+		nh4:units = mmol.m-3 ;
+		nh4:unit_long = millimoles of Ammonium per cubic meter ;
+	float32 longitude(longitude) ;
+		longitude:long_name = Longitude ;
+		longitude:units = degrees_east ;
+		longitude:standard_name = longitude ;
+		longitude:axis = X ;
+		longitude:unit_long = Degrees East ;
+		longitude:step = 0.08333f ;
+		longitude:_CoordinateAxisType = Lon ;
+	float32 latitude(latitude) ;
+		latitude:long_name = Latitude ;
+		latitude:units = degrees_north ;
+		latitude:standard_name = latitude ;
+		latitude:axis = Y ;
+		latitude:unit_long = Degrees North ;
+		latitude:step = 0.08333f ;
+		latitude:_CoordinateAxisType = Lat ;
+	float32 depth(depth) ;
+		depth:long_name = Depth ;
+		depth:units = m ;
+		depth:axis = Z ;
+		depth:positive = down ;
+		depth:unit_long = Meters ;
+		depth:standard_name = depth ;
+		depth:_CoordinateAxisType = Height ;
+		depth:_CoordinateZisPositive = down ;
+
+// global attributes:
+	:title = CMEMS IBI REANALYSIS: MONTHLY BIOGEOCHEMICAL PRODUCTS (REGULAR GRID)  ;
+	:institution = Puertos del Estado (PdE) - Mercator-Ocean (MO)  ;
+	:references = http://marine.copernicus.eu ;
+	:source = CMEMS IBI-MFC ;
+	:Conventions = CF-1.0 ;
+	:history = Data extracted from dataset http://puertos2.cesga.es:8080/thredds/dodsC/dataset-ibi-reanalysis-bio-005-003-monthly-regulargrid ;
+	:time_min = 7272.0 ;
+	:time_max = 112464.0 ;
+	:julian_day_unit = Hours since 2002-02-15 ;
+	:z_min = 0.5057600140571594 ;
+	:z_max = 0.5057600140571594 ;
+	:latitude_min = 43.0 ;
+	:latitude_max = 51.0 ;
+	:longitude_min = -6.000000476837158 ;
+	:longitude_max = 2.4999990463256836 ;
+}
\ No newline at end of file