sources
Data license: CC-BY
1 row where datasetId = 5021 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 |
---|---|---|---|---|---|---|---|---|
17752 | Emissions - Agriculture: Burning - Savanna | { "link": "http://www.fao.org/faostat/en/?#data/", "retrievedDate": "13-Feb-2020", "additionalInfo": "Greenhouse Gas (GHG) emissions from burning of savanna consist of methane and nitrous oxide gases from biomass combustion.", "dataPublishedBy": "Food and Agriculture Organization of the United Nations (FAO) (2020)", "dataPublisherSource": "FAOSTAT Emissions data are computed based on a number of source data, including: IPCC Climatic Zones, Joint Research Centre of the European Commission. Available at: https://esdac.jrc.ec.europa.eu/projects/renewable-energy-directiveIPCC. 1997. Revised 1996 IPCC Guidelines for National Greenhouse Gas Inventories. OECD, Paris, France. Available at: http://www.ipcc-nggip.iges.or.jp/public/gl/invs1.html Hansen, M. C., R. S. DeFries, J. R. G. Townshend, and R. Sohlberg. 2000. Global land cover classification at 1km spatial resolution using a classification tree approach. International Journal of Remote Sensing 21: 1331\u2013 1364.IPCC. 2006. 2006 IPCC Guidelines for National Greenhouse Gas Inventories, Prepared by the National Greenhouse Gas Inventories Programme, Eggleston H.S., Buendia L., Miwa K., Ngara T. and Tanabe K. (Eds), IGES, Hayama, Japan. Available at: http://www.ipcc-nggip.iges.or.jp/public/2006gl/index.htmlFriedl, M. A.; Sulla-Menashe, D.; Tan, B.; Schneider, A.; Ramankutty, N.; Sibley, A.; Huang, X. 2010. MODIS Collection 5 global land cover: Algorithm refinements and characterization of new datasets. Remote Sensing of Environment 2010, 114 (1), 168\u2013182.Giglio, L, JT Randerson, GR Van der Werf, PS Kasibhatla, GJ Collatz, DC Morton, and RS DeFries. 2010. \u201cAssessing Variability and Long-Term Trends in Burned Area by Merging Multiple Satellite Fire Products.\u201d Biogeosciences 7, no. 3 (2010): 1171\u201386. Rossi, Simone, Francesco N Tubiello, Paolo Prosperi, Mirella Salvatore, Heather Jacobs, Riccardo Biancalani, Joanna I House, and Luigi Boschetti. 2016. \u201cFAOSTAT Estimates of Greenhouse Gas Emissions from Biomass and Peat Fires.\u201d Climatic Change 135, no. 3\u20134 (2016): 699\u2013711.Giglio, Louis, Luigi Boschetti, David P Roy, Michael L Humber, and Christopher O Justice. 2018. \u201cThe Collection 6 MODIS Burned Area Mapping Algorithm and Product.\u201d Remote Sensing of Environment 217 (2018): 72\u201385." } |
2020-02-14 02:24:44 | 2020-02-14 02:24:44 | Emissions - Agriculture: Burning - Savanna 5021 | Greenhouse Gas (GHG) emissions from burning of savanna consist of methane and nitrous oxide gases from biomass combustion. | http://www.fao.org/faostat/en/?#data/ | Food and Agriculture Organization of the United Nations (FAO) (2020) |
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");