publiclab / mapknitter

Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
http://mapknitter.org
GNU General Public License v3.0
267 stars 210 forks source link

Collecting resources for MapKnitterExporter.js #296

Closed jywarren closed 4 years ago

jywarren commented 5 years ago

We are exploring parallel tracks for cloud-based MapKnitter exporting, and one option is a JavaScript based process. The base idea is to use Image Sequencer, possibly webgl-distort, and to run in Google Cloud.

A more traditional Ruby/ImageMagick/GDAL approach is being explored here: https://github.com/publiclab/mapknitter/issues/258

Basic version would output a combined JPG image at a given scale or pixel size. Advanced versions might cut tiles or output GeoTiffs.

Code to be moved off-app

Resources

Non-JS wrappers

jywarren commented 5 years ago

@tech4gt starting to collect resources!!!

tech4GT commented 5 years ago

Oh this is great! Also maybe we can schedule a call to discuss this a little more, I still need to wrap my head around it exactly but this looks very promising! :)

jywarren commented 5 years ago

For sure!!!

jywarren commented 5 years ago

OK, updated in #298 with a more fleshed out architecture plan.

jywarren commented 5 years ago

https://serverless.com/blog/api-ruby-serverless-framework/

https://www.serverless-ruby.org/

tech4GT commented 5 years ago

Wow https://npmjs.com/geotiff is seriously amazing work!

jywarren commented 4 years ago

Closing this now in favor of https://github.com/publiclab/image-sequencer-app/