Nikola Janković
Nikola Janković
Yeah, tried some stuff manually, brave worked, new gnome text editor not really. But I also noticed Wifi icon in settings is missing somehow.
Thanks for the fast reply. I am connecting at https://csw.eodc.eu/ Below is an ID. `M20170123_202730--_SIG0-----_S1BIWGRDH1VVD_104_A0101_OC010M_E070N065T1`
Bumping for visibility, as we are testing some of these features, and would help in optimization of some large datasets. Does anyone have any sample code using `pyarrow.parquet.write_to_dataset()` and `pyarrow.parquet.write_metadata()`...
@martinfleis I think I also need some logic from [`_geopandas_to_arrow()`](https://github.com/tomalrussell/geopandas/blob/881b32b1cb129799ac81b0b283c047df9f50d111/geopandas/io/arrow.py#L239) since I am failing to read the dataset afterwards due to metadata. Thanks!
Similar issue here, bumping thread for visibility
Hey, any progress here? I am getting a different error now. ``` Traceback (most recent call last): File "/home/nikola/Tests/owslib_test/test.py", line 7, in csw.getrecordbyid(id=[id], File "/home/nikola/Tests/owslib_test/.venv/lib/python3.10/site-packages/owslib/catalogue/csw2.py", line 304, in getrecordbyid self._invoke()...
Check https://github.com/EOxServer/eoxserver/blame/master/eoxserver/render/browse/generate.py for clues
So far appearing only with data that have overviews (Element84) and zoom level higher or equal to 10
The tiles appear to have transparency on the sides as opposed to WMS which fully covers the area WMTS:  https://data-access.192.168.49.2.nip.io/cache/ows/wmts?layer=S2L2A__TRUE_COLOR&style=default&tilematrixset=WGS84&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix=16&TileCol=71503&TileRow=15208&time=2019-09-04T21:45:57Z/2019-09-13T20:23:59Z WMS:  https://data-access.192.168.49.2.nip.io/ows?request=getMap&service=wms&version=1.3.0&layers=S2L2A__TRUE_COLOR&width=256&height=256&format=image/png&time=2019-09-08T00:00:01Z/2019-09-10T00:00:00Z&crs=EPSG:4326&BBOX=48.22723388671876,16.38885498046872,48.22998046875001,16.39160156249997
workaround found, setting: ```xml 1 ``` Some notes: - metabuffer makes 258x258 requests which don't have gaps. - changing grid zoom levels makes different sets of gaps appear at different...