From 40f40d6f38b0265ac5df3a6d75f4692992c4bc9a Mon Sep 17 00:00:00 2001 From: Joshua Billson <61667893+JoshuaBillson@users.noreply.github.com> Date: Sun, 11 Feb 2024 03:55:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235b5c3..2120c39 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can then install `SentinelExplorer` from the official Julia repository like ```julia using SentinelExplorer, GeoDataFrames, Dates -# Load Region of Interest From External GeoJSON or Shapefile +# Load Region of Interest from External GeoJSON or Shapefile roi = GeoDataFrames.read("data/roi.geojson").geometry |> first # Define Region of Interest as a Bounding Box