Skip to content

A minimalist weather app for quick visualization and weather data processing

Notifications You must be signed in to change notification settings

onapte/remote-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home page

image

Documentation page

image

Map view

image

  • Processes remote sensing weather data
  • For all the cities in the database, latitute and longitude coordinates are extracted
  • Using Django REST api, a call is made to the METAR API to fetch the METAR code for each city
  • Statistical analysis skills:
    • Data Gathering: Developed a python script for a backup mechanism to scrape data from public weather data warehouses
    • Data Cleaning: The scraped data contains a lot of missing information, from error-prone HTML to unescaped spaces. Several data cleaning methods were developed using Regexp
    • Categorization: After decoding the METAR code, the remote sensing weather data was categorized into "good", "marginal" and "bad" weather using variables such as temperature, pressure and visibility
    • Statistical Summary: Utilized descriptive statistics such as mean, mode, interquartile range, variance, standard deviation and range to calculate additional metrics
    • Time Series Analysis: Considered historical data to identify patterns within the usual weather cycle

On-the-go tools

image

METAR code decoder

image

image

Satellite images

image

Radar images

image

Lat-Long Fetcher

image

image

Releases

No releases published

Packages

No packages published