mpu-creare
mpu-creare
**Problem:** I have a file stored on S3 and I wanted to store a second copy with a different chunk structure (optimized for time-series reads instead of spatial reads). Trying...
### 1. Issue or feature description * I am trying to install JupyterHub on a bare metal machine using microk8s with GPU support on Ubuntu 22.04 LTS * I can...
**Description** Cannot merge Coordinates, crs mismatch **Steps to Reproduce** ``` ct = podpac.Coordinates([["2000-01-01"]], dims=["time"], crs='EPSG:3758') cs = podpac.Coordinates([[42], [-72]], ['lat', 'lon'], crs='EPSG:4326') c = podpac.coordinates.merge_dims([ct, cs]) # thows error ```...
**Description** Improve the documentation on the UnitsDataArray and the use of units **Describe the solution you'd like** Document what cases are handled for units, and which cases are not.
**Description** Seems like GFS stored on AWS has drastically changed. New bucket is `noaa-gfs-bdp-pds` and the structure looks different.
**Description** * When using multiple outputs, you set `node.outputs` to a list. * For these nodes, settings `node.output` to a particular value will retrieve only that value * Internally, the...
We need to fix our automatic testing. Travis is deprecated?
The 3.x release has a few backward compatible features that we should eliminate for the sake of a better overall design. * Interpolation should be its own node class *...
**Description** Terrain tiles node returns nan's on some of the edges of some tiles some of the time. **Steps to Reproduce** ``` >>> import podpac >>> url = "https://mobility-devel.crearecomputing.com/geowatch?&SERVICE=WMS&REQUEST=GetMap&VERSION=1.3.0&LAYERS=datalib.terraintiles.TerrainTiles&STYLES=&FORMAT=image%2Fpng&TRANSPARENT=true&HEIGHT=256&WIDTH=256&TIME=2021-03-01T12%3A00%3A00.000Z&CRS=EPSG%3A3857&BBOX=-17532819.799940586,-2504688.542848655,-15028131.257091932,-7.081154551613622e-10&PARAMS=%7B%22style%22%3A%7B%22colormap%22%3A%22terrain%22%2C%22clim%22%3A%5B0%2C5000%5D%7D%7D" >>>...