Phil Varner

Results 141 comments of Phil Varner

I worked around it by just defining one S3 event listener and then switching on what type it was in the lambda handler code.

The fix for this seems to be explicitly setting: `c.Auth0OAuthenticator.scope = ['openid', 'email']` I have no idea why the case when you're not logged in and when you are would...

Just a note that the Asset field is now named `eo:bands` and the field within a band definition is `common_name` (not `eo:common_name` as it was previously).

ah, great. What about ```Is there a CQL JSON Operator "isNotNull" also?``` ?

@cholmes said > With this we can probably get rid of the proposes 'intersects' geometry class in #579, since it'd be covered here in an even easier to use /...

Another possibility is to allow a `collections` parameter on `/queryables` such that you could call it with `/queryables?colections=collection1,collection3` and it would return the intersection of having called `/collections/collection1/queryables` and `/collections/collection3/queryables`....

I encountered this same issue. ``` File "/Users/philvarner/code/titiler/venv/lib/python3.8/site-packages/supermercado/burntiles.py", line 78, in burn bounds = find_extrema(polys) File "/Users/philvarner/code/titiler/venv/lib/python3.8/site-packages/supermercado/burntiles.py", line 44, in find_extrema *[_feature_extrema(f["geometry"]) for f in features] File "/Users/philvarner/code/titiler/venv/lib/python3.8/site-packages/supermercado/burntiles.py", line 44,...

I think this is more clear than when you filed this, but I think this speaks to the value of Browseable: --- A STAC API conforming to the *STAC API...

Idea: /aggregateables (aggregatables?) endpoint like /queryables

One challenge here is that it would prevent a user from easily looking at the JSON responses in the browser. I do this a lot. It seems that Franklin no...