DLUHC _domestic_energy_performance_certificates_for_existing_dwellings_by_energy_efficiency_rating#140
DLUHC _domestic_energy_performance_certificates_for_existing_dwellings_by_energy_efficiency_rating#140santhosh-thangavel wants to merge 29 commits intomainfrom
Conversation
santhosh-thangavel
commented
Nov 15, 2023
- Editions and versions configuration files
- Dataset.json configuration files
| ] | ||
| }, | ||
| { | ||
| "@id": "https://staging.idpd.uk/datasets/DLUHC", |
There was a problem hiding this comment.
Needs a globally unique identifier, something like epcs-for-existing-domestic-properties
There was a problem hiding this comment.
set globally unique identifier as epcs-for-existing-domestic-properties
| "@id": "https://staging.idpd.uk/datasets/DLUHC", | ||
| "@type": "dcat:DatasetSeries", | ||
| "identifier": "existing_dwellings_data", | ||
| "title": "domestic Energy Performance Certificates for existing dwellings", |
There was a problem hiding this comment.
Changes it to capital D
| "next_release": "2024-01-26T09:30:00Z", | ||
| "publisher": "https://staging.idpd.uk/publishers/office-for-national-statistics", | ||
| "creator": "https://staging.idpd.uk/publishers/office-for-national-statistics", | ||
| "contact_point": { |
There was a problem hiding this comment.
JSON file needs to be formatted to have proper nesting
There was a problem hiding this comment.
Proper formatting is done
There was a problem hiding this comment.
- Make the header names
snake_case - Drop the
quarter/fromquarter/2010-Q3etc. - If there's only a single measure type, then drop the measure type column
- No URIs in CSV files, so drop unit of measure
There was a problem hiding this comment.
- changed column headers in snake_case
- Removed quarter/ for all the rows in period column
- Dropped Measure type column
- Dropped unit column to avoid URIs in CSV files
| "modified": "2023-07-27T09:30:00Z", | ||
| "next_release": "2024-01-26T09:30:00Z", | ||
| "publisher": "https://staging.idpd.uk/publishers/office-for-national-statistics", | ||
| "creator": "https://staging.idpd.uk/publishers/office-for-national-statistics", |
There was a problem hiding this comment.
Change creator to DLUHC, so department-for-levelling-up-housing-and-communities
There was a problem hiding this comment.
Changed as "creator": "https://staging.idpd.uk/publishers/department-for-levelling-up-housing-and-communities", but i am not very sure if this is what you mean
| { | ||
| "@id": "https://staging.idpd.uk/datasets/DLUHC", | ||
| "@type": "dcat:DatasetSeries", | ||
| "identifier": "existing_dwellings_data", |
There was a problem hiding this comment.
Change identifier to match the slug of the @id, so epcs-for-existing-domestic-properties
There was a problem hiding this comment.
changed identifier as epcs-for-existing-domestic-propertie
| @@ -0,0 +1,97 @@ | |||
| { | |||
| "@context": "https://staging.idpd.uk/#ns", | |||
| "@id": "https://staging.idpd.uk/datasets/DLUHC/editions", | |||
There was a problem hiding this comment.
Change this to use the same globally unique identifier as above
There was a problem hiding this comment.
changed this to epcs-for-existing-domestic-properties
| "title": "Domestic Energy Performance Certificates for existing dwellings", | ||
| "editions": [ | ||
| { | ||
| "@id": "https://staging.idpd.uk/datasets/domestic_energy_performance_certi_existing_dwellings_by_eng_eff_rating_2023_07/editions/2023-10", |
There was a problem hiding this comment.
Change this to use the unique identifier, along with other instances throughout.
There was a problem hiding this comment.
used epcs-for-existing-domestic-properties throughout
| "name": "Location", | ||
| "datatype": "string", | ||
| "titles": "Location", | ||
| "description": "The name associated with The geography code " |
There was a problem hiding this comment.
Punctuate all descriptions, so they end in full stops.
There was a problem hiding this comment.
Full stop at the end of all descriptions.
| @@ -0,0 +1,65 @@ | |||
| { | |||
| "@context": "https://staging.idpd.uk/#ns", | |||
| "@id": "https://staging.idpd.uk/datasets/domestic_energy_performance_certi_existing_dwellings_by_eng_eff_rating_2023_07/editions/2023-07/versions", | |||
There was a problem hiding this comment.
Change to use globally unique identifier, and change all other instances too.
There was a problem hiding this comment.
used epcs-for-existing-domestic-properties
|
@rossbowen Thanks for the PR comments. I have tried to resolve it. Happy to work on next batch of comments on this dataset. |