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
The documentation has an example for SICD and SIDD readers being created from a remote file using smart_open. When trying the same with a CPHDReader it fails because a local file path is expected.
Are there plans to add remote file capability for the CPHDReader, or is there an implementation detail which blocks it?
The text was updated successfully, but these errors were encountered:
Hello, we are currently working on SARPy 2.0 which I believe will address this issue. We are currently calling the new release SARKit. You can check out the new release here: [(https://github.com/ValkyrieSystems/sarkit)] Please keep in mind that this code is not finished and is still experimental.
Thanks for the response! Is sarpy going to continue being maintained, or is this new sarkit replacing it? Should new features/bugfixes be directed towards sarkit instead?
The documentation has an example for SICD and SIDD readers being created from a remote file using
smart_open
. When trying the same with aCPHDReader
it fails because a local file path is expected.Are there plans to add remote file capability for the CPHDReader, or is there an implementation detail which blocks it?
The text was updated successfully, but these errors were encountered: