A tool to collect and serve wind prediction data.
Project description
A tool to collect and serve wind prediction data. Designed to have pluggable backends for multiple wind-prediction services. So far UCAR is the only source and covers just the continental US.
Installation
Use pip to install from PyPI:
pip install django-winds
Add django_winds to your settings.py file:
INSTALLED_APPS = ( ... 'django_winds', ... )
Additional Requirements
beautifulsoup4 to parse the XML served by THREDDS
django-tastypie to generate the API
Django Settings
DJANGO_WINDS_CACHE_TIMEOUT - Number of minutes to cache endpoint responses.
DJANGO_WINDS_DEMO_MODE - True/False… not implemented yet.
Acquiring Data
django-winds is really just a extract and transport layer for data. It exposes an API that takes a Point (latitude/longitude) and returns wind predictions for that location.
Contributing
Think this needs something else? To contribute to django-tides create a fork on Bitbucket. Clone your fork, make some changes, and submit a pull request.
Bugs are great contributions too! Feel free to add an issue on Bitbucket.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-winds-0.1.tar.gz
.
File metadata
- Download URL: django-winds-0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 622005d9a6037afe1d34933cafe78bfe15644579b2cb89fffffcbd733e661ec3 |
|
MD5 | eddb604dcb99f2fa2586f6257d201105 |
|
BLAKE2b-256 | 4c74aeab72ee54e996d7bd68905e7f04014551a0d8f50e685282787d35188e72 |