Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

DLUHC _domestic_energy_performance_certificates_for_existing_dwellings_by_energy_efficiency_rating#140

Open
santhosh-thangavel wants to merge 29 commits intomainfrom
santhosh/existing-dwellings
Open

DLUHC _domestic_energy_performance_certificates_for_existing_dwellings_by_energy_efficiency_rating#140
santhosh-thangavel wants to merge 29 commits intomainfrom
santhosh/existing-dwellings

Conversation

@santhosh-thangavel
Copy link
Copy Markdown

  1. Editions and versions configuration files
  2. Dataset.json configuration files

]
},
{
"@id": "https://staging.idpd.uk/datasets/DLUHC",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a globally unique identifier, something like epcs-for-existing-domestic-properties

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to start with capital D

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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": {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON file needs to be formatted to have proper nesting

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proper formatting is done

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Make the header names snake_case
  • Drop the quarter/ from quarter/2010-Q3 etc.
  • If there's only a single measure type, then drop the measure type column
  • No URIs in CSV files, so drop unit of measure

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. changed column headers in snake_case
  2. Removed quarter/ for all the rows in period column
  3. Dropped Measure type column
  4. 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change creator to DLUHC, so department-for-levelling-up-housing-and-communities

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change identifier to match the slug of the @id, so epcs-for-existing-domestic-properties

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to use the same globally unique identifier as above

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to use the unique identifier, along with other instances throughout.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used epcs-for-existing-domestic-properties throughout

"name": "Location",
"datatype": "string",
"titles": "Location",
"description": "The name associated with The geography code "
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Punctuate all descriptions, so they end in full stops.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to use globally unique identifier, and change all other instances too.

Copy link
Copy Markdown
Author

@santhosh-thangavel santhosh-thangavel Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used epcs-for-existing-domestic-properties

@santhosh-thangavel
Copy link
Copy Markdown
Author

santhosh-thangavel commented Nov 17, 2023

@rossbowen Thanks for the PR comments. I have tried to resolve it. Happy to work on next batch of comments on this dataset.

@santhosh-thangavel santhosh-thangavel added the data test case Tickets related to test case and examplar data for proof of concept label Nov 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

data test case Tickets related to test case and examplar data for proof of concept

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants