Coder Social home page Coder Social logo

mcti_qcn's Introduction

QCN

The data from BRAZIL Fourth National Communication - (QCN) and Biannual Update Reports to the UNFCC has been made available by the MCTI in GEOPACKAGE format.

In this repository you can find:

(1) How we added, rasterized and exported the official data from GCP to Earth Engine; (2) The pixel-by-pixel rectification process by the weighted averages of the same document;

QCN_spatial

Based on the data available 1_Asset_v0-1 (MCTI, 2020), only one column was included. This column is obtained by relating the IBGE FITO to the LULC classes (Mapbiomas-C8, 2023) and generating the 'MB_C8' column.
**IBGE FITO** to the **LULC classes (Mapbiomas-C8, 2023)

Eg. Amazon - 1_Asset_v0-1

fito c_abg c_bgb c_dw c_litter total MB_C8
Aa 117.3 11.7 9.5 6.8 ..... 3
Ab 133.9 13.4 10.9 7.7 ..... 3
.. ..... ..... .... ........ ..... ......
Pa 43.9 16.2 4.8 1.6 ..... 11

The original data are geopackages. To ingest assets tile it into Earth Engine (.EE), all the biomes had to be divided into tiles. Well, like the Amazon process, it was also done using tiles.

Results

Below you can consult the official data and rectified data. To do this, click on codeLink:

1.1 AGB

codeLink_EE_AGB.jsπŸ‘†

1.2 BGB

codeLink_EE_BGB.jsπŸ‘†

1.3 CDW

codeLink_EE_CDW.jsπŸ‘†

1.4 LIT

codeLink_EE_LIT.jsπŸ‘†

1.5 TOT

codeLink_EE_TOTAL.jsπŸ‘†

+INFO Assets QCN +iπŸ‘†

Link to script - 'totalπŸ‘†' | Link to script - 'c_agbπŸ‘†'

// Data official (total)
var data_Total_carbon = ee.ImageCollection('projects/mapbiomas-workspace/SEEG/2023/QCN/1_Asset_v0-1')
  .select('total') //.select('c_agb'; 'c_bgb'; 'c_dw'; 'c_litter'; '...'; 'total')
  .filterMetadata('biome', 'equals', 'amazonia')
  .mosaic();
  //.clip(AOI);
// MapaddLayer
var visFlo = {min: 0,max: 200,
  palette:["#fde725","#a0da39","#4ac16d","#1fa187","#277f8e","#365c8d","#46327e","#440154"]};
Map.addLayer(data_Total_carbon, visFlo,"data_Total_carbon");

Workflow ✨ +iπŸ‘†

Folders πŸ“‚ are organized by key-steps ✨ and contain a set of codes {} following the QCN && QCN_rectify classification scheme:

  1. ✨ Scripts +iπŸ‘† GEE.js

mcti_qcn's People

Contributors

souza-eab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.