Víctor Olaya
Víctor Olaya
The active branch can be removed using the remove endpoint. It shouldn't be possible to do it, because it leaves the repo in a headless state, and most endpoints fail,...
Plotting
Plotting functionalities for exploratory data analysis Basically a wrapper of JFreeChart with methods to make it easy to create datasets to be rendered from Geotools objects
Some raster improvements (mostly extra methods in the Raster class)
Currently, all files selected to import are converted to a gpkg before importing. However, Kart also support shapefiles as a valid import format, so there is no need to convert...
Currently, when importing a layer, the plugin shows a file selector dialog. It should give the option to import from a file or from a database connection, so users can...
This probably involves a large amount of work, so this issue is just a reminder that we have this pending. Now the plugin assumes changes do not modify the schema,...
It seems that Kart doesn't have a command for this, but the commit can be obtained using `kart show` and then inverted manually and applied as a patch
The plugin currently has enough functionality to write a tutorial about it. Maybe we can copy the steps in the Kart command-line tutorial, but done using the plugin. Later we...