We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48d38b commit 40f40d6Copy full SHA for 40f40d6
README.md
@@ -21,7 +21,7 @@ You can then install `SentinelExplorer` from the official Julia repository like
21
```julia
22
using SentinelExplorer, GeoDataFrames, Dates
23
24
-# Load Region of Interest From External GeoJSON or Shapefile
+# Load Region of Interest from External GeoJSON or Shapefile
25
roi = GeoDataFrames.read("data/roi.geojson").geometry |> first
26
27
# Define Region of Interest as a Bounding Box
0 commit comments