jweather is a Java library for parsing raw weather data (e.g. METAR, TAF). It currently focuses on parsing and providing an API for access to METAR data.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: The library is now distributed under the LGPL. Support for connection timeouts was added, multiple parsing bugs were fixed, and international METAR token fixes were made.


Release Notes: This version moves all METAR-related classes into the subpackage 'metar', splits up METAR downloading and parsing, adds a file that contains all METAR-related constants, adds a junit test file for the METAR classes, adds a fix for fractional and "less than" visibilities, and includes miscellaneous bugfixes.


Release Notes: All JDK 1.4 regexp calls (e.g. matches() and split()) have been replaced with the equivalent Jakarta ORO calls. ORO is now included. Some poorly implemented methods have been split into two. A bug that caused a non-temperature token to be parsed as a temperature token was fixed. Some Javadoc documentation was added. A Javadoc target was added to the build.xml file. There were other miscellaneous changes/fixes.


No changes have been submitted for this release.