All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download metarParser JAR 1.5 with all dependencies


This project is a metar-taf parser. Use the MetarService and its method "parse()" to parse a metar string and retrieve a Metar Object. Use the TAFService#parse to parse a TAF string and retrieve a TAF object.

Files of the artifact metarParser version 1.5 from the group io.github.mivek.

Artifact metarParser
Group io.github.mivek
Version 1.5
Last update 07. April 2019
Tags: project retrieve string method object parse this parser metar metarfacade
Organization not specified
URL https://github.com/mivek/MetarParser
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 2.16.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of metarParser Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of metarParser version 1.5

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.github.mivek.metarParser
META-INF.maven.io.github.mivek.metarParser.META-INF.maven.io.github.mivek.metarParser.pom.properties
META-INF.maven.io.github.mivek.metarParser.META-INF.maven.io.github.mivek.metarParser.pom.xml
data
data.data.airports.dat
data.data.countries.dat
internationalization
internationalization.internationalization.messages.properties
internationalization.internationalization.messages_ pl_PL.properties
internationalization.internationalization.messages_de.properties
internationalization.internationalization.messages_fr.properties
io.github.mivek.enums
io.github.mivek.enums.io.github.mivek.enums.CloudQuantity
io.github.mivek.enums.io.github.mivek.enums.CloudType
io.github.mivek.enums.io.github.mivek.enums.Descriptive
io.github.mivek.enums.io.github.mivek.enums.Intensity
io.github.mivek.enums.io.github.mivek.enums.Phenomenon
io.github.mivek.enums.io.github.mivek.enums.TimeIndicator
io.github.mivek.enums.io.github.mivek.enums.WeatherChangeType
io.github.mivek.enums.io.github.mivek.enums.package-info
io.github.mivek.exception
io.github.mivek.exception.io.github.mivek.exception.ErrorCodes
io.github.mivek.exception.io.github.mivek.exception.InvalidIcaoException
io.github.mivek.exception.io.github.mivek.exception.ParseException
io.github.mivek.exception.io.github.mivek.exception.package-info
io.github.mivek.facade
io.github.mivek.facade.io.github.mivek.facade.AbstractWeatherCodeFacade
io.github.mivek.facade.io.github.mivek.facade.IWeatherCodeFacade
io.github.mivek.facade.io.github.mivek.facade.MetarFacade
io.github.mivek.facade.io.github.mivek.facade.TAFFacade
io.github.mivek.facade.io.github.mivek.facade.package-info
io.github.mivek.internationalization
io.github.mivek.internationalization.io.github.mivek.internationalization.Messages
io.github.mivek.internationalization.io.github.mivek.internationalization.package-info
io.github.mivek.model
io.github.mivek.model.io.github.mivek.model.AbstractWeatherCode
io.github.mivek.model.io.github.mivek.model.AbstractWeatherContainer
io.github.mivek.model.io.github.mivek.model.Airport
io.github.mivek.model.io.github.mivek.model.Cloud
io.github.mivek.model.io.github.mivek.model.Country
io.github.mivek.model.io.github.mivek.model.Metar
io.github.mivek.model.io.github.mivek.model.RunwayInfo
io.github.mivek.model.io.github.mivek.model.TAF
io.github.mivek.model.io.github.mivek.model.TemperatureDated
io.github.mivek.model.io.github.mivek.model.Visibility
io.github.mivek.model.io.github.mivek.model.WeatherCondition
io.github.mivek.model.io.github.mivek.model.Wind
io.github.mivek.model.io.github.mivek.model.WindShear
io.github.mivek.model.io.github.mivek.model.package-info
io.github.mivek.model.trend
io.github.mivek.model.trend.io.github.mivek.model.trend.AbstractMetarTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.AbstractTafTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.AbstractTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.BECMGMetarTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.BECMGTafTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.FMTafTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.PROBTafTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.TEMPOMetarTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.TEMPOTafTrend
io.github.mivek.model.trend.io.github.mivek.model.trend.package-info
io.github.mivek.model.trend.validity
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.ATTime
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.AbstractMetarTrendTime
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.AbstractValidity
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.BeginningValidity
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.FMTime
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.IValidity
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.TLTime
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.Validity
io.github.mivek.model.trend.validity.io.github.mivek.model.trend.validity.package-info
io.github.mivek.parser
io.github.mivek.parser.io.github.mivek.parser.AbstractParser
io.github.mivek.parser.io.github.mivek.parser.MetarParser
io.github.mivek.parser.io.github.mivek.parser.RemarkParser
io.github.mivek.parser.io.github.mivek.parser.TAFParser
io.github.mivek.parser.io.github.mivek.parser.package-info
io.github.mivek.utils
io.github.mivek.utils.io.github.mivek.utils.Converter
io.github.mivek.utils.io.github.mivek.utils.Regex
io.github.mivek.utils.io.github.mivek.utils.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy