jar

net.sourceforge.jweather : jweather

Maven & Gradle

Aug 04, 2010
2 usages

jweather · jweather is a Java library for parsing raw weather data (e.g. METAR, TAF). Initially it will focus on parsing and providing an API for access to METAR data, but may grow to include access to multiple reporting formats.

Table Of Contents

Latest Version

Download net.sourceforge.jweather : jweather JAR file - Latest Versions:

All Versions

Download net.sourceforge.jweather : jweather JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jweather-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.jweather.metar

├─ net.sf.jweather.metar.Metar.class - [JAR]

├─ net.sf.jweather.metar.MetarConstants.class - [JAR]

├─ net.sf.jweather.metar.MetarFetcher.class - [JAR]

├─ net.sf.jweather.metar.MetarParseException.class - [JAR]

├─ net.sf.jweather.metar.MetarParser.class - [JAR]

├─ net.sf.jweather.metar.Obscuration.class - [JAR]

├─ net.sf.jweather.metar.RunwayVisualRange.class - [JAR]

├─ net.sf.jweather.metar.SkyCondition.class - [JAR]

├─ net.sf.jweather.metar.WeatherCondition.class - [JAR]

net.sf.jweather.tests

├─ net.sf.jweather.tests.MetarTest.class - [JAR]

net.sf.jweather

├─ net.sf.jweather.Test.class - [JAR]

├─ net.sf.jweather.Weather.class - [JAR]

Advertisement