Answer for the Heroku, R and Gdal question on StackOverflow, for using the rgdal
package in R on Heroku.
Using Heroku's container stack, together with the heroku-docker-r image.
-
Build
make build
-
Test
make run
-
Deploy
heroku create --stack=container git push heroku main
Sample code from rgdal
documentation.
MIT License. Copyright (c) 2021 Chris Stefano. See LICENSE for details.