sources
Data license: CC-BY
1 row where datasetId = 466 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
588 | Renewable Investment as % of GDP - BNEP and World Bank | { "link": null, "retrievedDate": null, "additionalInfo": "Renewable energy investment as a percentage of GDP was calculated based on renewable energy investment figures (measured in US$, from Bloomberg New Energy Finance) and national GDP figures (measured in current US$ from the World Bank) in 2015 for the world's largest ten investors.\n\nThis data includes both asset finance and small-scale renewable investments.\n\nReferences:\n\nBloomberg New Energy Finance. Global trends in renewable energy finance 2016. Available at: https://www.actu-environnement.com/media/pdf/news-26477-rapport-pnue-enr.pdf (accessed 2017-05-10)\n\nThe World Bank. World Development Indicators. Available at: http://databank.worldbank.org/data/home.aspx (accessed 2017-05-10)", "dataPublishedBy": "Renewable Investment as % of GDP - BNEP and World Bank", "dataPublisherSource": null } |
2017-05-10 16:35:47 | 2017-11-02 13:04:39 | Renewable Investment as % of GDP - BNEP and World Bank 466 | Renewable energy investment as a percentage of GDP was calculated based on renewable energy investment figures (measured in US$, from Bloomberg New Energy Finance) and national GDP figures (measured in current US$ from the World Bank) in 2015 for the world's largest ten investors. This data includes both asset finance and small-scale renewable investments. References: Bloomberg New Energy Finance. Global trends in renewable energy finance 2016. Available at: https://www.actu-environnement.com/media/pdf/news-26477-rapport-pnue-enr.pdf (accessed 2017-05-10) The World Bank. World Development Indicators. Available at: http://databank.worldbank.org/data/home.aspx (accessed 2017-05-10) | Renewable Investment as % of GDP - BNEP and World Bank |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");