com7Regional.splitInputs.splitAndMoveReleaseAreas

splitAndMoveReleaseAreas(dirList, inputShp, outputDir)[source]

Split release areas into individual shapefiles and write them to their respective folders.

Parameters
  • dirList (list) – list of dictionaries containing dirName, properties list, and geometries list

  • inputShp (pathlib.Path object) – path to input shapefile

  • outputDir (pathlib.Path object) – path to output directory where folders will be created

Return type

none