File size: 221 Bytes
67a3943 |
1 2 3 4 5 6 7 |
from handler import CroplandHandler
if __name__ == "__main__":
handler = CroplandHandler('examples', 'outputs')
sample = 'at_si_sk_2021_380.zarr'
out = handler.predict(sample, save_raster=True)
print(out) |