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

Download metarParser JAR 1.6.2 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.6.2 from the group io.github.mivek.

Artifact metarParser
Group io.github.mivek
Version 1.6.2
Last update 03. June 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.6.2

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.command
io.github.mivek.parser.command.io.github.mivek.parser.command.CommandSupplier
io.github.mivek.parser.command.common
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.BaseWindCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.CloudCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.Command
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.CommonCommandSupplier
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.MainVisibilityCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.MainVisibilityNauticalMilesCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.MinimalVisibilityCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.VerticalVisibilityCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.WindCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.WindExtremeCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.WindShearCommand
io.github.mivek.parser.command.common.io.github.mivek.parser.command.common.package-info
io.github.mivek.parser.command.metar
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.AltimeterCommand
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.AltimeterMecuryCommand
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.Command
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.MetarParserCommandSupplier
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.RunwayCommand
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.TemperatureCommand
io.github.mivek.parser.command.metar.io.github.mivek.parser.command.metar.package-info
io.github.mivek.parser.command
io.github.mivek.parser.command.io.github.mivek.parser.command.package-info
io.github.mivek.parser.command.remark
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.CeilingHeightCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.CeilingSecondLocationCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.Command
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.DefaultCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.HailSizeCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.ObscurationCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.PrecipitationBegEndCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.PrevailingVisibilityCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.RemarkCommandSupplier
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SeaLevelPressureCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SecondLocationVisibilityCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SectorVisibilityCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SmallHailSizeCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SnowIncreaseCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SnowPelletsCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.SurfaceVisibilityCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.ThunderStormLocationCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.ThunderStormLocationMovingCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.TornadicActivityBegCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.TornadicActivityBegEndCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.TornadicActivityEndCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.TowerVisibilityCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.VariableSkyCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.VariableSkyHeightCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.VirgaDirectionCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.WindPeakCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.WindShiftCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.WindShiftFropaCommand
io.github.mivek.parser.command.remark.io.github.mivek.parser.command.remark.package-info
io.github.mivek.parser
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