You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sdmx1 currently covers all widely-used features from the SDMX 2.1 IM §§1–6 and §10 (with some exceptions; see below). Other parts of the IM are uncommon or not visible anywhere in “the wild,” but could still be implemented if there is desire/resources.
This is a master issue for discussing these and tracking other issues and PRs.
As of v2.6.0, bold and “some examples exist” refer to cases where one or more sources currently return actual messages that cannot be parsed by code (as of version 2.6.0). These are excluded from tests here:
§10 Constraints. All visible usage is covered, but some imaginable applications are not.
§11 Data provisioning. Partly covered. Some of these classes map very neatly to existing functionality in SDMX, e.g. RESTDataSource could be very similar to Source. However, they are somewhat underdefined; e.g. the IM does not specify property names for all the information that has—in practice, in this package—proven necessary to track actual behaviour of sources, etc.
§12 Process and §13 Transformation and expressions. These sections appear useful, but there are no (?) real-world examples and specimens to check behaviour against, so implementation is probably premature.
The text was updated successfully, but these errors were encountered:
sdmx1
currently covers all widely-used features from the SDMX 2.1 IM §§1–6 and §10 (with some exceptions; see below). Other parts of the IM are uncommon or not visible anywhere in “the wild,” but could still be implemented if there is desire/resources.This is a master issue for discussing these and tracking other issues and PRs.
sdmx/sdmx/tests/test_sources.py
Lines 32 to 38 in 300a388
§7 Metadata structure definition and metadata structure set.
§8 Hierarchical code list. The base
Codelist
is already hierarchical; the chief difference is this one seems to support multiple hierarchy.§9 Structure set and mappings.
§10 Constraints. All visible usage is covered, but some imaginable applications are not.
§11 Data provisioning. Partly covered. Some of these classes map very neatly to existing functionality in SDMX, e.g.
RESTDataSource
could be very similar toSource
. However, they are somewhat underdefined; e.g. the IM does not specify property names for all the information that has—in practice, in this package—proven necessary to track actual behaviour of sources, etc.§12 Process and §13 Transformation and expressions. These sections appear useful, but there are no (?) real-world examples and specimens to check behaviour against, so implementation is probably premature.
The text was updated successfully, but these errors were encountered: