diff --git a/MeteoInfoLab/milconfig.xml b/MeteoInfoLab/milconfig.xml index 61f23697..cb00bf29 100644 --- a/MeteoInfoLab/milconfig.xml +++ b/MeteoInfoLab/milconfig.xml @@ -21,12 +21,10 @@ - - diff --git a/README.md b/README.md index 9a96cf35..e58cf8d9 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,14 @@ MeteoInfo: GIS and scientific computation environment for meteorological communi **MeteoInfoMap** is a GIS application which enables the user to visualize and analyze the spatial and meteorological data with multiple data formats. + +![MeteoInfoMap GUI](images/MeteoInfoMap.png) **MeteoInfoLab** is a scientific computation and visualization environment using Jython scripting with the ability of multiple dimensional array calculation and 2D/3D plotting. +![MeteoInfoLab GUI](images/MeteoInfoLab.png) + **MeteoInfoLib** is a Java library providing main functions of MeteoInfoMap and MeteoInfoLab. It requires that Java 8 or greater be installed on your computer. See the diff --git a/images/MeteoInfoLab.PNG b/images/MeteoInfoLab.PNG new file mode 100644 index 00000000..744d3e59 Binary files /dev/null and b/images/MeteoInfoLab.PNG differ diff --git a/images/MeteoInfoMap.PNG b/images/MeteoInfoMap.PNG new file mode 100644 index 00000000..29041236 Binary files /dev/null and b/images/MeteoInfoMap.PNG differ