skoeb / tycho

A power sector emissions measurement, data collection, processing, and supervised learning pipeline.
GNU General Public License v3.0
2 stars 1 forks source link

Calculate SENTINEL-5P features from multiple panels #13

Closed skoeb closed 4 years ago

skoeb commented 4 years ago

Currently, a statistic (mean / std / sum) of each feature is taken from a circle of n radius (10km, 20km) around the lat/lon of the power plant.

This doesn't account for wind, and has no (endogenous) method of considering background noise (i.e. car pollution) besides also including those as features.

What if we take observations at 2 (3?) points... Using daily weather data can't we take an observation 10km upwind (i.e. a sample of background noise) and 10km downwind (i.e. where pollution from the powerplant should have been blown, and difference them.

Advanced version: rather than just using a circle or a point upwind/downwind, what about an 'ice cream cone' stretching back to the powerplant.

skoeb commented 4 years ago

Committing this soon