Changes
Changes of this release include:
- Add `aoi_mode` in `mosstool.map.builder` to contorl input aois.
- - input `net` in `Map` format and `aoi_mode` is `append`: incremental add AOIs from both input `net` and input `aois`.
- - input `net` in `Map` format and `aoi_mode` is `overwrite`: add AOIs from input `aois` only.
- - input `net` in `FeatureCollection` format: `aoi_mode` is invalid, i.e., add AOIs from input `aois` only.
- Remove `scenario` in `mosstool.trip.generator.TripGenerator`.