Mark Litwintschik
Mark Litwintschik
```bash $ mkdir -p meta $ for FILENAME in `unzip -l 2023-10-31.zip | grep meta | grep -Eo '[a-z]{2}\/.*'`; do unzip 2023-10-31.zip $FILENAME -d meta/ done $ ipython ``` ```python...
If I feed up to 100K points into MP, ``get_significant_points_gdf`` will finish in a few minutes. I'm keen to potentially feed upwards 40M points. Is there some way that ``get_significant_points_gdf``...
I'm running the following on a system with 64 cores and 64 GB of RAM. After a few hours of running the application appears to exhaust all available memory and...
To anyone wanting to access this dataset, this is the last known good version: ```bash $ git checkout a45a032fa76d119c053344f176d25673d55767c1 ```
Perhaps something like DuckDB's documentation where they show each function with example parameters and the output. It would help people skimming through documentation or looking for a function of interest...
### What happens? I lost an SSH connection to a server running a DuckDB SQL command. When I reconnected, I couldn't connect to the database for write operations. I made...
I've setup a local PG DB that I'm able to connect to with pgbench with the following: ``` PGPASSWORD=test \ pgbench --host=127.0.0.1 \ --port=5432 \ --client=100 \ --jobs=100 \ --transactions=1000...
Without MovingPandas installed there is an ugly error message that comes up when you try and install this QGIS plugin. I found the following installs on machines without needing Conda...
If I drop a GPKG file into QGIS and try and try and create a trajectory, if I haven't gone into the layer's properties and set the projection QGIS will...
The timetamp field defaults to use a column named 't' in my dataset rather than a timestamp field when I try and create a trajectory.