Common tasks with regionalized data

Match geocollections using Pandarus

Convert geocollection to Method data

Note

Conversion requires access to the actual spatial data and all needed metadata, i.e. filepaths, layer and field name for shapefiles, and raster band for rasters.

Convert geocollection to Loading data

Load Pandarus output

To load the output from a Pandarus calculation, use Pandarus.import_from_pandarus (insert ref. to method docs here) like:

Intersection(("from geocollection name", "to geocollection name")).import_from_pandarus("")

Note

Be sure to pass the --lca if calling Pandarus from the command line.

Warning

Make sure the order of the two geocollections is the same in the Intersection object as it was in the Pandarus calculation.