intake / intake-xarray

Intake plugin for xarray
https://intake-xarray.readthedocs.io/
BSD 2-Clause "Simplified" License
74 stars 36 forks source link

Update quickstart.rst #117

Closed aaronspring closed 2 years ago

aaronspring commented 2 years ago
martindurant commented 2 years ago

This looks like useful extra language. Were you planning to add more here?

aaronspring commented 2 years ago

I can add more, but I am unsure whats missing.

martindurant commented 2 years ago

Any idea about the .so symbol lookup error in the logs?

aaronspring commented 2 years ago

Any idea about the .so symbol lookup error in the logs?

probably these warnings:

intake_xarray/tests/test_remote.py::test_http_read_rasterio_pattern
  /home/runner/work/intake-xarray/intake-xarray/intake_xarray/raster.py:62: DeprecationWarning: open_rasterio is Deprecated in favor of rioxarray. For information about transitioning, see: https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
    das = [xr.open_rasterio(f, chunks=self.chunks, **self._kwargs)

intake_xarray/tests/test_remote.py::test_s3_read_rasterio
  /home/runner/work/intake-xarray/intake-xarray/intake_xarray/raster.py:90: DeprecationWarning: open_rasterio is Deprecated in favor of rioxarray. For information about transitioning, see: https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
    self._ds = xr.open_rasterio(files, chunks=self.chunks,
aaronspring commented 2 years ago

Maybe let’s merge this small PR and deal with #87

martindurant commented 2 years ago

Agreed.