"dataset.id";"dataset.title";"dataset.slug";"dataset.url";"dataset.organization";"dataset.organization_id";"dataset.license";"dataset.private";"id";"url";"title";"description";"filetype";"format";"mime";"filesize";"checksum.type";"checksum.value";"created_at";"modified";"downloads";"harvest.created_at";"harvest.modified_at" "63232c5548156d58276db4e7";"Tableau de tri de l'Agence pour le développement de l'emploi";"tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi";"https://data.public.lu/fr/datasets/tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi/";"Archives nationales de Luxembourg";"6066bcc215f5df506be1a994";"Creative Commons Zero (CC0)";False;"82455c21-075e-4144-a235-1c14f91187be";"https://download.data.public.lu/resources/tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi/20230821-144249/adem.json";"ADEM_Tableau V1 Json_20191203.json";"Tableau de tri sous format Json. La présentation des séries peut changer par rapport au PDF ou à l’Excel pour permettre une lecture machine. Les sort finaux et DUA retenus restent inchangés.";"file";"json";"application/json";100958;"sha1";"ecbc1e328a3ed27061fd202f9dd8b4433e7621eb";"2023-08-21T14:42:50.533000";"2023-08-21T14:43:19.655000";0;"";"" "63232c5548156d58276db4e7";"Tableau de tri de l'Agence pour le développement de l'emploi";"tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi";"https://data.public.lu/fr/datasets/tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi/";"Archives nationales de Luxembourg";"6066bcc215f5df506be1a994";"Creative Commons Zero (CC0)";False;"75918ebd-a659-47e5-9964-baaade7e2075";"https://anlux.public.lu/dam-assets/open-data/tableaux-de-tri-excel/adem-tt-excel-v01-20191203.xlsx";"ADEM_Tableau V1 Excel_20191203";"Tableau de tri sous format Excel comprenant : - Légende du tableau - Tableau - Sommaire - Liste des sigles";"remote";"excel";"";301465;"";"";"2023-04-06T07:10:14.403000";"2023-04-06T07:12:21.760000";0;"";"" "63232c5548156d58276db4e7";"Tableau de tri de l'Agence pour le développement de l'emploi";"tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi";"https://data.public.lu/fr/datasets/tableau-de-tri-de-lagence-pour-le-developpement-de-lemploi/";"Archives nationales de Luxembourg";"6066bcc215f5df506be1a994";"Creative Commons Zero (CC0)";False;"82556ef8-7ac0-4892-a1e1-94a2db57df3c";"https://anlux.public.lu/dam-assets/pdf-statiques/ADEM-Convention-tableau-de-tri-VF-2019-12-03-.pdf";"ADEM Convention V1 PDF_20191203";"Convention d'archivage de l'ADEM sous format PDF. Comprend : - Une partie rédigée reprenant le contexte de création et les stratégies de conservation - Une partie tableau de tri qui détaille les sorts finaux et les DUA des documents pour chaque activité. ";"remote";"pdf";"";1276222;"";"";"2023-01-04T13:39:58.597000";"2023-01-04T13:40:50.162000";0;"";"" "62e3f5d8d19f811c656486cb";"Consolidated waste pickup calendar";"consolidated-waste-pickup-calendar";"https://data.public.lu/fr/datasets/consolidated-waste-pickup-calendar/";"Synapz";"62e1377cf1480ca63f2dfa9d";"License Not Specified";False;"5dc3e33c-e938-42f1-8899-89bdf6f78262";"https://github.com/synapzlu/luxwastecalendar";"Source code";"This code repository contains 3 tools: **web_crawler** : offline tool which crawls waste pickup calendars from various cities in Luxembourg. Datasets are matched against CACLR address database from data.public.lu **lambda_api** : Serverless micro-service hosted on AWS Lambda. Used to serve via API the content of the output files generated by the above crawler **alexa_skill** : A live skill used to demonstrate the end-to-end application of crawled content. Luxembourg residents can use Amazon Alexa to query the waste calendar based on their postal code.";"remote";"github";"";"";"";"";"2022-07-29T17:12:26.443000";"2022-07-30T23:22:16.352000";1;"";"" "62e3f5d8d19f811c656486cb";"Consolidated waste pickup calendar";"consolidated-waste-pickup-calendar";"https://data.public.lu/fr/datasets/consolidated-waste-pickup-calendar/";"Synapz";"62e1377cf1480ca63f2dfa9d";"License Not Specified";False;"cce98485-9c74-4753-b2f7-ca1995aa2f64";"https://hfgkzf8z8b.execute-api.eu-west-1.amazonaws.com/prod/";"myWastePickupCalendar";"Basic API exposing calendar data in json format. Only one method available (getNextCollectesByPostalCode) and mapped on the API root /. Hosted on AWS Lambda and served by AWS API Manager. Source code is available in the GitHub repository. API key upon request. Sample code: ``` return new Promise(((resolve, reject) => { const url = `${API_URL}?postalcode=${postalCode}`; const options = { headers: { 'X-API-KEY': `${API_KEY}` } } request.get(url, options, (error, response, body) => { let json = JSON.parse(body); if (response && response.statusCode === 400) { // error } else { // process } }); })); ```";"remote";"json";"";"";"";"";"2022-07-29T17:06:44.715000";"2022-07-30T23:20:43.571000";1;"";"" "5bab602a60beb2093b522807";"InfoBib - Library Network Information";"infobib-library-network-information";"https://data.public.lu/fr/datasets/infobib-library-network-information/";"Bibliothèque nationale du Luxembourg";"5ba250ce277cb031a5fb6b0f";"License Not Specified";False;"d7d8cec4-06d5-4004-8096-8772d817b246";"https://infobib.bibnet.lu/show.php?lib=BINA&format=json&lang=eng";"GET information of 1 library";"The base URL is [http://infobib.bibnet.lu/show.php](http://infobib.bibnet.lu/show.php). The following parameters are used: - `lib` (e.g. BINA) - `format=json` - `lang` (e.g. eng, fre, ger) **Documentation:** [http://data.bnl.lu/apis/infobib/](http://data.bnl.lu/apis/infobib/)";"remote";"json";"application/json";"";"";"";"2018-09-26T15:08:36.818000";"2022-08-12T16:00:58.745000";1;"";"" "5bab602a60beb2093b522807";"InfoBib - Library Network Information";"infobib-library-network-information";"https://data.public.lu/fr/datasets/infobib-library-network-information/";"Bibliothèque nationale du Luxembourg";"5ba250ce277cb031a5fb6b0f";"License Not Specified";False;"d6459a9f-db65-46cc-a1f3-9adcd12df5e2";"https://infobib.bibnet.lu/bibnet-libraries.json";"GET all bibnet.lu libraries";"An up-to-date list of all the libraries and their codes (managed in the Integrated Library System Aleph) is available in JSON format. **Documentation:** [http://data.bnl.lu/apis/infobib/](http://data.bnl.lu/apis/infobib/)";"remote";"json";"application/json";"";"";"";"2018-09-26T14:44:33.909000";"2022-08-12T16:01:04.299000";1;"";"" "5bab602a60beb2093b522807";"InfoBib - Library Network Information";"infobib-library-network-information";"https://data.public.lu/fr/datasets/infobib-library-network-information/";"Bibliothèque nationale du Luxembourg";"5ba250ce277cb031a5fb6b0f";"License Not Specified";False;"ff19098e-f494-424e-9f23-83bb1bad6cd5";"https://data.bnl.lu/apis/infobib/";"Documentation on the official Open Data website of the BnL | data.bnl.lu";"";"remote";"website";"";"";"";"";"2018-09-26T12:53:06.169000";"2022-08-12T16:01:10.610000";9;"";"" "5aad2183d6686c58d778605b";"Pollen";"pollen";"https://data.public.lu/fr/datasets/pollen/";"PolnPy";"5aad1f66d6686c569ceea546";"License Not Specified";False;"58fc11ec-ee18-48a3-b99a-50804b4f20de";"http://82.223.27.78:81/";"Pollen API";"2 endpoints, pollen archives and pollen prediction (same day) https://github.com/bsisic/PolnPy";"remote";"";"";"";"";"";"2018-03-17T15:14:39.234000";"2018-03-17T17:41:18.113000";68;"";"" "5aad2183d6686c58d778605b";"Pollen";"pollen";"https://data.public.lu/fr/datasets/pollen/";"PolnPy";"5aad1f66d6686c569ceea546";"License Not Specified";False;"57e6e558-2f89-4bd8-a031-676a8809d79c";"https://download.data.public.lu/resources/pollen/20180317-151322/pollen.json";"Pollen archives (JSON)";"Daily pollen concentration for 33 pollen types since Jan 1, 1992 in Luxembourg";"file";"json";"application/json";32954151;"sha1";"c9df8c90b184d6799e9582f83e683a995b6d3126";"2018-03-17T15:13:24.316000";"2018-03-17T15:13:42.893000";68;"";"" "5aad2183d6686c58d778605b";"Pollen";"pollen";"https://data.public.lu/fr/datasets/pollen/";"PolnPy";"5aad1f66d6686c569ceea546";"License Not Specified";False;"b49058a0-3c33-49e4-aec8-2ee588557f05";"https://download.data.public.lu/resources/pollen/20180317-151121/pollen.csv";"Pollen archives (CSV)";"Daily pollen concentration for 33 pollen types since Jan 1, 1992 in Luxembourg";"file";"csv";"text/csv";619495;"sha1";"1b5ec83bb2bfb9dff7948505f6a2b7aca9b1b3fe";"2018-03-17T15:11:03.216000";"2018-03-17T15:12:24.962000";113;"";"" "56fd16fa855e9b6a1088f552";"Adresses géoréférencées (BD-Adresses)";"adresses-georeferencees-bd-adresses";"https://data.public.lu/fr/datasets/adresses-georeferencees-bd-adresses/";"Administration du cadastre et de la topographie";"56f54c310d6ceb552837f07c";"Creative Commons Zero (CC0)";False;"28edc114-6af1-4271-a019-5d0d4bf4b6b2";"https://apiv3.geoportail.lu/geocode/reverse";"Reverse geocode REST API";"Parameters: - easting: East Coordinate in LUREF Coordinates - northing: North Coordinate in LUREF Coodinates - dc: random number (optional) to prevent caching - cb: callback function name. If specified return JSONP rather than JSON Full example: ```` http://apiv3.geoportail.lu/geocode/reverse?easting=80000&northing=80000 ```` Alternative: - lat: latitude in WGS84 Coordinates - lon: longitude in WGS84 Coordinates - cb: callback function name Example: ```` http://apiv3.geoportail.lu/geocode/reverse?lon=6.11249&lat=49.61055 ```` Return parameters: - success: success true/false - count: Number of results found - results: List order by ascending distance - distance: distance in m to the address - geom: geojson object with the coordinates of the point in LUREF coordinates - geomlonlat: geojson Geometry Object with coordinates in WGS84 Lat/Lon - name: formatted address string - easting: East Coordinate in LUREF coordinates - northing: North Coordinates in LUREF coordinates - address: formatted address string - AddressDetails: Address Details - zip: Postcode - Locality: locality - id_caclr_street: Street ID in national Address DB - street: street name - postnumber: hosuenumber - id_caclr_building: Building ID in national Address DB Result: ```` {""count"": 1, ""results"": [{""distance"": 8.2954085109112103, ""geom"": {""type"": ""Point"", ""coordinates"": [75983.84375, 75110.6796875]}, ""name"": ""23,Avenue des Archiducs 1135 Luxembourg"", ""easting"": 75983.84375, ""address"": ""23 Avenue des Archiducs,1135 Luxembourg"", ""geomlonlat"": {""type"": ""Point"", ""coordinates"": [6.11255434207935, 49.6106117587006]}, ""AddressDetails"": {""zip"": ""1135"", ""locality"": ""Luxembourg"", ""id_caclr_street"": ""15"", ""street"": ""Avenue des Archiducs"", ""postnumber"": ""23"", ""id_caclr_building"": ""571""}, ""matching street"": ""Avenue des Archiducs"", ""northing"": 75110.6796875}], ""success"": true} ````";"remote";"json";"";"";"";"";"2016-07-25T15:54:43.714000";"2022-10-03T15:15:30.273000";2;"";"" "56fd16fa855e9b6a1088f552";"Adresses géoréférencées (BD-Adresses)";"adresses-georeferencees-bd-adresses";"https://data.public.lu/fr/datasets/adresses-georeferencees-bd-adresses/";"Administration du cadastre et de la topographie";"56f54c310d6ceb552837f07c";"Creative Commons Zero (CC0)";False;"8127ecf4-0bdf-45f1-b1a0-10a0eab89dfa";"https://apiv3.geoportail.lu/geocode/search";"Geocode REST API";"Parameters: - num: House number - street: Street name - locality: Locality - zip: Postcode - dc: random number (optional) to prevent caching - cb: callback function name. If specified return JSONP rather than JSON Full example: ```` http://apiv3.geoportail.lu/geocode/search?num=54&street=Avenue%20Gaston%20Diderich&zip=&locality=Luxembourg&_dc=1386599465147&cb=stcCallback1001 ```` Alternative: - queryString: formatted address in one string - dc random number - cb: callback function name Example: ``` http://apiv3.geoportail.lu/geocode/search?queryString=54,%20avenue%20Gaston%20Diderich,1420%20%20Luxembourg ``` Return parameters - success: success true/false - count: Number of results found - results: List order by descending accuracy and ratio - ratio: ratio from 0-1. Expresses the certainty of the result, 1 being the maximum - name: Formatted string representing the addresse - easting: East Coordinate in LUREF Coords - northing: North Coordinate in LUREF Coords - address: Address String - geom : geojson Geometry Object with coordinates in LUREF X,Y - geomlonlat: geojson Geometry Object with coordinates in WGS84 Lat/Lon - matching street: Name of the street - accuracy: Codes from 0 - 8 expressing the level of geocoding( - 8 at house number level - 7 at point of interest level - 6 at street level - 5 at locality level - 1 at national level (Luxembourg) - AddressDetails: Address Details - zip: Postcode - Locality: locality - id_caclr_street: Street ID in national Address DB - street: street name - postnumber: hosuenumber - id_caclr_building: Building ID in national Address DB Result: ```` {""count"": 2, ""results"": [{""ratio"": 1.0, ""name"": ""54,Avenue Gaston Diderich 1420 Luxembourg"", ""easting"": 75983.84375, ""address"": ""54 Avenue Gaston Diderich,1420 Luxembourg"", ""geomlonlat"": {""type"": ""Point"", ""coordinates"": [6.11255434207935, 49.6106117587006]}, ""geom"": {""type"": ""Point"", ""coordinates"": [75983.84375, 75110.6796875]}, ""northing"": 75110.6796875, ""AddressDetails"": {""zip"": ""1420"", ""locality"": ""Luxembourg"", ""id_caclr_street"": ""19"", ""street"": ""Avenue Gaston Diderich"", ""postnumber"": ""54"", ""id_caclr_building"": ""1088""}, ""matching street"": ""Avenue Gaston Diderich"", ""accuracy"": 8}, {""ratio"": 1.0, ""name"": "",Avenue Gaston Diderich 1420 Luxembourg"", ""easting"": 75643.185748922406, ""address"": "" Avenue Gaston Diderich,1420 Luxembourg"", ""geomlonlat"": {""type"": ""Point"", ""coordinates"": [6.1078415667193298, 49.6100594816659]}, ""geom"": {""type"": ""Point"", ""coordinates"": [75643.185748922406, 75049.512442753199]}, ""northing"": 75049.512442753199, ""AddressDetails"": {""zip"": ""1420"", ""locality"": ""Luxembourg"", ""id_caclr_street"": ""19"", ""street"": ""Avenue Gaston Diderich"", ""postnumber"": ""None"", ""id_caclr_building"": """"}, ""matching street"": ""Avenue Gaston Diderich"", ""accuracy"": 6}], ""success"": true} ````";"remote";"json";"";"";"";"";"2016-07-25T15:51:34.783000";"2022-10-03T15:15:30.740000";8;"";"" "56fd16fa855e9b6a1088f552";"Adresses géoréférencées (BD-Adresses)";"adresses-georeferencees-bd-adresses";"https://data.public.lu/fr/datasets/adresses-georeferencees-bd-adresses/";"Administration du cadastre et de la topographie";"56f54c310d6ceb552837f07c";"Creative Commons Zero (CC0)";False;"7b58cf20-cbb0-4970-83f7-53a277f691b8";"https://download.data.public.lu/resources/adresses-georeferencees-bd-adresses/20240325-043312/addresses.geojson";"addresses.geojson";"Points addresse au format GEOJSON";"file";"geojson";"application/geo+json";79187174;"sha1";"c23cb70718d39b4abb78f97d67b5fa4df27a262c";"2016-04-07T17:48:04.180000";"2024-03-25T04:33:24";11;"";"" "56fd16fa855e9b6a1088f552";"Adresses géoréférencées (BD-Adresses)";"adresses-georeferencees-bd-adresses";"https://data.public.lu/fr/datasets/adresses-georeferencees-bd-adresses/";"Administration du cadastre et de la topographie";"56f54c310d6ceb552837f07c";"Creative Commons Zero (CC0)";False;"2a17ddc2-b961-45ce-83a2-be751d3af9b8";"https://download.data.public.lu/resources/adresses-georeferencees-bd-adresses/20240325-043705/addresses-shp.zip";"addresses-shp.zip";"Fichier de points en LUREF EPSG:2169 Contient les coordonnées au format LUREF XY et WGS84 Lat/Lon";"file";"zip";"application/zip";19271750;"sha1";"dfa32651c0cc37f746731aba4dc7b5f6b15ccd15";"2016-04-05T09:23:17.696000";"2024-03-25T04:37:06";17;"";"" "56fd16fa855e9b6a1088f552";"Adresses géoréférencées (BD-Adresses)";"adresses-georeferencees-bd-adresses";"https://data.public.lu/fr/datasets/adresses-georeferencees-bd-adresses/";"Administration du cadastre et de la topographie";"56f54c310d6ceb552837f07c";"Creative Commons Zero (CC0)";False;"5cadc5b8-6a7d-4283-87bc-f9e58dd771f7";"https://download.data.public.lu/resources/adresses-georeferencees-bd-adresses/20240325-043743/addresses.csv";"addresses.csv";"Contient les coordonnées au format LUREF XY et WGS84 Lat/Lon";"file";"csv";"text/csv";27616552;"sha1";"a29637a303b61ac5406d8d65c9d051af23b5d83e";"2016-04-05T09:21:36.927000";"2024-03-25T04:37:45";42;"";""