Nikolai

Results 10 issues of Nikolai

psql (PostgreSQL) 12.3 (Ubuntu 12.3-1.pgdg20.04+1) cstore_fdw 1.7.0 Thank you for this project! While using the example in [PostgreSQL Columnar Store for Analytic Workloads](https://www.citusdata.com/blog/2014/04/03/columnar-store-for-analytics/) i wanted to compare the query to...

Thanks for this project! ``` Python 3.7.6 skein 0.8.0 openjdk version "1.8.0_265" Hadoop 3.2.1 ``` After running the following command: ```bash skein driver start --log-level debug --log log.txt ``` I...

As a spatial join workaround, I wanted to use `map_partition` and run the spatial join (`geopandas.tools.sjoin`) on each partition and aggregate later down the line. Each partition produces an invalid...

This might be dependent on the ongoing [GeoParquet](https://github.com/opengeospatial/geoparquet) developments and too advance as of now, but filtering by bbox might be good addition especially when there are no lat, lon...

enhancement

``` python 3.8.12 autofaiss 2.13.2 pypi_0 pypi faiss-cpu 1.7.2 pypi_0 pypi libfaiss 1.7.2 h2bc3f7f_0_cpu pytorch ``` First of all, thank you for the great project! I get the error: `module...

First of all thanks for the great project! I think an useful feature might be to have a flag to see if the table of contents is empty. Perhaps something...

I think it would be useful to provide the functionality to get the `gml:Envelope` metadata additionally to the `gml:RectifiedGrid`. This would return the native CRS of the layer (for version...

Great project! I think Geohash (e.g. https://github.com/hkwi/python-geohash) and XYZ Grid might be a great addition (e.g. https://github.com/mapbox/mercantile)