Skip to content

Commit

Permalink
Add source from Statistics Luxembourg
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Apr 19, 2022
1 parent 0535b3d commit 88e7705
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- ![API] Add parameters validity check [#138](https://github.com/nbbrd/sdmx-dl/issues/138)
- ![API] Add multi-language descriptions in `SdmxWebSource` [#203](https://github.com/nbbrd/sdmx-dl/issues/203)
- ![SOURCE] Add source from El Salvador Labour Market Information System [#202](https://github.com/nbbrd/sdmx-dl/issues/202)
- ![SOURCE] Add source from Statistics Luxembourg [#245](https://github.com/nbbrd/sdmx-dl/issues/245)
- ![BUILD] Add Maven BOM

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ public final class Sdmx21Driver implements WebDriver {
.websiteOf("https://stats.pacificdata.org/?locale=en")
.monitorOf("upptime:/nbbrd/sdmx-upptime/SPC")
.build())
.source(SdmxWebSource
.builder()
.name("STATEC")
.descriptionOf("National Institute of statistics and economic studies of the Grand Duchy of Luxembourg")
.description("en", "National Institute of statistics and economic studies of the Grand Duchy of Luxembourg")
.description("fr", "Institut national de la statistique et des études économiques du Grand-Duché de Luxembourg")
.driver(CONNECTORS_SDMX_21)
.endpointOf("https://lustat.statec.lu/rest")
.propertyOf(DETAIL_SUPPORTED_PROPERTY, true)
.websiteOf("https://lustat.statec.lu")
.monitorOf("upptime:/nbbrd/sdmx-upptime/STATEC")
.build())
.source(SdmxWebSource
.builder()
.name("UNDATA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@ public final class Sdmx21Driver2 implements WebDriver {
.websiteOf("https://stats.pacificdata.org/?locale=en")
.monitorOf("upptime:/nbbrd/sdmx-upptime/SPC")
.build())
.source(SdmxWebSource
.builder()
.name("STATEC")
.descriptionOf("National Institute of statistics and economic studies of the Grand Duchy of Luxembourg")
.description("en", "National Institute of statistics and economic studies of the Grand Duchy of Luxembourg")
.description("fr", "Institut national de la statistique et des études économiques du Grand-Duché de Luxembourg")
.driver(RI_SDMX_21)
.endpointOf("https://lustat.statec.lu/rest")
.propertyOf(DETAIL_SUPPORTED_PROPERTY, true)
.websiteOf("https://lustat.statec.lu")
.monitorOf("upptime:/nbbrd/sdmx-upptime/STATEC")
.build())
.source(SdmxWebSource
.builder()
.name("UNDATA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
<data key="1.1" minSeries="1" minObs="2099"/>
</flow>
</source>
<source name="STATEC" minFlows="652">
<flow ref="DF_D8103" dims="3">
<data key="A03.SL03.A" minSeries="1" minObs="16"/>
</flow>
</source>
<source name="UIS" minFlows="9">
<flow ref="SCN_DS" dims="2">
<data key="20000.AGO" minSeries="1" minObs="1"/>
Expand Down

0 comments on commit 88e7705

Please sign in to comment.