MeteoInfo Versions Save

MeteoInfo: GIS, scientific computation and visualization environment.

V2.3

3 years ago
  • Using SVG icons in GUI.
  • Update netCDF java library to 5.3.3.
  • Update FlatLaf to 0.40.
  • Update jts to version 1.17.0.
  • Update proj4j to version 1.1.2-SNAPSHOT
  • Add dpi support for output image of JOGL 3D.
  • Add zoom and move events to 3d jogl plot.
  • Add PolygonZ shape type support.
  • Add ddof argument in std and var functions.
  • Add ceil and floor functions.
  • Add 3d griddata idw and nearest methods support.
  • Re-arrange meteolib's packages and modules.

V2.2

4 years ago
  • Update Jython to version 2.7.2.
  • Update time package as Java 8 time package.
  • Add 3D particle and slice plot functions.
  • Add FlatLaf look and feel.
  • Add gridarea function in migeo module for grid cell area calculation.
  • Update bufr data reading functions and add CMA bufr lookup file.
  • Add ArrayDate class for LocalDateTime data array.
  • Add getting coordinates array functions for map layer.
  • Update grid data projection function - from backward to forward.
  • Add group path in variable name to avoid name conflict.
  • Add split and array_split functions in numeric module.
  • Add delfig function in miplot module.
  • Add bincreate function in midata module.

V2.1

4 years ago
  • Add 3D bar plot.
  • Support log axis in 3D plot.
  • Add taylor_diagram plot.
  • Add streamline support in Plot2D.
  • Add multiple look and feel support, including Darcular.
  • Add find/replace, comment, insert tab, delete tab functions to code editor.
  • Update rsyntaxtextarea to version 3.0.4.
  • Update proj4j to version 1.1.0.
  • Update JTS to version 1.16.1.
  • Add base attribute to Array.
  • Add min max gaussian filter functions.
  • Source code set to Java 8.
  • Several bug fixed.

v2.0

4 years ago

Add OpenGL support 3D chart functions through JOGL library. Support isosurface 3D plot. Several bug fixed.

v1.9

4 years ago
  • Add org.meteoinfo.ndarray package for multiple dimensional array implementation replace ucar.ma2 package.
  • Add interplate_1d function to support vertical coordinate conversion such as sigma to isobaric.
  • Support violin and nested pie plots.
  • Add position capibility to Axis.
  • Add qucksort algorithm and improve 3D plot.
  • Update gif animation with dpi setting.
  • Speed up interpolation functions using KDTree.
  • Replace Apache Sanselan 0.97-incubator with Apache Commons Imaging 1.0-alpha.
  • Add reproject function in migeo module of geolib package.
  • Add percentile and quantile functions to groupby DataFrame.
  • Add loc and iloc in Series class.
  • Distinguish between corner and center when reading ESRI ASCII grid data.

v1.8.5

4 years ago

add violinplot functions speed up interpolation functions using KDTree add reproject function in geolib package replace Apache Sanselan 0.97-incubator with Apache Commons Imaging library rename MIArray to NDArray update pie function for nested pie plot ...

v1.8

5 years ago

Add any, all, vstack and hstack functions in numeric package. Add delnan, smooth5 and smooth9 functions in numeric package. Add arrow, arrowline, annotate functions in plotlib package. Add minorticknum and tickwidth arguments in xaxis and yaxis functions. Use itext as pdf output library for better pdf image output. add more distributions in random module. Update high dpi image output functions. Fixed some bugs.

v1.7.5

5 years ago

First release after Maven used.