Skip to content

mfkiwl/satmap

 
 

Repository files navigation

About

Plots the current locations of GNSS satellites in the sky.

Polar Elevation/Azimuth (using location from IP address)

Polar Azel

Ground Tracks

Ground Tracks

To Download

$ git clone

To Install

Install Conda (Recommended)

The 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.

Create Environment

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.yml

Install Package

Finally, pip install the satmap package:

$ pip install .

To Use

$ plot_sats -h

To Test

Put stuff about future unit tests here.

About

Plot GNSS Satellite Positions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%