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
No obvious hurdles. I can give you pointers if you get stuck. You should be able to stream over the batches without loading the entire file into memory
I did not go with the proposed Table approach, because each batch table would call dataset_begin and dataset_end which can influence writers down the road. I used GeozeroDatasource implementation for RecordBatchReader instead
@kylebarron let me know if you think it is a bad idea
Since reading geoparquet is supported (#37), we should be able to add it as input to geozero-cli.
Any potential hangups you see @kylebarron?
The text was updated successfully, but these errors were encountered: