planetary-computer-sdk-for-python icon indicating copy to clipboard operation
planetary-computer-sdk-for-python copied to clipboard

Planetary Computer SDK for Python

Results 9 planetary-computer-sdk-for-python issues
Sort by recently updated
recently updated
newest added
trafficstars

This adds a "pc" fsspec filesystem implementation, which lets us insert "pc::" in an fsspec URL and automatically sign it when loading it with an fsspec client. The primary motivation...

Currently we don't traverse builtin collections (aside from dictionaries with a known set of keys for kerchunk). With https://github.com/stac-utils/pystac-client/issues/237 we might be pushing users towards `list(search.get_item())` and we'd want to...

Cannot import name `dataclass_transform` by PyPl installing` planetary-computer` ![擷取](https://user-images.githubusercontent.com/70860455/193990380-a0593c38-85a8-4d8a-82ef-c6c4a44e0cac.JPG)

Solution was presented in https://github.com/fsspec/adlfs/issues/346#issuecomment-1239095846. Adds some dev dependencies to get a real unit test. Without this fix, the following error occurs on weakref cleanup (planetary-computer version 0.4.7, adlfs version...

Apologies if this isn't the right repo to ask this question, but I was looking to reconstruct PySTAC `Items` from geoparquet rows (https://planetarycomputer.microsoft.com/docs/quickstarts/stac-geoparquet/#Bulk-STAC-item-queries-with-GeoParquet). Is there a convenience method of the...

xref https://github.com/microsoft/PlanetaryComputer/discussions/200 It might be handy to take a semi-well defined DataFrame schema (maybe just an `assets` field with dict / object dtype?), like those returned by `stac-geoparquet`, and sign...

I'd suggest to improve the tiles assignation, given that using only tiles' bounding boxes as a criteria leads to unnecessary downloads. While bounding boxes overlap, the reality is that tiles...

A request for NDVI (500m_16_days_NDVI) and LST (LST_Day_1km) product (collection `modis-13A1-061`) and for the polygon described below is returning data for the wrong tile. While the polygon belongs to MODIS...

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies