Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Linux workstations Leap (42)lxclxopEcgate
Default user version4.9.34.9.34.9.34.9.3
New test version4.12.04.12.04.12.04.12.0
Old back-up version4.6.04.6.04.6.04.6.0


Magics Version 4.12.0 

     

      Have a look at the notebook  or  try it on binder : BinderImage Added

  • EPSG:3035 projection

map = magics.mmap(
  subpage_map_projection = 'EPSG:3035',
)

...

  • Thinning of the wind when using NetCDF data.

...

  • .

...



Magics Version 4.11.0 

  • User defined coastlines: Magics has the possibility for users to use their own set of shapefiles as coastlines. In this version, we added a parameter map_user_layer_land_colour(Default:NONE). If given a colour , the user coastlines will be filled.


  • Observations plotting using template(Small issues fixed): Magics allows users to define a XML template to display observations-like information.
    The template describes how to position the information.  Users is able to pass a json object as observation, and Magics will use the template to position the different items of the observation.

...