Andrew Olsen

Results 38 issues of Andrew Olsen

- group_by_commit flag - make the group-by-commit behaviour that the MemPack backend already exhibits able to be turned on or off (when off, MemPack just dumps everything you write to...

There are lots of different reasons a git object might not be found, and so far all are reported as GIT_ENOTFOUND. This change gives one of these possible reasons a...

More precisely: - Kart code never actually runs "kart lfs+ fetch" since it can always directly call a function that would have the same result - calling kart from within...

Tracking bug - will add PRs here, and make notes of functionality that is missing. Later when point clouds gets closer to launch, this can be used to file individual...

meta

Kart repos are actually Git repos, which of course are version-controlled folder hierarchies of files. All of these files are hidden away inside the Git Object Database, which is in...

enhancement

Kart status includes information about the working copy. The structure of the working copy is going through some major changes as we add support for Point Clouds - specifically, the...

enhancement

If you delete a layer in the working copy, then you should be able to commit this to delete the layer in your repo. If you add a layer to...

good first issue

This could be the cause of https://github.com/koordinates/kart/issues/595 - or part of it, there is more than one build issue there. The error looks something like the following: ERROR: GDAL-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl is...

It's possible for the user to create tables inside the working copy that Kart uses, but if they do so, Kart will never take any notice of them, and there...

enhancement
good first issue

Kart spatial filtering a.intersects(b) test is naive right now - - doesn't make sure long polygon edges are segmented into short lines before reprojecting, so the geographical location of the...

meta