Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CL-DATA-1.0 | 2018-06-08 | ||
archive | 2015-01-14 | ||
elnino_years.txt | 2018-06-01 | 3.9 kB | |
Climatology-Plugin_1.0004beta.pkg | 2015-06-18 | 7.7 MB | |
climatology_pi-1.1-win32.exe | 2015-06-06 | 6.2 MB | |
Climatology-Plugin_1.0.pkg | 2015-01-28 | 7.7 MB | |
climatology_pi-1.0-win32.exe | 2015-01-28 | 6.2 MB | |
CL-DATA-1.0.tar.xz | 2015-01-16 | 5.8 MB | |
README.md | 2015-01-14 | 1.6 kB | |
Totals: 9 Items | 33.6 MB | 2 |
## climatology_pi
Updates from version 0.5 to 0.11
- Daily interpolation
- Improved cyclone support
- Better integration with weather routing plugin
- lightning data
Updates from version 0.2 to 0.5
- enhanced cyclone support
- improved user interface
Installing the plugin
The plugin works with OpenCPN 3.2 and newer
The packages install the plugin library, translations and all data files.
Installing the data
Go to https://sourceforge.net/projects/opencpnplugins/files/climatology_pi/ and download the latest version of the data. The data is available as a ZIP archive you have to decompress on your system to a location explained bellow. The current data files is named CL-DATA-1.0.tar.xz.
The location to place the downloaded data depends on your operating system:
Linux
- Create a folder /usr/share/opencpn/plugins/climatology and extract the downloaded archive there.
(in case you built locally and installed to /usr/local, the path to the data is /usr/local/share/opencpn/plugins/climatology/data)
- sudo mkdir -p /usr/share/opencpn/climatology/data
- sudo tar xJvf CL-DATA-1.0.tar.xz -C /usr/share/opencpn/climatology
Windows
- Create a folder C:\\Program Files\\OpenCPN\\plugins\\climatology\\data (C:\Program Files (x86)\OpenCPN\plugins\climatology\data if you are using a 64bit version of Windows) and extract the downloaded archive there using for example 7-zip (http://7-zip.org/).