datazoompuc / datazoom.amazonia

Simplify access to data from the Brazilian Amazon
Other
53 stars 7 forks source link

Error in `load_prodes` -- deforestation #247

Open IgorRigolon opened 3 months ago

IgorRigolon commented 3 months ago

The function clumps all biomes together during the data cleaning, leading to duplicate rows

image

In the raw data, it looks like

image

where each row corresponds to a biome, but we don't keep the biome column. We should fix this in the data cleaning, or just move towards the shapefiles altogether.