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
If a Client is created with the from_file static method and a StacIO instance that is not a StacApiIO instance is provided as an argument, many methods will raise method not found errors.
The reason is that many methods call conforms_to method on the StacIO instance, which is only a method in StacApiIO and not
pystac.StacIO.
The text was updated successfully, but these errors were encountered:
If a Client is created with the
from_file
static method and a StacIO instance that is not a StacApiIO instance is provided as an argument, many methods will raise method not found errors.The reason is that many methods call
conforms_to
method on the StacIO instance, which is only a method in StacApiIO and notpystac.StacIO.
The text was updated successfully, but these errors were encountered: