Skip to content

brazil-data-cube/lccs-db

Repository files navigation

Land Cover Classification System Database Model

Software License

Code Coverage Test

Documentation Status

Software Life Cycle

Release

Join us at Discord

About

Currently, there are several data sets on regional, national and global scales with information on land use and land cover that aim to support a large number of applications, including the management of natural resources, climate change and its impacts, and biodiversity conservation. These data products are generated using different approaches and methodologies, which present information about different classes of the earth's surface, such as forests, agricultural plantations, among others. Initiatives that generate land use and land cover maps normally develop their own classification system, with different nomenclatures and meanings of the classes used.

LCCS-DB (Land Cover Classification System Database) provides a data model that represents the various classification systems in use and their respective classes. The LCCS-DB aims to provide a data repository to facilitate access and visualization of classes and their symbologies in each classification system employed in projects that provide land use and land cover maps in Brazil: PRODES, DETER, TerraClass and MapBiomas.

In addition, the LCCS-DB allows mapping between classes of classification systems in order to simplify joint data analysis.

The following diagram shows the tables used in this system:

Database Schema


This is the base package for other softwares in the Brazil Data Cube project:

  • LCCS-WS-SPEC: Land Cover Classification System Web Service specification.
  • LCCS-WS: Land Cover Classification System Web Service implementation.
  • LCCS.py: Python Client Library for Land Cover Classification System Web Service.
  • WLTS-SPEC: Web Land Trajectory Service Specification.
  • WLTS.py: Python Client Library for Web Land Trajectory Service.
  • BDC-Catalog: Brazil Data Cube Image Metadata Catalog.

Installation

Install from GitHub:

pip3 install git+https://github.com/brazil-data-cube/lccs-db@v0.8.2

Documentation

See https://lccs-db.readthedocs.io/en/latest/

License

Copyright (C) 2023 INPE.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.