developmentseed / developmentseed/obstore
Make example with Azure planetary computer Parquet data with fsspec store
Open
fsspec
- Dominant language
- Python
- Stars
- 810
- Forks
- 42
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 6
Description
```
collection = catalog.get_collection("landsat-c2-l2")
asset = collection.assets["geoparquet-items"]
credential_provider = PlanetaryComputerCredentialProvider(
asset.href,
account_name=asset.extra_fields["table:storage_options"]["account_name"],
)
```
Make example of using this data with a pyarrow Dataset
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.