Klaas Hoekema

Results 9 issues of Klaas Hoekema

Tilegarden is being used in https://github.com/azavea/pfb-network-connectivity, but since this will be the first production deployment and project integration, we've decided to copy it over and develop it there, to facilitate...

## Overview The existing deployment setup relied on single `.env`, `.api-id` and `claudia.json` files, so supporting multiple environments required shuffling different copies around and copying them onto those filenames, which...

For any performance enhancement that's not trivial to implement and obviously advantageous, we need a way to quantify the impact. We'll want both debug logging within the functions to be...

performance

- See https://github.com/azavea/lambnik/pull/5 - Investigate the possibility of creating a connection that's shared across invocations once a Lambda instance is initialized

performance
high priority

This adds the [`max_allocated_storage` parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#max_allocated_storage), and a variable to provide a value for it. The default is `0`, i.e. no automatic storage scaling. While I was in the variables file...

I noticed this on PR #662 but it seems like it's true in production: when I check "Wheelchair accessible", the directions won't use busses. E.g. https://gophillygo.org/map/directions?origin=39.96581%2C-75.183494&originText=Fairmount%20Waterworks%20Interpretive%20Center&mode=TRANSIT%2CWALK&destination=39.9616133%2C-75.1541914&destinationText=990%20Spring%20Garden%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019123 Without the wheelchair box...

OTP

OpenSearch.org was repurposed, so the links to the spec that used to be hosted there are broken. The site was cloned into a github repo (https://github.com/dewitt/opensearch). This updates the links...

There are several places where this raises a custom exception with `raise Exception(...)`, e.g. https://github.com/azavea/python-omgeo/blob/8308301edf3921b97dd977f8b54b3201a29b3868/omgeo/services/esri.py#L91. Making users of the package catch `Exception` is not very nice. Even if we don't...

## Overview Adds an endpoint to the Tiler service that passes requests along to a TiTiler-MosaicJSON endpoint, then returns the resulting tiles to the user but also caches them to...