FAQ

  • What is MapBiomas?
    expand_more

    We are a network of NGOs, Research Institutions and Technological Startups that produce and promote the use of qualified information for land use and land cover management in South America and other tropical and subtropical regions.


    As a network, we are committed to generating data, methods, tools and information to qualify the understanding, analysis and decision-making on conservation and sustainable management of continental natural resources.

  • What is MapBiomas Trinational Atlantic Forest?
    expand_more

    MapBiomas Trinational Atlantic Forest emerges as a continuation of the initiative in Brazil that involves a collaborative network of experts from Argentina, Brazil, and Paraguay on topics such as land use, satellite remote sensing, GIS, and programming. It uses cloud processing and automated classifiers developed and operated from the Google Earth Engine platform to generate a historical series of annual land use and cover maps of MapBiomas Trinational Atlantic Forest.

  • Who produces MapBiomas Trinational Atlantic Forest maps?
    expand_more

    MapBiomas Trinational Atlantic Forest involves researchers and specialists in remote sensing, GIS, computing, biomes and land uses from each of the participating countries (Argentina, Brazil and Paraguay). The Argentine team is coordinated by Fundación Vida Silvestre Argentina, the Brazilian team by ArcPlan and the Paraguayan team through WWF Paraguay. The teams work in a coordinated way processing the information in the cloud through the Google Earth Engine platform.

  • How do I download MapBiomas Trinational Atlantic Forest maps?
    expand_more

    The maps can be downloaded directly on the platform by clicking here.

    Do not forget to download the legend ID’s as well: LINK.

    It is possible to download data directly from Google Earth Engine and fit your request to specific territories or temporal windows. In Google Earth Engine you can also access all Landsat Mosaics and transition maps. To get MapBiomas Trinational Atlantic Forest collections ID's in Google Earth Engine, go to:Google Earth Engine.

  • Why are maps presented in raster format only?
    expand_more

    Land use and land cover maps made on the MapBiomas scale (30m pixel) and large time series are impractical in vector format. All data processing is performed in raster format, pixel by pixel.

  • Can I download the data in Shapefile format?
    expand_more

    There isn’t such possibility in the MapBiomas Trinational Atlantic Forest platform. The vectorization of maps is extremely costly and impractical for the whole territory. The recommended solution, if you want to work with vector, is to download the data, perform the territorial or spatial clipping of your interest and then vectorize using your favorite software.

  • Are MapBiomas Trinational Atlantic Forest data public?
    expand_more

    Yes, the MapBiomas Trinational Atlantic Forest data is public and free for non-commercial use or for public interest purposes.

  • Is it possible to work with MapBiomas Trinational Atlantic Forest data in the cloud without having to download them?
    expand_more

    Yes, the MapBiomas Trinational Atlantic Forest collections are available as layers in the Google Earth Engine platform and can be accessed, processed and analyzed directly on the platform without the need to download the data. To obtain the IDs of the MapBiomas Chaco collections in the Google Earth engine, go to: Google Earth Engine.

  • How do I cite MapBiomas Trinational Atlantic Forest data?
    expand_more

    MapBiomas Trinational Atlantic Forest data is public and free of charge by merely referring to the source in the following format:

    "MapBiomas Trinational Atlantic Forest Project - Collection [number] of the Annual Land Use Land Cover Maps, accessed on [date] through the link: [LINK]. MapBiomas Trinational Atlantic Forest Project - is a multi-institutional initiative to generate annual land use land cover maps based on automatic classification processes applied to satellite images (...)"

    The complete project description can be found at here.

  • How do I access MapBiomas data in Google Earth Engine?
    expand_more

    You must have a Google Earth Engine (GEE) account, which can be registered through the following link: https://earthengine.google.com. By accessing the GEE Code Editor (https://code.earthengine.google.com), you can start scripts to view and process data. In this link you can find examples of Scripts to access MapBiomas Trinational Atlantic Forest data in Google Earth Engine. 

  • Can I download tabular and statistical data of the land use land cover maps? To which territorial subsets?
    expand_more

    Yes, the land cover and use statistics, as well as the transition matrices for the Trinational Atlantic Forest biome, country, basin, province / state, departments and municipalities / districts are available for download at: Statistics.

  • I’ve downloaded maps from a MapBiomas Trinational Atlantic Forest collection, how do I know the meaning of each caption code?
    expand_more

    The file with the caption codes can be accessed at LINK.

  • How to download maps from a state or county?
    expand_more

    In the MapBiomas Trinational Atlantic Forest platform the maps are available ready to download with Biomas clipping. For states and municipalities subsets, it can be generated inside Google Earth Engine, by accessing the script available at this link. You must select the state and county, years of interest and export it to your Google Drive folder. 

  • Which maps were used as a reference for the mapping?
    expand_more

    You can access the description of all the reference maps used by MapBiomas Trinational Atlantic Forest in: Reference Maps.

  • How is the raster data area calculated in MapBiomas Trinational Atlantic Forest?
    expand_more

    Landsat has an average resolution of 30 m, so it is common to associate the area of ​​a pixel with 900 m2. But, since the original MapBiomas Trinational Atlantic Forest data is created following the representation of the GEE standard (Lat / Long and WGS84), it does not use an equivalent projection (equal area). Therefore, the distance from the target to the equator influences the pixel size. Therefore, on a continental scale, the pixel count calculation and multiplication by 900 m2 should be avoided.

    In MapBiomas Trinational Atlantic Forest the calculation is performed in Google Earth Engine, we apply the function ee.Image.pixelArea () that generates an image in which the value of each pixel is the area of ​​that pixel in square meters, taking into account the possible cartographic distortions.