We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://gdal.org/user/virtual_file_systems.html
we see
The filename syntax must be only /vsistdin/.
It would be great if it instead said
The filename syntax must be only /vsistdin/, not e.g., /vsistdin/path/to/f.csv .
But maybe that's not what it is trying to say. Hard to tell! Thus I have no PR to submit.
And, a little further down it goes on to say,
The "/vsistdin?buffer_limit=value" syntax can also be used.
which rather undermines what it first said.
Later in the page it would also be nice if
The filename syntax must be only /vsistdout/.
said
The filename syntax must be only /vsistdout/. Not e.g., .....
The text was updated successfully, but these errors were encountered:
yes, that's what it is meant. But that should be kind of obvious for anyone a bit familiar with the concept of standard input.
And, a little further down it goes on to say, The "/vsistdin?buffer_limit=value" syntax can also be used.
That's a later addition to the original "/vsistdin/" only syntax. This is a rather advanced mode, that said
Feel free to submit an enhancement reflecting that if you wish.
Sorry, something went wrong.
Update virtual_file_systems.rst adding clarity
81f2c54
OSGeo#9626
No branches or pull requests
Feature description
In https://gdal.org/user/virtual_file_systems.html
we see
It would be great if it instead said
But maybe that's not what it is trying to say. Hard to tell! Thus I
have no PR to submit.
And, a little further down it goes on to say,
which rather undermines what it first said.
Later in the page it would also be nice if
said
The text was updated successfully, but these errors were encountered: