Skip to content

Commit 18cc467

Browse files
committed
Add .itdp stub module
1 parent 7a483a9 commit 18cc467

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

doc/api.in

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
iamc
1212
ipcc
1313
iso
14+
itdp
1415
jrc
1516
oica
1617
org

doc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ They handle tasks including:
5959
iamc
6060
ipcc
6161
iso
62+
itdp
6263
jrc
6364
oica
6465
org
@@ -70,6 +71,7 @@ They handle tasks including:
7071
- :mod:`.iamc`: :doc:`iamc`
7172
- :mod:`.ipcc`: :doc:`ipcc`
7273
- :mod:`.iso`: :doc:`iso`
74+
- :mod:`.itdp`: :doc:`itdp`
7375
- :mod:`.jrc`: :doc:`jrc`
7476
- :mod:`.oica`: :doc:`oica`
7577
- :mod:`.org`: :doc:`org`

doc/itdp.rst

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Institute for Transport & Development Policy (ITDP)
2+
***************************************************
3+
4+
.. include:: _api/transport_data.itdp.rst
5+
6+
The RTDB is published under a modified Creative Commons BY-NC-ND 3.0 license.
7+
The “no derivatives” clause means that there is no license granted to produce any derivative works, except as noted in the RTDB documentation:
8+
9+
> You may not alter, transform, or build upon this work.
10+
> For original data files published on this site under a Creative Commons license, you may use the data to produce your own charts or other data visualizations.
11+
12+
To abide by the license, TDCI (and you, using these :mod:`.transport_data` tools) cannot produce any derived works except the “charts or other data visualizations” mentioned.
13+
Data files produced by these tools should therefore remain on your personal system and not be published anywhere.

transport_data/itdp/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Institute for Transport & Development Policy (ITDP) provider."""

0 commit comments

Comments
 (0)