-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GDAL export container #349
Conversation
This PR seems to have some artifacts of another branch, I'll clean it up, sorry! |
What do you think the best minimal interface is to connect export.rb to the outside world? I'd guess it's probably going to be more efficient than Rails to have a more minimal way to initiate commands to |
Also, I wonder if you could try setting up the container without the Rails app but with |
Connecting back to https://github.com/googleapis/google-cloud-ruby from the resources issue in #296, which may be a good template for a cloud service in Ruby. (update - oh that's just a client library... i was thinking of something else. But we should see what the best-practice way to host a cloud service on Ruby is!) |
Aha - added these to #296 but see: |
Yes! |
7cd5e25
to
3a6dd2c
Compare
79a8c3d
to
3a6dd2c
Compare
Hi @jywarren I've made a Sinatra app that receives a posted warpable.json file and parses it, but I need some directions on how to trigger https://github.com/publiclab/mapknitter-exporter or even better if it could parse the json file itself ;-) |
Moving to publiclab/mapknitter-exporter-sinatra#1 |
I've created a Dockefile to define an image of GDAL 2.4.1 + Imagemagick + Ruby 2.5.
**You can try this ** by getting the already-built image from Docker-hub!
run
docker run icarito/gdal_ruby_imagemagick:buster
Make sure these boxes are checked before your pull request is ready to be reviewed and merged. Thanks!
rake test
Thanks!