{% extends "slm/station/base.html" %} {% load i18n %} {% block action_content %}

{% trans "Download" %}

{% translate "Choose one of the export formats below to download the site log's metadata" %}

{% if site.last_publish %}

{% trans "ASCII (.log)" %}

{% trans "Text-based description of the metadata of a GNSS station" %}

Download

{% trans "GeodesyML (.xml)" %}

{% trans "Machine-readable XML format of the data and metadata of a GNSS station" %}

Download

{% trans "JSON (.json)" %}

{% trans "This is still under development. JavaScript Object Notation format of the data and metadata of a GNSS station" %}

Download
{% endif %} {% if site.needs_publish %}

{% trans "ASCII (.log)" %}

{% trans "MODIFIED/UNPUBLISHED" %}

{% trans "Text-based description of the metadata of a GNSS station" %}

Download

{% trans "GeodesyML (.xml)" %}

{% trans "MODIFIED/UNPUBLISHED" %}

{% trans "Machine-readable XML format of the data and metadata of a GNSS station" %}

Download

{% trans "JSON (.json)" %}

{% trans "MODIFIED/UNPUBLISHED" %}

{% trans "This is still under development. JavaScript Object Notation format of the data and metadata of a GNSS station" %}

Download
{% endif %}
{% endblock %}