Jonathan Beezley

Results 28 comments of Jonathan Beezley

:+1: on stealing from cinema. The widget there is great.

Obligatory reference: .

I don't think directly passing in a dataframe will work. The API expects an iterable object containing two numbers. I'm not an expert in pandas, but I'm sure there is...

How are you trying to add the geojson data? There is a difference between a vector data layer and an annotation which may be causing confusion here. As I recall,...

The `VectorData` constructor takes either the path to a file or a fiona object not a dictionary. It might be possible to generate a fiona object in memory, but I...

I actually did the migration many months ago. It looks like I lost the branch, but it wasn't too hard at the time. I think a couple of imports moved,...

I believe this issue is related: https://github.com/OpenGeoscience/geonotebook/issues/97

To expand on the issue, there is a problem with the RPC messages when reloading the page. Some calls made from the client after a refresh have an invalid comm...

At a low level, raster reprojection is handled by GDAL. Rasterio has functions that wrap GDAL and make it more palatable to use. To reproject a raster, you can either...

Mapnik (via GDAL) transparently reprojects the image while tiling if the projection is set correctly in the source image. Is the image actually projected correctly when you see it? I'm...