Juan Luis Cano Rodríguez

Results 338 issues of Juan Luis Cano Rodríguez

As part of the SciPy US 2020 sprints, after not touching [our asv benchmarks](https://github.com/poliastro/benchmarks/pull/18) for a while, @samtx [tried to update them](https://github.com/poliastro/benchmarks/pull/18) and found that the discovery step tries to...

When @ericholscher and @humitos discussed this privately in April 2020, this was @humitos opinion: > it does not enable `:ref:` by default because I think it's too aggresive However, after...

Needed: design decision

The first polygon does not cross the antimeridian, the second does: ![screenshot-2018-5-8 talk 3](https://user-images.githubusercontent.com/316517/39751885-fa557e04-52b9-11e8-8945-6c480c65c896.png) This might be an intrinsic limitation of the projection, but anyway we can do better than...

bug

The Matrix ⇄ Slack bridge is suboptimal: - edits not being reflected on Slack - deleted messages not being deleted on Slack - Slack usernames appearing as IDs on Matrix...

At the moment, default plotting is using a simple Folium map which has bad performance, and more complex `.plot` using ipyleaflet is still limiting the maximum number of features: https://github.com/satellogic/telluric/blob/master/telluric/collections.py#L179-L183...

feature-request

``` $ pytest -k polygonize_line_square_cap_style ========================================================= test session starts ========================================================== platform linux -- Python 3.7.5, pytest-5.3.4, py-1.8.1, pluggy-0.13.1 -- /home/juanlu/.pyenv/versions/3.7.5/envs/telluric37/bin/python3.7 cachedir: .pytest_cache rootdir: /home/juanlu/Development/telluric/telluric, inifile: setup.cfg plugins: cov-2.8.1 collected 1219...

bug

This code: ``` import telluric as tl rs2 = tl.GeoRaster2.open("../tests/data/raster/overlap2.tif", lazy_load=False) rs2.get_tile(4377, 3038, 13) ``` produces this image in the notebook: ![Faulty tile](https://user-images.githubusercontent.com/316517/43833850-6d962a04-9b0c-11e8-8c4c-3ab7a2f65ab8.png) This is what @guydou said about it...

bug

When one displays a point in telluric, the zoom level is maximum and the tiles are not shown. We should choose a sensible zoom value.

### Expected behavior and actual behavior When doing `GeoVector.buffer` the user would expect for proper geodesic buffering to happen, as described in this article: https://www.esri.com/news/arcuser/0111/geodesic.html ![geodesic_2_lg](https://user-images.githubusercontent.com/316517/39749219-64e59b08-52b2-11e8-89e1-ad9f83bc1fce.gif) Instead, the wrong result...

bug