Phil Varner
Phil Varner
## Context When I define event triggers like the following (contrived from my real usage): ``` base_stage: ... events: - function: summary_generator.generate event_source: arn: arn:aws:s3:::some-bucket-us-east-2 events: - s3:ObjectCreated:Post - function:...
In the text, we state that a Catalog can link to child Catalog, Collection, or Item objects and a Collection can link to child Collection or Item objects. However, we...
For example, 90840 is in the US (CONUS) PHZ csv, but not in zipcodes.csv, so it results in a 404 https://phzmapi.org/90840.json This seems to be opposite of the case mentioned...
**Is your feature request related to a problem? Please describe.** Documentation for error behavior is hard to find. It's buried in the Validity section, which a new user is unlikely...
If I login to JH via Auth0, and then JH times out due to inactivity or I explicitly delete the JH auth cookies, I then get a login failures (500...
This is a correctly-wound (counter-clockwise, following the right-hand rule) polygon that crosses the antimeridan: ``` { "type": "Polygon", "coordinates": [ [ [ -177.1, 48.6 ], [ 179.6, 49.0 ], [...
I'm looking at: https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/clause_6_basic_cql2.adoc Few related concerns: 1. This doesn't mention "IS NOT NULL" as allowed as an operator, but used in an example for IS NULL. 2. I assume...
I looked through the spec and could not find clear guidance on this, so I'm filing this ticket. The semantics of a PUT or PATCH allow the entity to be...
This is mostly a question to see if this exists -- we have specs for Collections and for the TxnExt on Features, but do we have a TxnExt for Collections?
The Queryables mechanism in CQL support uses a field `additionalProperties` to indicate that the server allows values to be requested that are not explicitly defined as queryables. This should also...