Mark Litwintschik

Results 50 issues of Mark Litwintschik

### What is the bug? After running gdal_retile, the resulting smaller tiles are a few KM away from their parent's footprint. Here the dark tiles should be over the airport...

### What happens? Progress sits at 0% when copying in multiple CSV files regardless of the progress of the job and jumps to 100% when complete. ### To Reproduce ```sql...

under review

Sourcing from Overture's S3 release for July doesn't have any issues: ```sql COPY ( SELECT h3_cell_to_boundary_wkt( h3_latlng_to_cell(bbox.ymax, bbox.xmax, 5))::geometry geom, COUNT(*) FROM read_parquet('s3://overturemaps-us-west-2/release/2024-07-22.0/theme=addresses/type=address/*.parquet') WHERE country = 'CA' group by 1...

Are there any plans to support collecting geometry from ``ST_READOSM``? I can't seen any fields that would indicate geometry is accessible. ```sql SELECT * FROM ST_READOSM('estonia-latest.osm.pbf') LIMIT 10; ``` ```...

### What happens? ```console INTERNAL Error: Requested allocation size of 4611686018427387904 is out of range - maximum allocation size is 281474976710656 ``` ### To Reproduce ```bash aws s3 --no-sign-request sync...

needs triage
needs reproducible example

### What happens? I'm getting one of the following issues after I run the SQL below: ``` Invalid Input Error: Malformed JSON at byte 105 of input: unexpected end of...

needs triage
needs reproducible example

### What happens? Floating point exception while aggregating over Overture's PQ files. ### To Reproduce ```sql SELECT h3_cell_to_boundary_wkt( h3_latlng_to_cell(bbox.ymax, bbox.xmax, 5))::geometry geom, COUNT(*) FROM read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=addresses/type=address/*.parquet') WHERE country = 'US' GROUP...

under review
needs reproducible example

### What happens? I'm having another look at the [1.1B taxi rides benchmark](https://tech.marksblogg.com/duckdb-1b-taxi-rides.html) with v1.0.0 that was just released on Windows 11. Since that post, I've upgraded to 96 GB...

under review

It would be great to have a parser for the various outputs of https://github.com/exiftool/exiftool Below is an example of what it produces atm. ```bash $ exiftool test.png ``` ``` ExifTool...

Are there any plans to make this package installable into a virtual environment? ```bash $ cd /mnt/d/code_gis/isce3/build/packages $ pip install isce3/ ``` ``` ERROR: Directory 'isce3/' is not installable. Neither...