- Install up
Just run:
up
up url
Then you can send POST requests on url
with payload (for example, data.json
) and get georeferenced tiff image.
- Setup EC2 instance
- Follow instructions to build gdal_translate and gdal_warp binaries
- For reduce size of binaries run
strip
on them