Nikos Ves

Results 4 issues of Nikos Ves

it is not clear when you do for row in DBF('xxx.dbf'): ...... If the rows are accessed/read in a sorted order or in a random order

Hi, I got some UAV data from my Master's course that I could donate for the project, ~215 images with corresponding image locations and 44 target locations measured with RTK...

The buildings are rendered over features. Here's a screenshot of the effect. ![image](https://github.com/mapbox/geojson.io/assets/6684178/76adb81f-ff9a-443e-a912-c7811eafa29a) Test geojson: ~~~json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon",...

**What happened**: The following is happening in a devcontainer environment configure to contain `docker-in-docker` and `kind` capabilities. 1. `kind create cluster` succeeds ✔️ 2. `kind delete cluster` succeeds ✔️ 3....

kind/bug