Plots the current locations of GNSS satellites in the sky.
Polar Elevation/Azimuth (using location from IP address)
Ground Tracks
$ git cloneThe recommended virtual environment and package management tool for this package is conda.
There are two options for installing conda, miniconda and anaconda. Anaconda is a full-fledged
virtual environment and dependency manager and can be downloaded here.
Alternatively, miniconda is a lightweight (and less bloated) version of anaconda and can be
downloaded here. Miniconda does not provide the
convenience of having hundreds of Python packages installed at once (like anaconda), but takes
up much less disk space and might also result in zippier performance.
If you are using conda, you can create an isolated virtual environment with all the necessary
dependencies by executing the following command:
$ conda env create -f env_satmap.ymlFinally, pip install the satmap package:
$ pip install .$ plot_sats -hPut stuff about future unit tests here.

