Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

MeteoGroup/grib2geotiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Build Status

Note: work on version 2 in progress

grib2geotiff - Gribfile to Geotiff

This handy tool converts Gribfiles to Geotiffs. Gribfiles (.grb, .grib or .grib2) are the de-facto standard file format in the Meteorology world while Geotiff (.tif) has the same rank in the GIS world. Because Gribfiles are binary with a lot of free configuration capabilities, not every GIS tool can handle these files properly.

Usage

A Gribfile can contain hundreds of records, while one record usually represents one specific meteorological parameter with a rich set of metadata. grib2geotiff converts all records of a Gribfile to atomized Geotiffs. The converted Geotiffs are grouped by the parameter's metadata so that the bulk of them is manageable. The important parameter's metadata like level, unit or reference and forecast time is applied to the Geotiffs metadata.

Install

To install this tool you need to install Git, Maven and Java 8 first.

  1. clone this repository via Git: git clone https://github.com/MeteoGroup/grib2geotiff.git
  2. go into the directory: cd grib2geotiff
  3. build the java sources with Maven: mvn package

Run

java -jar target/grib2geotiff.jar -in [inputDirectory] -out [outputDirectory]
  • inputDirectory should contain one or more Gribfiles form the Global Forecast System (GFS), which can be downloaded from their FTP server: ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/ .
  • outputDirectory will contain all Geotiffs in the file structure schema below. This folder will get created if it does not exist.
[outputDirectory]/
└── [referenceTime]/
    └── [category]/
        └── [parameterName]/
            └── [parameterName]_[level]_[forecastTime].tif
  • referenceTime is the time the whole forecast is referenced to
  • category is the parameter's category
  • parameterName is the name of the parameter
  • level is the elevation (if set), often in meters (m) or hectopascal (hPa)
  • forecastTime is the time when the forecast affects

Limitations

GFS only

Currently this tool is only tested with Gribfiles from the GFS. But feel free to try Gribfiles from other data sources.

mixed resolutions

Currently grib2geotiff is overwriting already existing Geotiffs. So the processing the Gribfiles with the same referenceTime und forecastTime but different resolutions has to be done in two steps. See this two Gribfiles:

  • gfs.t18z.pgrb2.1p00.f003
  • gfs.t18z.pgrb2.2p50.f003

Example

  1. The GFS Gribfile gfs.t18z.pgrb2.1p00.f003 was downloaded from the GFS FTP server and placed in the folder /geodata/weather/input/
  2. The tool is executed with the command java -jar -in /geodata/weather/input/ -out /geodata/weather/output/
  3. The output folder now contains XXX Geotiffs where each of them represents one record / parameter of the given Gribfile (see list below)
 /geodata/weather/output/
 └── 2015-09-12T18:00:00Z
     β”œβ”€β”€ Cloud
     β”‚Β Β  β”œβ”€β”€ Cloud_Work_Function
     β”‚Β Β  β”‚Β Β  └── Cloud_Work_Function_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Cloud_water
     β”‚Β Β  β”‚Β Β  └── Cloud_water_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ SunShine_duration
     β”‚Β Β  β”‚Β Β  └── SunShine_duration_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Total_cloud_cover
     β”‚Β Β      └── Total_cloud_cover_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Ice
     β”‚Β Β  └── Ice_cover
     β”‚Β Β      └── Ice_cover_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Long-wave_Radiation
     β”‚Β Β  β”œβ”€β”€ Downward_long_wave_rad_flux
     β”‚Β Β  β”‚Β Β  └── Downward_long_wave_rad_flux_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Upward_long_wave_rad_flux
     β”‚Β Β      └── Upward_long_wave_rad_flux_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Mass
     β”‚Β Β  β”œβ”€β”€ Geopotential_height
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Geopotential_height_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Geopotential_height_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ ICAO_Standard_Atmosphere_Reference_Height
     β”‚Β Β  β”‚Β Β  └── ICAO_Standard_Atmosphere_Reference_Height_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ MSLP_Eta_Reduction
     β”‚Β Β  β”‚Β Β  └── MSLP_Eta_Reduction_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Meridional_Flux_of_Gravity_Wave_Stress
     β”‚Β Β  β”‚Β Β  └── Meridional_Flux_of_Gravity_Wave_Stress_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ N5-Wave_Geopotential_Height
     β”‚Β Β  β”‚Β Β  └── N5-Wave_Geopotential_Height_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Planetary_Boundary_Layer_Height
     β”‚Β Β  β”‚Β Β  └── Planetary_Boundary_Layer_Height_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Pressure
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Pressure_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Pressure_80_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Pressure_of_level_from_which_parcel_was_lifted
     β”‚Β Β  β”‚Β Β  └── Pressure_of_level_from_which_parcel_was_lifted_25500_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Pressure_reduced_to_MSL
     β”‚Β Β  β”‚Β Β  └── Pressure_reduced_to_MSL_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Zonal_Flux_of_Gravity_Wave_Stress
     β”‚Β Β      └── Zonal_Flux_of_Gravity_Wave_Stress_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Moisture
     β”‚Β Β  β”œβ”€β”€ Categorical_Freezing_Rain
     β”‚Β Β  β”‚Β Β  └── Categorical_Freezing_Rain_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Categorical_Ice_Pellets
     β”‚Β Β  β”‚Β Β  └── Categorical_Ice_Pellets_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Categorical_Rain
     β”‚Β Β  β”‚Β Β  └── Categorical_Rain_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Categorical_Snow
     β”‚Β Β  β”‚Β Β  └── Categorical_Snow_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Cloud_mixing_ratio_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Cloud_mixing_ratio_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Convective_Precipitation_Rate
     β”‚Β Β  β”‚Β Β  └── Convective_Precipitation_Rate_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Convective_precipitation
     β”‚Β Β  β”‚Β Β  └── Convective_precipitation_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Percent_frozen_precipitation
     β”‚Β Β  β”‚Β Β  └── Percent_frozen_precipitation_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Potential_Evaporation_Rate
     β”‚Β Β  β”‚Β Β  └── Potential_Evaporation_Rate_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Precipitable_water
     β”‚Β Β  β”‚Β Β  └── Precipitable_water_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Precipitation_rate
     β”‚Β Β  β”‚Β Β  └── Precipitation_rate_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Relative_humidity
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_0_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_1_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Relative_humidity_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Relative_humidity_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Snow_depth
     β”‚Β Β  β”‚Β Β  └── Snow_depth_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Specific_humidity
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Specific_humidity_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Specific_humidity_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Specific_humidity_80_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Total_precipitation
     β”‚Β Β  β”‚Β Β  └── Total_precipitation_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Water_equivalent_of_accumulated_snow_depth
     β”‚Β Β      └── Water_equivalent_of_accumulated_snow_depth_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Momentum
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Absolute_vorticity
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Absolute_vorticity_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Absolute_vorticity_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Momentum_flux_u_component
     β”‚Β Β  β”‚Β Β  └── Momentum_flux_u_component_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Momentum_flux_v_component
     β”‚Β Β  β”‚Β Β  └── Momentum_flux_v_component_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ U-Component_Storm_Motion
     β”‚Β Β  β”‚Β Β  └── U-Component_Storm_Motion_6000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ U-component_of_wind
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_100_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_10_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_1829_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_2743_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_3658_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_80_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ U-component_of_wind_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── U-component_of_wind_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ UnknownParameter_D0_C2_224
     β”‚Β Β  β”‚Β Β  └── UnknownParameter_D0_C2_224_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ V-Component_Storm_Motion
     β”‚Β Β  β”‚Β Β  └── V-Component_Storm_Motion_6000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ V-component_of_wind
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_100_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_10_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_1829_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_2743_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_3658_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_80_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ V-component_of_wind_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── V-component_of_wind_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Vertical_speed_sheer
     β”‚Β Β  β”‚Β Β  └── Vertical_speed_sheer_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Vertical_velocity
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Vertical_velocity_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Vertical_velocity_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Wind_speed
     β”‚Β Β      └── Wind_speed_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Physical_atmospheric_properties
     β”‚Β Β  └── Albedo
     β”‚Β Β      └── Albedo_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Short-wave_Radiation
     β”‚Β Β  β”œβ”€β”€ Downward_short_wave_rad_flux
     β”‚Β Β  β”‚Β Β  └── Downward_short_wave_rad_flux_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Upward_short_wave_rad_flux
     β”‚Β Β      └── Upward_short_wave_rad_flux_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Soil_Products
     β”‚Β Β  └── Field_capacity
     β”‚Β Β      └── Field_capacity_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Temperature
     β”‚Β Β  β”œβ”€β”€ Dew_point_temperature
     β”‚Β Β  β”‚Β Β  └── Dew_point_temperature_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Latent_heat_net_flux
     β”‚Β Β  β”‚Β Β  └── Latent_heat_net_flux_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Maximum_temperature
     β”‚Β Β  β”‚Β Β  └── Maximum_temperature_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Minimum_temperature
     β”‚Β Β  β”‚Β Β  └── Minimum_temperature_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Potential_temperature
     β”‚Β Β  β”‚Β Β  └── Potential_temperature_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Sensible_heat_net_flux
     β”‚Β Β  β”‚Β Β  └── Sensible_heat_net_flux_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Temperature
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_100000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_100_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_1829_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_1_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_2743_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_2_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_3658_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_45000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_50000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_55000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_60000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_65000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_70000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_75000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_80000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_80_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_85000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_90000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_92500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Temperature_95000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Temperature_97500_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── UnknownParameter_D0_C0_21
     β”‚Β Β      └── UnknownParameter_D0_C0_21_2_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Thermodynamic_Stability_indices
     β”‚Β Β  β”œβ”€β”€ Best_lifted_index
     β”‚Β Β  β”‚Β Β  └── Best_lifted_index_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Convective_available_potential_energy
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Convective_available_potential_energy_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Convective_available_potential_energy_18000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Convective_available_potential_energy_25500_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Convective_inhibition
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Convective_inhibition_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Convective_inhibition_18000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Convective_inhibition_25500_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”œβ”€β”€ Storm_relative_helicity
     β”‚Β Β  β”‚Β Β  └── Storm_relative_helicity_3000_0_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Surface_Lifted_Index
     β”‚Β Β      └── Surface_Lifted_Index_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ Trace_gases
     β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_10000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_1000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_15000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_20000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_2000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_25000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_30000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_3000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_35000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_40000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Ozone_Mixing_Ratio_5000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  β”‚Β Β  └── Ozone_Mixing_Ratio_7000_2015-09-13T00:00:00Z.tif
     β”‚Β Β  └── Total_ozone
     β”‚Β Β      └── Total_ozone_0_2015-09-13T00:00:00Z.tif
     β”œβ”€β”€ UnknownCategory_4
     β”‚Β Β  └── UnknownParameter_D2_C4_2
     β”‚Β Β      └── UnknownParameter_D2_C4_2_0_2015-09-13T00:00:00Z.tif
     └── Vegetation_and_Biomass
         β”œβ”€β”€ Ground_Heat_Flux
         β”‚Β Β  └── Ground_Heat_Flux_0_2015-09-13T00:00:00Z.tif
         β”œβ”€β”€ Land_cover
         β”‚Β Β  └── Land_cover_0_2015-09-13T00:00:00Z.tif
         β”œβ”€β”€ Soil_temperature
         β”‚Β Β  β”œβ”€β”€ Soil_temperature_0_0_2015-09-13T00:00:00Z.tif
         β”‚Β Β  β”œβ”€β”€ Soil_temperature_0_1_2015-09-13T00:00:00Z.tif
         β”‚Β Β  └── Soil_temperature_1_2_2015-09-13T00:00:00Z.tif
         β”œβ”€β”€ Volumetric_Soil_Moisture_Content
         β”‚Β Β  β”œβ”€β”€ Volumetric_Soil_Moisture_Content_0_0_2015-09-13T00:00:00Z.tif
         β”‚Β Β  β”œβ”€β”€ Volumetric_Soil_Moisture_Content_0_1_2015-09-13T00:00:00Z.tif
         β”‚Β Β  └── Volumetric_Soil_Moisture_Content_1_2_2015-09-13T00:00:00Z.tif
         β”œβ”€β”€ Water_runoff
         β”‚Β Β  └── Water_runoff_0_2015-09-13T00:00:00Z.tif
         └── Wilting_Point
             └── Wilting_Point_0_2015-09-13T00:00:00Z.tif

Releases

No releases published

Packages

No packages published

Languages