From 09fbd5e8b44312022da005b9323667d56d5fb96d Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 6 Jun 2023 15:24:53 +0200 Subject: [PATCH] Updated info in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec9976..2a965e8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Starting from this example, you can first create a docker image in which it is i The image created in this way can be executed in a container with the following command: ``` -$ docker run -i -t --rm --name simpleobismaps-cont simpleobismaps /bin/sh -c '/bin/mkdir /ccp_data ;/usr/bin/Rscript --vanilla simpleobismapsCCP.R "https://..." "POLYGON((-5.657713322217344 45.88175260533238,38.99072417778265 45.88175260533238,38.99072417778265 29.60135866020714,-5.657713322217344 29.60135866020714,-5.657713322217344 45.88175260533238))"' +$ docker run -i -t --rm --name simpleobismaps-cont simpleobismaps /bin/sh -c '/bin/mkdir /ccp_data ;/usr/bin/Rscript --vanilla simpleobismapsCCP.R "https://data.d4science.net/Y8WK" "POLYGON((-5.657713322217344 45.88175260533238,38.99072417778265 45.88175260533238,38.99072417778265 29.60135866020714,-5.657713322217344 29.60135866020714,-5.657713322217344 45.88175260533238))"' ``` @@ -17,7 +17,7 @@ You can also run it directly from the container shell: $ docker run -i -t --rm --name simpleobismaps-cont simpleobismaps sh # mkdir /ccp_data -# Rscript --vanilla simpleobismapsCCP.R "https://..." "POLYGON((-5.657713322217344 45.88175260533238,38.99072417778265 45.88175260533238,38.99072417778265 29.60135866020714,-5.657713322217344 29.60135866020714,-5.657713322217344 45.88175260533238))" +# Rscript --vanilla simpleobismapsCCP.R "https://data.d4science.net/Y8WK" "POLYGON((-5.657713322217344 45.88175260533238,38.99072417778265 45.88175260533238,38.99072417778265 29.60135866020714,-5.657713322217344 29.60135866020714,-5.657713322217344 45.88175260533238))" ```