Versions Compared

Key

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

...

 Linux workstations Laep (42)lxclxopEcgateDate
Default user version23.340.0423.340.0423.340.0423.340.04
 
New test version3.0.143.0.143.0.143.0.14
28 Feb
Old back-up version2.3134.02.3134.02.3134.02.3134.0  Very old Version 

  

Magics Version 3.0.4 -     [branch:master  tag:3.0.4]

  • [MAGP-1042] - Wave metgram are giving strange result when sea ice voevr is above 30%
  • [MAGP-1057] - Netcdf: SCM NetCDF data fails to plot
  • [MAGP-1058] - Tephigram: empty wind plotting

Magics Version 3.0.3 -     [branch:master  tag:3.0.3]

  Hotfix - Relink with new ecCodes

Magics Version 3.0.2     [branch:master  tag:3.0.2]

  Hotfix - Fix for two issues identified in Vertical axis and time series.

Magics Version 3.0.1     [branch:master  tag:3.0.1]

  Improve legend for gradients colours [MAGP-1040] 
  COASTLINES - remove stray polygon from the Atlantic [MAGP-1038]
  Implement contour_shade_colour_method=palette [MAGP-1004]


Magics Version 3.0.0     [branch:master  tag:3.0.0]

...

  • Visualisation of the Netcdf-CF has been simplified

  • Improvment of the new colour setting gradients
  • Python3 Ready
  • [MAGP-787] - Bug fixes on the colour gradients : can now be used in metview
  • [MAGP-902] - Offer Python3 interface
  • [MAGP-989] - Implement functionaility to plot cyclone database geoJSON output
  • [MAGP-848] - Enable the possibility to create 1, 4 or 9 threads to produce the contouring
  • [MAGP-856] - Use Python distutils to install Python modules
  • [MAGP-901] - Move Python interface from swig to ctypes
  • [MAGP-915] - Netcdf : handle the time dimesion setting in a better way : ie interpret the CF conventions
  • [MAGP-987] - Guess netcdf types
  • [MAGP-1012] - Add Contributions of Meteo-France

Bug

  • [MAGP-610] - Spurious coastline along dateline from South Pole to coast
  • [MAGP-614] - magics does not compile if numpy is missing, but python is present
  • [MAGP-909] - Plotting over the date line doesn't work with Web Mercator projection (EPSG:3857)
  • [MAGP-1002] - Mercator projection: no Administrative Boundaries and the default geographical area is an extended globe
  • [MAGP-1013] - Check Shading and isoline : double call

Magics Version 2.34.3     [branch:master  tag:2.34.3]

...

  • [MAGP-981] Regression : anti-Clockwise is not respected when one of the colours is white
  •  [MAGP-610]   Spurious coastline along dateline from South Pole to coast 

Magics Version 2.34.0 - 29 June 2017   [branch:master  tag:2.34.0]

...

  • [MAGP-870] - Mercator projection does not allow to set a subdomain or large domain
  • [MAGP-959] - Problem with classic Metgram plot with Magics
  • [MAGP-961] - Fix the setting of colours for magjson when graph_type=area
  • [MAGP-965] - Fix issue with shading and level_list

Magics Version 2.33.0 - 31 May 2017   [branch:master  tag:2.33.0]

...

  • [MAGP-904] - Continuous legend
  • [MAGP-943] - Python interpreter crashes when invalid file name is given
  • [MAGP-948] - Improve use of json files as input of graph

Bug 

  • [MAGP-931] - Plotting of winds on rotated_ll grids does not work
  • [MAGP-932] - the parameter map_label_latitude_frequency does not seem to be taken into account fro polar stereographic projection.
  • [MAGP-944] - Marker shading: does not clear between subsequent plots
  • [MAGP-945] - Wind thinning at the edge of the grid is not correct

 

 

Magics Version 2.32.0 - 23 March 2017   [branch:master  tag:2.32.0]

  • Improvement

    • [MAGP-913] - Add a new method to define colour for shading ...
      A new method is being implemented to simplify the setting of colourmap. This will be really nice in Metview.
    • [MAGP-929] - Geopoints coordinates expressed in Proj4 projection
      GeoPoints can now be expressed using a proj4 string representation. The representation should be expressed in the header using the keyword #PROJECTION.
      Ex : 


      Code Block
      #GEO
      
      #FORMAT XYV
      
      #PROJECTION +proj=laea +lat_0=48.0 +lon_0=9.0 +x_0=0.0 +y_0=0.0 +units=m +a=6378388 +b=6378388
      
      x/long  y/lat   value
      
      #DATA
      
      739500.0    -237500.0   1
      
      740500.0    -236500.0   1


    • [MAGP-892] - NetCDF: visualisation of a multi-dimensional variable where the last 2 dimensions are (lon,lat) gives a wrong result
    • [MAGP-930] - Title: add support for Meteosat 8
  • Bug

...