-
Notifications
You must be signed in to change notification settings - Fork 26
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
Z and M dimension support #291
Comments
how do we know whether |
My implicit understanding was that |
@yeesian I agree, regular arguments should be spatial dimensions. M could use a keyword argument. |
Does that mean
? |
Yeah, that would work. Otherwise just use a different function with m last. |
While going through #290, I noticed some issues with geometry types, especially the non-default ones with Z and/or M dimensions.
getm
. (added in Implement new GeoInterface traits #290)ArchGDAL.IGeometry{ArchGDAL.wkbPoint}
, while the latter should bewkbPoint25D
orwkbPointM
.The text was updated successfully, but these errors were encountered: