Skip to content

Commit

Permalink
New CFC Project (C02-005), Evergreen & East Project Metadata (#55)
Browse files Browse the repository at this point in the history
* New CFC Project (C02-005), Evergreen & East Project Metadata

* credit batch info for projects C02-005 & C02-006

* add C02-006 project (#58)

* New CFC Project (C02-005), Evergreen & East Project Metadata

* add C02-006 project

* Update ops/C02/project-metadata/C02-005-project.jsonld

Co-authored-by: Marie Gauthier <[email protected]>

* Update ops/C02/project-metadata/C02-006-project.jsonld

Co-authored-by: Marie Gauthier <[email protected]>

* Update ops/C02/project-metadata/C02-005-project.jsonld

Co-authored-by: Marie Gauthier <[email protected]>

---------

Co-authored-by: S4mmyb <[email protected]>
Co-authored-by: Sam Bennetts <[email protected]>
Co-authored-by: Marie Gauthier <[email protected]>

---------

Co-authored-by: Cory <[email protected]>
Co-authored-by: Marie Gauthier <[email protected]>
  • Loading branch information
3 people committed Aug 14, 2023
1 parent c65d7d6 commit c43f5ec
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcVintageYear": {
"@type": "xsd:gYear"
},
"regen:cfcCreditSerialNumbers": {
"@container": "@list"
},
"regen:verificationReports": {
"@container": "@list"
},
"schema:url": {
"@type": "schema:URL"
}
},
"@type": "regen:C02-CreditBatch",
"regen:cfcCreditSerialNumbers": [
"20465 - 21964"
],
"regen:cfcVintageYear": 2022,
"regen:verificationReports": [
{
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf"
}
],
"regen:projectVerifier": {
"schema:name": "Ecofor LLC",
"schema:url": "https://www.ecofor.ca/"
}
}

34 changes: 34 additions & 0 deletions ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcVintageYear": {
"@type": "xsd:gYear"
},
"regen:cfcCreditSerialNumbers": {
"@container": "@list"
},
"regen:verificationReports": {
"@container": "@list"
},
"schema:url": {
"@type": "schema:URL"
}
},
"@type": "regen:C02-CreditBatch",
"regen:cfcCreditSerialNumbers": [
"43432 - 47570"
],
"regen:cfcVintageYear": 2021,
"regen:verificationReports": [
{
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf"
}
],
"regen:projectVerifier": {
"schema:name": "Ecofor LLC",
"schema:url": "https://www.ecofor.ca/"
}
}

84 changes: 84 additions & 0 deletions ops/C02/project-metadata/C02-005-project.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"qudt": "http://qudt.org/schema/qudt/",
"unit": "http://qudt.org/vocab/unit/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcProjectPage": {
"@type": "schema:URL"
},
"regen:projectDesignDocument": {
"@type": "schema:URL"
},
"schema:url": {
"@type": "schema:URL"
},
"qudt:unit": {
"@type": "qudt:Unit"
},
"qudt:numericValue": {
"@type": "xsd:double"
},
"regen:projectStartDate": {
"@type": "xsd:date"
},
"regen:projectEndDate": {
"@type": "xsd:date"
},
"regen:offsetGenerationMethod": {
"@container": "@list"
}
},
"@type": "regen:C02-Project",
"@id": "https://app.regen.network/project/C02-005",
"schema:name": "Evergreen & East Preservation Project",
"regen:cfcProjectId": "006",
"regen:cfcProjectPage": "https://www.cityforestcredits.org/carbon-credits/carbon-registry/richmond-forest-carbon-offsets/",
"regen:projectDesignDocument": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Project-Design-Document-1.pdf",
"regen:projectDeveloper": {
"@type": "regen:Organization",
"schema:name": "Enrichmond Foundation",
"schema:url": "",
"regen:showOnProjectPage": true
},
"regen:projectType": "Agriculture Forestry and Other Land Use",
"regen:projectActivity": {
"schema:name": "Tree Preservation"
},
"regen:offsetGenerationMethod": [
"Avoided Emissions"
],
"regen:projectSize": {
"qudt:unit": "unit:HA",
"qudt:numericValue": 30.481
},
"regen:projectStartDate": "2019-11-06",
"regen:projectEndDate": "2059-11-06",
"schema:location": {
"@context": {
"type": "@type",
"@vocab": "https://purl.org/geojson/vocab#",
"coordinates": {
"@container": "@list"
},
"bbox": {
"@container": "@list"
}
},
"type": "Feature",
"place_name": "Richmond, Virginia",
"geometry": {
"type": "Point",
"coordinates": [
-77.388361,
37.532868
]
}
},
"regen:offsetProtocol": {
"schema:name": "Preservation Protocol - 40 years",
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2023/02/City-Forest-Preservation-Protocol-40-Years-V12.40.pdf",
"schema:version": "v7.40"
}
}
83 changes: 83 additions & 0 deletions ops/C02/project-metadata/C02-006-project.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"qudt": "http://qudt.org/schema/qudt/",
"unit": "http://qudt.org/vocab/unit/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcProjectPage": {
"@type": "schema:URL"
},
"regen:projectDesignDocument": {
"@type": "schema:URL"
},
"schema:url": {
"@type": "schema:URL"
},
"qudt:unit": {
"@type": "qudt:Unit"
},
"qudt:numericValue": {
"@type": "xsd:double"
},
"regen:projectStartDate": {
"@type": "xsd:date"
},
"regen:projectEndDate": {
"@type": "xsd:date"
},
"regen:offsetGenerationMethod": {
"@container": "@list"
}
},
"@type": "regen:C02-Project",
"@id": "http://app.regen.network/project/C02-006",
"schema:name": "St. Elmo Preservation Project",
"regen:cfcProjectId": "012",
"regen:cfcProjectPage": "https://www.cityforestcredits.org/carbon-credits/carbon-registry/chattanooga-forest-carbon-offsets/",
"regen:projectDesignDocument": "https://www.cityforestcredits.org/wp-content/uploads/2020/10/St-Elmo-Trail-Project-Design-Document-2.pdf",
"regen:projectDeveloper": {
"@type": "regen:Organization",
"schema:name": "Lookout Mountain Conservancy",
"schema:url": "https://lookoutmountainconservancy.org",
},
"regen:projectType": "Agriculture Forestry and Other Land Use",
"regen:projectActivity": {
"schema:name": "Tree Preservation"
},
"regen:offsetGenerationMethod": [
"Avoided Emissions"
],
"regen:projectSize": {
"qudt:unit": "unit:HA",
"qudt:numericValue": 58.14
},
"regen:projectStartDate": "2021-02-16",
"regen:projectEndDate": "2061-02-16",
"schema:location": {
"@context": {
"type": "@type",
"@vocab": "https://purl.org/geojson/vocab#",
"coordinates": {
"@container": "@list"
},
"bbox": {
"@container": "@list"
}
},
"type": "Feature",
"place_name": "",
"geometry": {
"type": "Point",
"coordinates": [
-85.333587,
34.998047
]
}
},
"regen:offsetProtocol": {
"schema:name": "Preservation Protocol - 40 years",
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2023/02/City-Forest-Preservation-Protocol-40-Years-V12.40.pdf",
"schema:version": "v9.40"
}
}

0 comments on commit c43f5ec

Please sign in to comment.