Skip to content

2.0.0

Compare
Choose a tag to compare
@mivek mivek released this 27 May 18:55

Created modules of metarParser

  • metarParser-commons: Module containing the i18n and the utility classes
  • metarParser-entities: Module containing the model of the application
  • metarParser-parsers: Module containing the parsers of the application
  • metarParser-services: Module containing the METAR and TAF services
  • metarParser-spi: Module containing the spi

The spi module allows the client to choose the source of airports. Two implementations are provided in the project:

  • implementation base on local file airport.dat
  • implementation base on OurAirports online csv.

Custom implementations can be provided by extending the AirportProvider

Added Archunit test