We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pros:
Cons:
E.g. update contour_preprocess with rasterisation of smartline buffer:
contour_preprocess
buffered_geom = smartline_gdf.simplify(30).buffer(2000) coastal_buffer = rasterize(shapes=buffered_geom, out_shape=yearly_ds.geobox.shape, transform=yearly_ds.geobox.transform, all_touched=True).astype(bool) buffer_ocean = ~coastal_buffer buffer_land = ~coastal_buffer
The text was updated successfully, but these errors were encountered:
robbibt
No branches or pull requests
Pros:
Cons:
E.g. update
contour_preprocess
with rasterisation of smartline buffer:The text was updated successfully, but these errors were encountered: