Johannes Eberenz

Results 4 issues of Johannes Eberenz

For example the layer NL-basic (https://api.maptiler.com/tiles/v3-28992/{z}/{x}/{y}.pbf)) is in CRS EPSG:28992 but the QGIS layer information shows CRS EPSG:3857 - WGS 84 / Pseudo-Mercator The layer is not displayed with the...

bug

I tried using `af` for audiodata with high sample rates. The resulting spectrograms look correct, however, the `y_coords` (and underlying `fre_band_arr`) are not correct. Looks like some too low default...

**In the guide:** `SELECT cdb_cartodbfytable({username}, {table_name}); ` Throws error: column {username} not found. **Correct:** use string delimiters for parameters: `SELECT cdb_cartodbfytable('{username}', '{table_name}');` same issue on: https://carto.com/help/working-with-data/carto-dataset/

Allow to pass command-line arguments to `script`, e.g. `scripts/script.py argument1 {params.argument2}` ##### Why? `shell` rules can be used for passing CLI arguments to scripts, however when importing a module from...