easysnowdata.optical.planetscope.search#
- easysnowdata.optical.planetscope.search(aoi: Any = None, time: Any = None, *, item_type: str = 'PSScene', cloud_cover: float | None = None, asset_types: Sequence[str] | None = None, limit: int = 100, source: str | None = None, **kwargs: Any) GeoDataFrame[source]#
Search the Planet Data API and return the scenes as a
GeoDataFrame.A search is free — it spends no quota — and the frame it returns is what
order()andload()take. Only scenes the account may download are returned (the Data API permission filter).- Parameters:
aoi – The usual spatial and temporal inputs.
time – The usual spatial and temporal inputs.
item_type –
"PSScene"(default) or"SkySatCollect".cloud_cover – Keep scenes with less than this cloud percentage.
asset_types – Require these assets (e.g.
["ortho_analytic_4b_sr", "ortho_udm2"]).limit – Maximum number of scenes.