openaq / openaq-fetch

A tool to collect data for OpenAQ platform.
MIT License
84 stars 39 forks source link

Northern Territory, Australia #651

Open andrewharvey opened 4 years ago

andrewharvey commented 4 years ago

Northern Territory, Australia provide air quality data through https://ntepa.nt.gov.au/waste-pollution/air and http://ntepa.webhop.net/NTEPA/Default.ltr.aspx, where the latter link is hosted through the contractor who maintains the instruments at air quality monitoring stations.

{
  name: 'Palmerston',
  id: 8,
  location: [ 130.94853, -12.50779 ],
  city: 'Darwin'
},
{
  name: 'Winnellie',
  id: 9,
  location: [ 130.89335024356842, -12.424323299931126 ],
  city: 'Darwin'
},
{
  name: 'Stokeshill',
  id: 10,
  location: [ 130.850577, -12.467003 ],
  city: 'Darwin'
}
andrewharvey commented 4 years ago

this data is now under an open license, but after taking a look although they have an CSV export it's a lot of work to generate the right POST call to get it, so I won't be working on the adaptor.

sruti commented 4 years ago

Thanks for the update @andrewharvey! And no worries, you've already done a lot adding in the other Australian sources