Skip to content

Included Processor with two basic functions.

Nicolas Garcia Ospina requested to merge raster-usage into master

Hi!

In this merge request I introduce the Processor class, this class works as a toolbox that makes use of Tile and Datasource classes to complete settlement data processing at a tile level.

The functions included in this class make the following taks:

  • find raster files with relevant information for a tile.
  • load raster files and extract relevant pixels.

\rfc \approve @fd @ds

Merge request reports