You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a good deal of code in Python that would have to be duplicated in R to support inferring the extension name from a storage array. The inference is basically:
I don't think it needs to perform all out validation...just enough to infer what the extension name would be if it were a valid extension storage type. Then it can be passed to ArrowSchemaInitFromStorage() to do the actual validation.
The text was updated successfully, but these errors were encountered:
There's a good deal of code in Python that would have to be duplicated in R to support inferring the extension name from a storage array. The inference is basically:
geoarrow.wkb
geoarrow.wkt
geoarrow.point
geoarrow.multipoint
geoarrow.multilinestring
geoarrow.multipolygon
I don't think it needs to perform all out validation...just enough to infer what the extension name would be if it were a valid extension storage type. Then it can be passed to
ArrowSchemaInitFromStorage()
to do the actual validation.The text was updated successfully, but these errors were encountered: