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
see #414 for details, but for an example
my_algorithms <- list(`Area Grid Statistics (unweighted)` = "gov.usgs.cida.gdp.wps.algorithm.FeatureGridStatisticsAlgorithm", `Area Grid Statistics (weighted)` = "gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm") knife <- webprocess() algorithm(knife) <- my_algorithms knife An object of class "webprocess": url: https://cida.usgs.gov/gdp/process/WebProcessingService algorithm: Area Grid Statistics (unweighted) Area Grid Statistics (weighted) web processing service version: 1.0.0 process inputs: SUMMARIZE_TIMESTEP: false SUMMARIZE_FEATURE_ATTRIBUTE: false DELIMITER: COMMA REQUIRE_FULL_COVERAGE: true STATISTICS: GROUP_BY: wait: FALSE email: NA
☝️ looks like both values are in the algorithm slot, but probably only the first is used for the actual request:
knife@algorithm $`Area Grid Statistics (unweighted)` [1] "gov.usgs.cida.gdp.wps.algorithm.FeatureGridStatisticsAlgorithm" $`Area Grid Statistics (weighted)` [1] "gov.usgs.cida.gdp.wps.algorithm.FeatureWeightedGridStatisticsAlgorithm"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see #414 for details, but for an example
☝️ looks like both values are in the algorithm slot, but probably only the first is used for the actual request:
The text was updated successfully, but these errors were encountered: