Galaxy | Tool Preview

NetCDF xarray map plotting (version 2022.3.0+galaxy0)
Select the tabular file which summarize the available variables and dimensions.
Use this option when your dataset contains multiple times/dates

What it does

This tool plots a variable on a geographical map. It must be a 2D variable (latitude, longitude) and eventually with and additional time dimension (specific time to plot should then be selected).

The appearance of plots can be customized with options as well at the projection. The projection needs to be given as a PROJ dictionary such as: - {"proj":"EquidistantConic", "central_longitude": 20.0, "central_latitude": 70.0 } - {"proj":"AlbersEqualArea", "central_longitude": 20.0, "central_latitude": 70.0 } - {"proj":"EuroPP"}

The output is a collection of plots (png format); one per selected times.


The xarray select tool can be used after the xarray Info and xarray coord.