dernasherbrezon / r2cloud

Decode satellite signals on Raspberry PI or any other 64-bit CPU.
Apache License 2.0
255 stars 30 forks source link

NOAA map overlay #73

Open chris-y opened 4 years ago

chris-y commented 4 years ago

Is it possible to add a map overlay to the NOAA satellite images? I believe the wxmap tool can generate a map which is then fed into wxtoimg to overlay it. wxmap is already present on the r2cloud image.

dernasherbrezon commented 4 years ago

Why do you want this overlay?

Instead of adding custom data onto image I suggest converting raw chanenls into GeoTIFF format and process whatever you like. I raised jira for decoder similar to wxtoimg. https://github.com/martinber/noaa-apt/issues/6

So instead of adding map overlay to image, let's add image to map! I.e. google map.

chris-y commented 4 years ago

Basically so I can tell where the clouds are! Adding the image to a map would certainly work too.