Giter Site home page Giter Site logo

dkozickis / airportweathermonitor Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 560 KB

Airport weather monitor. METAR/TAF parser, Leaflet, Symfony.

Home Page: http://wxmonitor.aero

License: GNU General Public License v3.0

ApacheConf 2.30% PHP 67.91% HTML 14.86% CSS 10.11% JavaScript 4.82%
aviation leaflet metar symfony taf weather

airportweathermonitor's People

Contributors

dkozickis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mohamedelfeky

airportweathermonitor's Issues

Separate sets for destination and alternate

And it goes.. how hard would it be to implement my idea about having a double set of data for each airport ? For e.g. EDDK would have both values saved (Dest and Altn) and the On/Off switch would choose between DEST or ALTN and then use the normal coloring scheme.
Of course this would work even easier if we could use a CSV table to maintain the data, and just crosscheck the info from season to season if still valid..

With the current configuration I have to manually change the values if the status changes and a destination becomes an alternate and vice versa !

Inline edit

Possibility for inline edit in "Monitored Airports" like in old GWI admin

Комментарики от Сашички

$metarDetector = new MetarDecoder();
$metarValidator = new MetarValidator();
foreach ($this->airports as $airport)
{
    $decodedMetar = $metarDetector->parse($airport->getRawMetar());
    $airport->setDecodedMetar($decodedMetar);

    $metarValidator->setAirport($airport);

    if (!$metarValidator->validate()) {
        $airport->setValidatedWeather($metarValidator->getErrors());
    }
}
public function getErrors() {
    return $this->validatedMetar;
}
MetarValidator::LOW_WIND = 1;
constant();
{% if metarStatus == constant('FCN\MetarValidator::MEDIUM_WIND') %}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.