revrt.routing.utilities.make_rev_sc_points#
- make_rev_sc_points(excl_rows, excl_cols, crs, transform, resolution=128)[source]#
Generate reV supply curve points for a given exclusion grid size
- Parameters:
excl_rows (
int) – Dimensions of the exclusion grid.excl_cols (
int) – Dimensions of the exclusion grid.crs (
strorpyproj.crs.CRS) – Coordinate reference system for the exclusion raster.transform (
affine.Affine) – Affine transform object representing the exclusion raster transformation.resolution (
int, default128) – Resolution of the supply curve grid w.r.t the exclusion grid (i.e. reV aggregation factor). By default,128.
- Returns:
geopandas.GeoDataFrame– Supply curve points with geometry and start row/column indices.