Template: Title#
Intro#
Add brief introduction here.
Plain languate introduction:#
Key EO datasets & platforms#
Dataset 1#
Dataset 2#
How to access and process the data#
Required dependencies:#
list dependencies and what they’re for
These can be install into a conda enviroment with the below commands in the terminal or command prompt:
mamba create --name polar_eo_environment python=3.11 ADD DEPENDENCIES HERE
followed by:
mamba activate polar_eo_environment