maelle / cpcb

:mask: Scraping India CPCB air quality data :mask:
7 stars 2 forks source link

Parameter names different in different locations #8

Open maelle opened 8 years ago

maelle commented 8 years ago

I've just noticed that parameter names can be different in different locations. E.g. "PM 2.5(PM2.5)" in Hyderabad Hyderabad and "PM2.5(PM2.5)" in Hyderabad ZooPark. I'll have to be careful.

Maybe for getting data over all India I'll replace this

webElems[parText %in% parameters]

by a regular expression.