{% extends "base.html" %} {% block title %}New Dataset{% endblock title %} {% block css %} {% endblock css %} {% block breadcrumbs %} / {{ account.user }} / new dataset {% endblock breadcrumbs %} {% block content %}
If you are adding a csv dataset please make sure that the longitude and latitude columns are named "longitude" and "latitude" and spelled with lowercase letters. Additionally the coordinates need to be written as decimal degrees; e.g. 53.108, 8.845. The degrees, minutes, seconds coordinate style, or any variations thereof, will not work with this website.
WARNING: if you are using microsoft excel to create your .csv files be certain that you set the decimal separator to a dot "." and not a comma ",". The site will not be able to read gps coordinates that are not written this way. If you have a windows operating system follow this link to see how to change the decimal separator to a dot, and if you are using a mac operating system follow this link.
If you are adding a dataset that is saved on Owncloud you will not need to enter anything in the "Url" field, and vis versa. Also, Owncloud path is case sensitive.
{% endblock content %}