You need to ask yourself what an interpolation would mean for your data. If you used your data to predict a value at an unmeasured location, how would you interpret the value of the prediction? If your data is about the amount of pollution released, then the interpretation of the prediction would be "the amount of pollution released at this location over the year." But what if there is no factory at the new location? In the case of pollution release, it's only being released from particular locations. It doesn't really make sense to interpolate a variable that only occurs at discrete points on the map.
If you want to make a map of pollution levels, your data needs to be random samples of pollution levels, not measurements of pollution release from discrete locations. There may be physics models that can predict pollution levels from data about pollution release, but ordinary kriging is not the way to do this.