{% extends "base.html" %} {% block title %} - Home{% endblock %} {% block content %}

{{ satellites.count }}

Satellites

{{ transponders.count }}

Transponders

{{ contributors.count }}

Contributors

{% for sat in satellites %}

{{ sat.norad_cat_id }} {{ sat.name }}

{% for transponder in sat.transponder.all %}

{{ transponder.description }}

{{ transponder.key }} {{ transponder.value }}
{% endfor %}
{% endfor %}

Open

SatNOGS DB is and will always be an open database. We aspire to crete a hollistic, unified, global transponder database for all satellite transponders. You can export the data or even connect your application using our API.

Crowd-sourced

We rely on user submitted crowd-sourced information. Create an account and start suggesting additions and/or modifications on our Database. We need your help!

Extensible

We designed SatNOGS-DB to be easily extensible to accommodate additions and modification on transponder model. Go ahead and suggest chaneges or even code them in our repo.

{% endblock %}