Skip to content

senthilnayagam/qgis-remote-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get weather reponse as csv for usage inside QGIS plugin being developed





running local api using flask

python3 parser_api.py

expected format
http://127.0.0.1:5000/weather-api-csv/?location=Chennai,IN

http://127.0.0.1:5000/weather-api-csv/?location=bangalore,in





dependencies

pip3 install flask requests

get your own app id here


you can preferably call the api with cityid instead of calling by city name
http://bulk.openweathermap.org/sample/city.list.json.gz

About

fetch data from remote api and give response as csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages