Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Repository files navigation

Accuracy Assessment of Land Use and Land Cover Classification: A Case Study in the São Luís Intermediate Region with MapBiomas

This repository contains the source code and procedures used in the article: "Avaliação da Acurácia na Classificação de Uso e Cobertura da Terra: Um Estudo de Caso na Região Intermediária de São Luís com o MapBiomas".

The study provides a localized accuracy assessment of MapBiomas data, building upon the original source code developed for the Collection 8 accuracy analysis. This repository is a fork of the original project, specifically adapted for the São Luís intermediate region.

Authors

  • Thomas Victor de Sousa Malheiros Rocha

  • Sérgio Souza Costa

    • Ph.D. in Applied Computing
    • Associate Professor at the Federal University of Maranhão (UFMA)
    • sergio.costa@ufma.br
  • Luís Fernando Cirqueira da Silva Correia

  • Denilson da Silva Bezerra

    • Ph.D. in Earth System Science
    • Assistant Professor at the Federal University of Maranhão (UFMA)
    • denilson.bezerra@ufma.br

Getting Started

Follow the steps below to reproduce the analysis:

1. Clone the repository

git clone [https://github.com/LambdaGeo/acuracia_slz.git](https://github.com/LambdaGeo/acuracia_slz.git)
cd acuracia_slz

2. Create a virtual environment
It is highly recommended to use a virtual environment to isolate project dependencies.
python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`

3. Install dependencies
The necessary libraries are listed in the requirements.txt file.
pip install -r requirements.txt

4. Run the Notebook
The main analysis is performed within a Jupyter Notebook. Ensure your virtual environment is active and launch Jupyter:
jupyter notebook 2_acuracia_sa23z.ipynb

About

Code and analysis for the paper: "Accuracy Assessment of LUCC: A Case Study in the São Luís Intermediate Region with MapBiomas

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages