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 you use result(job) with the FeatureCoverageOPeNDAPIntersectionAlgorithm algorithm, you get an error about the parser not being supported. This is useful but might lead people to believe that they cannot use that algorithm at all. Perhaps adding what they can do instead would be useful:
Original error
Error: parser for FeatureCoverageOPeNDAPIntersectionAlgorithm not currently supported.
Suggested error:
Error: parser for FeatureCoverageOPeNDAPIntersectionAlgorithm not currently supported. Retrieve your results using `geoknife::download()` and then parsing the results yourself.
The text was updated successfully, but these errors were encountered:
If you use
result(job)
with theFeatureCoverageOPeNDAPIntersectionAlgorithm
algorithm, you get an error about the parser not being supported. This is useful but might lead people to believe that they cannot use that algorithm at all. Perhaps adding what they can do instead would be useful:Original error
Suggested error:
The text was updated successfully, but these errors were encountered: