Jonathan Beezley

Results 28 comments of Jonathan Beezley

I see, you want to set the projection of the map on the client. It's possible to get mapnik to output tiles in other projections, but there isn't any code...

What is your motivation for displaying the map in 4326? In terms of visual distortion, it is worse than 3857 in every way. If you are just looking to display...

It would be *theoretically* possible, but not easy. An effort was recently undertaken to make ITK's python binding pip installable. The results of that are in https://github.com/InsightSoftwareConsortium/ITKPythonPackage. I don't know...

If we are going to recommend ansible for Ubuntu, we should provide a command for local provisioning. Also, it looks like the [ansible deployment](https://github.com/OpenGeoscience/geonotebook/blob/master/devops/roles/geonotebook/tasks/main.yml#L12) hasn't yet been updated to install...

My experience developing clients using Girder's API (both web and otherwise) has been that it is difficult generalize these things because the data model is not consistent between the different...

Just build (or rather `pip install`) time; however, there is a problem in that the base image does not currently install the included plugins. This would lead to problems in...

Well, we need more than just depth 1. It needs to resolve to the last tag. Also, this means doing something extra before running `docker build`, which we can't on...

I'm thinking we just put the `.git` directory in the image and keep it there. The last working docker image was 1.24GB, including the whole git repo without purging brings...

I changed the title of this issue so we can continue the discussion even though the original issue is fixed.

@jcfr (2) and (3) are already done as part of #2956. (1) is essentially what I proposed as my second option. This would work as an alternative to dockerhub's CI...