Skip to content
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

Take stream as input #241

Open
zhangjinzhou opened this issue Jul 25, 2018 · 4 comments
Open

Take stream as input #241

zhangjinzhou opened this issue Jul 25, 2018 · 4 comments

Comments

@zhangjinzhou
Copy link

Is it possible to take stream as input?

@MidasXIV
Copy link

Hey, I have been trying to use an S3 file path to a .TIF file but i don't think it's supported.
Have you found out any way to overcome this ?

@zhangjinzhou
Copy link
Author

No. I researched, and it seems spatial files rarely support stream because of file structure.

@jdesboeufs
Copy link
Contributor

Many formats support streaming: GeoJSON, GML, CSV, GPX, KML…
Currently node-gdal seems not to support stream in. You had to write your data to the filesystem, et read from it.
But you can stream out easily.

@timmycam
Copy link

timmycam commented Oct 6, 2019

@MidasXIV Did you figure out or come across a solution for reading from s3? I'm sure this is common process! There is a solution for the gdal lib here but it throws an error from the node bindings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants