GAL1LE05 / AstroPi-2023

Code for the AstroPi 2023 Space Lab mission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstroPi 2023 - Mission SpaceLab

Team Trivials

Objective

Use images captured by the AstroPi SpaceLab mission aboard the ISS to calculate NDVI and with it measure the impact of wildfires on long term foliage density and forest cover and, if possible with the collected imagery, observe differences in vegetation coverage surrounding urban areas and check for its evolution over time as compared with previous NDVI surveys.

To-Do:

  • Sync data written to files to the disk
  • Check the filters necessary for the pictures to be taken
  • Make sure the location of the pictures is being correctly written into the csv data file
  • Log the time and date of the photos to the csv data file
  • Test the NDVI calculation and plotting code for the right formula and make sure all modules necessary are available on Mission SpaceLab
  • Get a working colour mapping for the ndvi images
  • Decide whether to integrate the image capture and processing all into the 3 hour mission or do the processing once we get the data
  • (Maybe) Integrate both the image capture and processing together and automate it for the 3 hour mission
  • Test the final code
  • Document the code
  • Receive experimental data from the ISS
  • Analyse the data
  • Produce a report explaining our findings

Dependencies

  • picamera
  • time
  • orbit
  • pathlib
  • datetime
  • cv2
  • os
  • numpy

About

Code for the AstroPi 2023 Space Lab mission


Languages

Language:Python 93.0%Language:HTML 7.0%