-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Specify interval type in extents #29
Comments
IntervalSets brings in Random, Statistics and RecipesBase - so I'm not sure whether it's suitable as a dependency of GeoInterface... Maybe we improvise something here? |
Ugh thats unfortunate. But maybe we can make all of those extensions in IntervalSets? |
Its already done! theyre extensions. So its no problem |
Perfect, as long as they can switch to Julia v1.9 compat we should be golden! |
Ah right we are still on 1.5 here. We can bump to 1.10 very soon hopefully |
This rasterization bug is cause by raster extents being
closed, open
and polygon extents beingclosed, closed
, but using them both in the same methods:rafaqz/Rasters.jl#749
I can fix this in rasters by hacking in
upper + eps(upper)
for the extent. But it could be good to fix this more comprehensively.@asinghvi17
The text was updated successfully, but these errors were encountered: