The Wayback Machine - https://web.archive.org/web/20210623211609/https://github.com/topics/cog
Skip to content
#

cog

Here are 104 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

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