Skip to content

brazil-data-cube/wlts

Repository files navigation

Web Land Trajectory Service

Software License

Code Coverage Test

Documentation Status

Software Life Cycle

Release

Join us at Discord

About

Land Use and Cover information is essential to support governments in decision making on the impact of human activities on the environment, for planning the use of natural resources, conservation of biodiversity, and monitoring climate change.

Currently, several projects systematically provide information on the dynamics of land use and cover. Well known projects include PRODES, DETER and TerraClass. These projects are developed by INPE and they produce information on land use and coverage used by the Brazilian Government to make public policy decisions. Besides these projects there are other initiatives from universities and space agencies devoted to the creation of national and global maps.

Although these projects adhere to open data policies and provide a rich collection of data, there are still a gap however in tools that facilitate the integrated use of these collections: it requires from researchers, students and public officials a great effort to collect, organize and integrate all the datasets, prior to their use. In general, each data collection adopts its own land use and cover classification system, with class names and meanings very different across the collections. Besides that, the collections have different spatial and temporal resolutions, rely on different data representation (raster or vector), and are served by different systems in several formats (files, DBMS or web services).

In this context, the Web Land Trajectory Service (WLTS) is a service that aims to facilitate the access to these various land use and cover data collections through a tailored API. The result is tool that allows researchers and specialists to spend their time in the analytical process, once the API provides the integration of these datasets and brings the concept of Land Use and Cover Trajectories as a high level abstraction. The WLTS approach is to use a data model that defines a minimum set of temporal and spatial information to represent different sources and types of data. WLTS can be used in a range of application, such as in validation of land cover data sets, in the selection of trainning samples to support Machine Learning algorithms used in the generation of new classification maps.

For more information on WLTS, see:

  • WLTS Specification: the WLTS specification using OpenAPI 3.0 notation.
  • WLTS.py: Python Client Library for Web Land Cover Trajectory Service.
  • LCCS-WS Specification: which is used to represent the classes associated with the resources retrieved in WLTS queries.
  • LCCS.py: Python Client Library for Land Cover Classification System Web Service.
  • LCCS Server: Python Web Server for LCCS.

Installation

See INSTALL.rst.

Deploying

See DEPLOY.rst.

License

Copyright (C) 2022 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.