Project
Contains data about a carbon credit project from the Carbonlink Asset Library.
The Project object
// Example:
{
id: "proj_12345678",
name: "Kasigau Corridor REDD+ Project",
country: "Kenya",
region: "Mombasa",
geo: (-1.23, 12.23),
description: "The Kasigau Corridor REDD+ Project is focused on land conser...",
imageUrl: "https://.../proj_123...",
url: "https://www.carbonlink.io/.../proj_123...",
registry: "Verra",
registryId: "VCS-612",
sdgs: [
{ index: 1, name: "No Poverty" },
{ index: 5, name: "Gender Equality" }
],
vintages: [
{
year: "2019",
...
},
{
year: "2020",
...
}
],
}Last updated