Patrick Brockmann

Results 28 comments of Patrick Brockmann

Any news on supporting regex option with datatables.mark.js ` searching: true, search: { regex: true }, ` Here is an exemple: https://jsfiddle.net/PBrockmann/zh8006zr/ If you search for 'rancis' you get all...

Here is my test code to explore this missing feature so with the use of a mpld3 plugin as commented in https://github.com/jwass/mplleaflet/issues/5#issuecomment-42786751 ``` python %matplotlib inline import pylab as plt...

Yes, I have closed it by mystake. I really appreciate the direct convertion from a matplotlib map to a slippy map, without dealing with many more ~~low level~~ definitions of...

Not sure to understand because indeed without lat_0 and lon_0 ``` from mpl_toolkits.basemap import Basemap m = Basemap(projection='ortho',llcrnrlat=-10,llcrnrlon=-10,urcrnrlat=10,urcrnrlon=10) ``` it gives ``` ValueError: must specify lat_0 and lon_0 for Orthographic...

The "but not lat/lon" from jswhit push me to try without lat_0 and lon_0. Sorry for the missunderstanding and thank you for the clarification.

My ferret juyter extension works with 6.9.2 release of ipykernel

Fixed by adding ```cell_id=None``` in the run_cell function. https://github.com/PBrockmann/ipython_ferretmagic/issues/12 closed.

Ok thank you very much for this promising answer. +1 to have a olGeoTiff.js project by itself. I have already tested the code from the blog and coded a prototype...

COG-Explorer is too much integrated for my purpose. I prefer to design and code a personal app to have multiple synchronous slippy maps exposing different GeoTIFF layers (global at 90m...

Hi @DanielJDufour, thank you for pointing the https://github.com/GeoTIFF/georaster-layer-for-leaflet repo. In my understanding, with it you can render only single GeoTIFF but not tiled ones (WMTS). In addition, the ability to...