Skip to content
#

cog

Here are 105 public repositories matching this topic...

vincentsarago
vincentsarago commented May 7, 2021

link: https://github.com/milesgranger/pyrus-cramjam

right now we have to install brotli dependency and use default middleware which is not customizable (ref developmentseed/titiler#268)

I think we could create a simple middleware which support zlib and brotli using pyrus-cramjam and also add a path filter as we've done in https://github.com/developmentseed/ti

gort
clockworksoul
clockworksoul commented Jul 7, 2021

The gort group revoke command should allow the addition of multiple roles (for parity with cogctl)

(From docker run -it operable/cogctl:alpine-1.0.1 cogctl group revoke --help)

Usage: cogctl group revoke [OPTIONS] GROUP ROLES...

  Revoke one or more roles from a group.

Options:
  --yes   Confirm the action without prompting.
  --help  Show this message and exit.
pric
RichardScottOZ
RichardScottOZ commented Mar 25, 2021

Without thinking I put resampling="bilinear" and got an error when I called .compute()

Traceback (most recent call last):
  File "carajas.py", line 92, in <module>
    band_medianNP = band_median.compute()
  File "/home/ubuntu/anaconda3/envs/richard/lib/python3.8/site-packages/xarray/core/dataarray.py", line 899, in compute
    return new.load(**kwargs)
  File "/home/ubuntu/anaco

Improve this page

Add a description, image, and links to the cog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cog topic, visit your repo's landing page and select "manage topics."

Learn more