fix pixels in pollination raster func

This commit is contained in:
Claire Simpson 2025-03-11 15:35:58 -06:00
parent b943e65767
commit 72fadf5bf9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def make_simple_raster(base_raster_path, array):
projection_wkt = srs.ExportToWkt()
origin = (461251, 4923245)
pixel_size = (30, 30)
pixel_size = (30, -30)
no_data = -1
pygeoprocessing.numpy_array_to_raster(