Juan Luis Cano Rodríguez

Results 1404 comments of Juan Luis Cano Rodríguez

ipyleaflet now supports custom projections and a `fit_bounds` method https://github.com/jupyter-widgets/ipyleaflet/pull/737#issuecomment-712291377 On the other hand, matboxgl-jupyter looks rather abandoned and none of the issues I highlighted has been fixed. mapbox-gl-js is...

I amend myself: Travis CI also supports Docker https://docs.travis-ci.com/user/docker/

We're already testing against several Python versions

Can't reproduce this with some sample data: ``` from rasterio.enums import Resampling import telluric as tl from telluric.constants import * rs1 = tl.GeoRaster2.open("../tests/data/raster/overlap1.tif", lazy_load=False) rs2 = tl.GeoRaster2.open("../tests/data/raster/overlap2.tif", lazy_load=False) rs2_alt =...

Great research @drnextgis! I would prefer not using sidecar files, I think it would complicate things too much. Between your options 2) and 3) I don't see a clear winner,...

Hi @djhoese, Thanks a lot for reaching out! You're right that there's no official chat or mailing list (yet), but it's perfectly OK to have this conversation over GitHub issues....

We have not yet attended those conferences, but that might change in the future. Regarding the license, we respect your decision of using strong copyleft and understand your motivations. I...

Related: https://twitter.com/PyTrollOrg/status/1051902634783838208

Tom MacWright proposes several strategies: https://macwright.org/2016/09/26/the-180th-meridian.html And, in particular, the GeoJSON standard suggests cutting the geometries: https://tools.ietf.org/html/rfc7946#section-3.1.9 There's no specific function for cutting in Shapely, but this could help: https://gis.stackexchange.com/a/232861/99665...

More info: * GDAL splits geometries before reprojection in certain cases https://github.com/OSGeo/gdal/commit/cc92ccb7a01321efed8cfc820fc7215aba12b1f1 * PROJ has some options to change how longitude wrapping works https://proj.org/usage/projections.html#longitude-wrapping and to change the prime meridian...