curl "http://geodata.rivm.nl/geoserver/wcs?request=getcoverage&coverageid=gcn__conc_no2_2014&VERSION=2.0.0" > no2_2014.tif
curl "http://geodata.nationaalgeoregister.nl/cbsgebiedsindelingen/wfs?request=getfeature&typename=cbs_gemeente_2015_gegeneraliseerd&outputformat=geojson" > gemeentes.geojson
cat gemeentes.geojson | rio zonalstats -r no2_2014.tif > stats.geojson
pip install rasterstats
een eitje.