posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1880565 | Coal power is dying in Western Europe 1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI | share-electricity-coal | grapher | front-matter | |||
1880566 | Coal power is dying in Western Europe 1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI | https://ember-climate.org/ | url | span-link | Ember | ||
1880567 | Coal power is dying in Western Europe 1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI | co2 | explorer | span-link | reduce carbon emissions | ?stackMode=relative&time=2000..latest&facet=none&country=GBR~IRL~ESP~PRT~GRC~DNK~NLD~DEU&Gas+or+Warming=CO%E2%82%82&Accounting=Territorial&Fuel+or+Land+Use+Change=All+fossil+emissions&Count=Per+country | |
1880568 | Coal power is dying in Western Europe 1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI | air-pollution | explorer | span-link | local air pollutants | ?time=1990..latest&facet=entity&uniformYAxis=0&country=GBR~IRL~ESP~DNK~DEU~GRC~NLD~PRT~ITA&Pollutant=Nitrogen+oxides+%28NOx%29&Sector=From+all+sectors+%28Total%29&Per+capita=false | |
1880569 | Coal power is dying in Western Europe 1rxlMh5sfPnyj_cPFxR8OSUSOfzGaARbn81ge1M1rRJI | share-electricity-coal | grapher | span-link | Explore the data |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");