Coder Social home page Coder Social logo

gardart / django-weatherwise Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 896 KB

WeatherWise - Django application that pulls weather data from xml weatherstations and saves their observations into database

Python 98.39% HTML 1.61%
weather django weather-station icelandic

django-weatherwise's Introduction

WeatherWise - Django model for weatherstations and observations

WeatherWise is a Django app that periodically recieves weather data from stations (XML). Currently it only supports Icelandic Weather XML service ('http://xmlweather.vedur.is/?op_w=xml&type=obs&view=xml&params=T;TD;D;F;FX;FG;N;V;W;P;RH;R;SNC;SND;SED&ids=%s&time=%s&lang=%s') If station model is defined, it automatically pulls data from xmlweather service and updates its observation model. Each observation is recorded into the database.

Installation

Start the new Django Weatherwane application with a fresh database

python manage.py reset weatherwane python manage.py syncdb python manage.py schemamigration weatherwane --initial python manage.py migrate weatherwane python manage.py runserver

Notes

The Icelandic XML weather service data is parsed with weatherwise/weatherwane/management/commands/pywsoi.py

django-weatherwise's People

Contributors

gardart avatar

Watchers

 avatar  avatar

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.