-
Notifications
You must be signed in to change notification settings - Fork 5
/
developers.html
53 lines (52 loc) · 1.57 KB
/
developers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: Open Planner Team – for developers
---
<section id="specifications">
<div class="row row-content">
<div class="section-title">
<span class="circle"></span>
<h3>Specifications</h3>
</div>
</div>
<div class="row row-content" data-aos="fade-up">
<div>
<p>Our ecosystem is built on a couple of core specifications:</p>
<ul>
<li>The <a href="https://linkedconnections.org/specification/">Linked Connections specification</a></li>
<li>The <a href="/specs/2018-11-routable-tiles.html">Routable Tiles specification</a></li>
</ul>
</div>
</div>
</section>
<section id="datasets">
<div class="row row-content">
<div class="section-title">
<span class="circle"></span>
<h3>Datasets</h3>
</div>
</div>
<div class="row row-content" data-aos="fade-up">
<dl>
<dt>SNCB/NMBS</dt>
<dd>Connections available
<a href="https://graph.irail.be/sncb/connections/">here</a>.</dd>
<p>You can currently find our datasets described in the DCAT-AP metadata standard
<a href="https://github.com/openplannerteam/opentransportdatabe">here</a>.
</p>
</dl>
</div>
</section>
<section id="tutorials">
<div class="row row-content">
<div class="section-title">
<span class="circle"></span>
<h3>Tutorials</h3>
</div>
</div>
<div class="row row-content" data-aos="fade-up">
<p>You can find our JavaScript tool’s documentation and demos
<a href="https://openplannerteam.github.io/planner.js/">here</a>.
</p>
</div>
</section>