Alexander Riggs

Results 7 comments of Alexander Riggs

Has this been added to tippecanoe? I see there is support for geobuf files but I assume that's only mapbox/geobuf files and not flatgeobuf, as produced by say ogr2ogr.

> Trying to run amazon/aws-cli on K8s with Pod Security Standards? > > ``` > kubectl run --rm --attach --image amazon/aws-cli aws --restart=Never --overrides='{"spec": {"securityContext":{"runAsUser": 1}}}' --env "HOME=/tmp" -- sts...

I ran into the same issue with the improvements-with-ogr branch, that it was producing a segmentation fault when processing large/complex polygons. After some investigation, it appeared the cause was a...

@albanm the commands I used are as follows: ``` ulimit -c unlimited ulimit -s unlimited ulimit -a ``` the -a flag just displays the ulimit settings, use it to verify...

Ah that's a shame. You may have already thought of this but it may be easiest to load the polygon into QGIS or ArcGIS, select that specific polygon and repair...

Related to this issue, the python:alpine image includes the updated `setuptools` which resolves the missing `distutils` module but installation of `opencv-python` still fails. For context, trying to build my own...

Manually modifying the DeamonSet to use `013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon/aws-network-policy-agent:v1.1.1` does work.