Skip to content

Commit 401edf2

Browse files
committed
Add #28 to doc/whatsnew
1 parent b33a092 commit 401edf2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

doc/giz.rst

+8
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ TUEWAS
1212

1313
- “Transport, Environment, Energy, and Water in Asia” is an “internal sector network” of GIZ.
1414
- Website: https://tuewas-asia.org
15+
16+
References
17+
----------
18+
19+
Some additional sources of information relevant to TUEWAS include:
20+
21+
- https://www.studocu.com/ph/document/university-of-the-philippines-system/introduction-to-financial-accounting/751-current-state-of-transportation-data-and-statistics-in-the-philippines-and-opportunities-for-improvement-towards-usability-0/27316760
22+
- https://psa.gov.ph/sites/default/files/ncs-manuscripts-powerpoint/7.5.1%2520Current%2520State%2520of%2520Transportation%2520Data%2520and%2520Statistics%2520in%2520the%2520Philippines%2520and%2520Opportunities%2520for%2520Improvement%2520Towards%2520Usability%2520.pdf

doc/whatsnew.rst

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Next release
55
============
66

77
- Add :mod:`.iso` (:doc:`iso`) module (:pull:`29`).
8+
- Add :mod:`.itdp` (:doc:`itdp`) module (:pull:`28`).
9+
- Add tools for SDMX-CSV and CSV data input (:pull:`29`).
10+
11+
- :func:`.util.sdmx.read_csv` and :class:`.CSVAdapter` to read SDMX-CSV and to adapt non-standard CSV to SDMX-CSV, respectively.
12+
- :program:`tdc check` CLI to confirm that data can be read in this way.
13+
- New HOWTO :doc:`howto/data-csv` to explain usage of these features.
14+
15+
- Add interactive :program:`tdc edit` command-line interface for authoring SDMX data structures (:pull:`28`).
16+
17+
- New HOWTO :doc:`HOWTO <howto/cli-edit>` to explain usage of these features.
18+
- Add ``METHOD`` to the TDC metadata structure (:pull:`28`) via :data:`.org.metadata.CONCEPTS`.
19+
- Improve processing of :doc:`adb` ATO metadata (:pull:`28`).
20+
21+
- Convert attributes from ATO data sets to TDC metadata reports.
22+
- Extract per-series data sources for sheets where the overall source attribute is “Country Official Statistics”.
23+
824
- Use :mod:`dsss.store` classes for SDMX artefact storage (:pull:`27`).
925

1026
- :class:`transport_data.store.UnionStore` is now a lightweight subclass of :class:`dsss.store.UnionStore`.

0 commit comments

Comments
 (0)