Skip to content

troykelly/python-nswairquality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSW Air Quality Data

Retrieves current data from the NSW Air Quality Monitoring Network and returns a consumable object, or JSON.

Example

import nswairquality

if __name__ == "__main__":
    x = nswairquality.NSWAirQuality()
    print(x.toJSON(True))

Note

This is not an authorised or approved method of access the data.

© State Government of NSW and Department of Planning, Industry and Environment 1994

About

Fetch NSW Australia Air Quality data and convert it to an object

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages