geoparquet-tools icon indicating copy to clipboard operation
geoparquet-tools copied to clipboard

feat: figure out fully remote IO

Open nlebovits opened this issue 5 months ago • 0 comments

Currently, the IO stuff assumes either you read remote and write the output locally or take a local file and write it to a remote branch. Reads assume there must be a local outpath, and writes (I think) assume the input is local, or at least require a local tempfile. Figure out what functionality currently exists and how to eventually be able to read a remote file, modify it, and write it to a new remote location (or overwrite the original remote file).

nlebovits avatar Nov 22 '25 16:11 nlebovits