I noticed that the API request for ground control and quality category in the planet_search function is wrongly written. With the "NotFilter", I suspect we are requesting for the opposite category, leading to significantly fewer and low-quality results. I suggest the following changes.
https://github.com/bevingtona/planetR/blob/a135a7947625a18453bcad3bf4de78ab807f2415/R/planet_search.R#L93-L117
I noticed that the API request for ground control and quality category in the planet_search function is wrongly written. With the "NotFilter", I suspect we are requesting for the opposite category, leading to significantly fewer and low-quality results. I suggest the following changes.