-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STAC 1.0 compatibility, release 0.3.0 #61
Conversation
Some failing tests for intake upstream: item = StacItem(stac_item_obj)
list_of_bands = ['B1', 'B8']
B1_da = item.B1.to_dask()
url = 'https://landsat-pds.s3.amazonaws.com/c1/L8/152/038/LC08_L1TP_152038_20200611_20200611_01_RT/LC08_L1TP_152038_20200611_20200611_01_RT_B1.TIF'
169
mode = 'rb', storage_options = {}, of = <List of 1 OpenFile instances>
E ValueError: open_local can only be used on a filesystem which has attribute local_file=True Full log: @martindurant @jhamman -not sure why the URLs are passed to open_local?.. Could also fix in a subsequent PR. I think this is ready to merge and release. |
This is probably due to the release of intake-xarray; please forward or reference this issue there. I think it probably has to do with the distinction between file-based and URL-based open functions. |
@jhamman - since tests pass with intake-xarray 0.3.1, should we just pin to that version and release? |
Perhaps it would be best to if we just xfailed this test for intake-xarray > 0.3.1? Hopefully upstream is fixed before we release again. |
finally! read-the-docs woes sorted. python3.9 environment failing to solve with conda, but i'm going to squash and merge this and release and hope that new dependency versions on conda-forge will be sorted soon. |
Addresses #57
Currently hitting
ValueError: Can't clean for JSON:
for#31
cc @jhamman - i'm wondering if we can directly render one of the notebooks under examples/ in the docs instead of a separate tutorial.rst