AQ-AI / openaq-engine

http://www.aqai.xyz
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

64 mongolia local model steps to build #66

Open ChristinaLast opened 3 months ago

ChristinaLast commented 3 months ago

Description

This PR adjusts the way we process satellite data. it achieves the following tasks:

  1. We only present unique (x,y, timestamp) couples to the feature-builder
  2. We iterate through updated satellites and their bands
  3. We request the response from a satellite within the hour of a sensor timestamp
  4. we only store the hits (e.g. a sensor and a satellite record variables within the hr of each other
  5. we record each satellite to their own table, based on their collection name

Fixes #64

Type of change

Please delete options that are not relevant.

How has this been tested?

poetry run pytest --cov --cov-fail-under=80

Please describe the tests that you ran to verify your changes.

Checklist: