Versions in use at ECMWF 


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 : Binder

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

area = magics.mmap( subpage_map_projection = 'EPSG:3035',
                   subpage_map_area_definition = "data") 

map = magics.mmap(
  subpage_map_projection = 'automatic',
)


contour = magics.mcont(
        legend                       = 'on',
        contour                      = 'off',
        contour_shade                = 'on',
        contour_label                = 'off',
        contour_level_selection_type = "count",
        contour_level_count =  30,
        contour_interval             = contour_interval,
        contour_level_tolerance      = 0,
        contour_shade_method         = 'area_fill',
        contour_shade_palette_name   = "colorbrewer_RdBl",
        contour_shade_colour_list_policy = "dynamic",
        contour_shade_colour_reverse_list = contour_shade_colour_reverse_list,
        contour_shade_colour_method  = "palette")
        




Magics Version 4.11.0 

Magics Version 4.10.0 

from Magics import macro as magics
 
area = magics.mmap(subpage_map_area_name=area_name, subpage_map_library_area='on') # where area_name specifies the predefined area to select.
magics.plot(area, magics.mcoast() )


Magics Version 4.9.3  

Magics Version 4.9.1  

Magics Version 4.9.0  

Magics Version 4.8.0  

Magics Version 4.6.0  

Magics Version 4.5.3  


Magics Version 4.5.1   

Magics Version 4.5.0   


Magics Version 4.4.0  

Magics Version 4.3.3   

Hotfix release with improvements for external users which have to install Magics

Magics Version 4.3.2   

Hotfix release with improvements for external users which have to install Magics

Magics Version 4.3.1   

Magics Version 4.3.0   

Please note: Magics is now using Proj (version 6.1 or newer) to handle reprojections (was using Proj4 before)