{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Courses List{% endblock %} {% block scripts %} {% endblock %} {% block main %}

Courses

  • Courses allow you to mark the start & finish lines of your test pieces and measure the time spent on the course (as opposed to the total duration of a workout). This allows you to row and rank marked courses.

    Rowsandall courses are compatible with Google Earth and with CrewNerd. You can create and alter courses in Google Earth, and if you have CrewNerd and a Rowsandall account, you can easily synchronize your courses between the two applications, allowing you to use CrewNerd to get in-boat information about the course.

  • {{ searchform }}
  • {% if location %}
  • Filter courses closest to you

    {% if city %}{{ city }}{% endif %} {{ country_name }}, time zone {{ time_zone }}

  • All courses {% endif %}
  • Courses I like
  • {% if courses %}

    {% csrf_token %} Click on a column header to sort the table. {% if not user.is_anonymous %} {% endif %} {% for course in courses %} {% if not user.is_anonymous %} {% endif %} {% endfor %}
    Download Country Name Distance Updated on Like
    {{ course.country }} {{ course.name }} {{ course.distance }} m {{ course.updated|date:"Y-m-d" }} {% if course in rower.followed_courses.all %} {% else %} {% endif %}

    {% else %}

    No courses found

    {% endif %}
  • Add Courses
  • How-to

    To create a course, you use Google Earth to mark the start and finish lines using polygons. The process is identical to creating custom courses for the CrewNerd app.

    CrewNerd has published a nice video tutorial of the process. Click here to see the video. The part we're interested in starts at 2:05. There is also a written tutorial by CrewNerd.

    In addition to start and finish areas, on rowsandall.com you can add additional polygons to mark areas that you must pass (in that order). This allows for courses with turns around buoys, respecting buoy lines, or respecting traffic patterns on rivers and lakes.

    • Open Google Earth
    • Create a folder "Courses" under "Temporary Places" or under "My Places"
    • Create a folder for each Course under "Courses", and for each course:
    • Create Start polygon
    • Optional: Create First "must row through" polygon
    • Optional: Create subsequent "must row through" polygons
    • Create Finish polygon
    • Save "Courses" as KML file
    • Upload the file to rowsandall.com using the "Add Courses" button

    You are allowed to have multiple courses in one KML file. Your CrewNerd "courses.kml" file works out of the box

    The site doesn't test for duplicate courses.

{% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}