pacificclimate/chickadee

Rds input option

cairosanders opened this issue · 0 comments

Description

R objects can be stored in rda or rds files the current implementation of wps_rerank.py only accepts rda files. Adding an rds option would be more flexible for the user.

Requested Action

Add an input option with the .rds extension and handle rds or rda input in the _handler method.

Alternatives

Just accept only rdata or only RDS