Open trns1997 opened 1 month ago
A header
and query
option could be added. The rest of the support is already there.
A
header
andquery
option could be added. The rest of the support is already there.
Alrighty, I'll look into it, any tips on where I should look for inspiration, I was thinking of basing myself off the EptReaders class and go from there?
There's almost nothing to it. Just add the arguments and pass them to the getBinary
call. Update the documentation.
I guess you also need to convert from JSON to string maps. You can copy CopcReader::setForwards()
For the moment based on usage, I know that
reader.ept
supports http headers that are passed to arbiter to read files in a remote server. I was wondering is there a particular reason why other readers do not have this option. I understand I could programmatically download for example my las file and pass the downloaded file to the LasReader, but I was thinking it would be cool to pass the readers the http headers with token and all necessary info needed for it to fetch the file and read it. Please let me know what you guys think? Or if this functionality already exists and I simply missed it?