Instrument coverage for LEO satellites #669
lalligagger
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been getting started with
skyfield
over the last month to map the coverage of LEO satellites. To do this I'm projecting an instrument FOV using a pseudo-conversion to local vertical, local horizontal (LVLH) frame. Here is the repo. There are many refinements/ optimizations to make but the basics are there.The FOV projection requires
scipy.spatial.transform.Rotation
which could potentially be replaced by implementing Euler-Rodrigues formula. For coverage statistics and mapping I have usedgeopandas
andfolium
/leaflet
.I wanted to thank @brandon-rhodes for his work on
skyfield
andpython-sgp4
to make this possible, and maybe link up with others who are interested in improving this functionality. I found the following related issues as I worked through this:Cheers,
Kevin
PS - attached are two html outputs which show the FOVs and coverage statistics for Landsat 8 & Landsat 9, over 3 day period.
samples.zip
Beta Was this translation helpful? Give feedback.
All reactions