diff --git a/docs/Project.toml b/docs/Project.toml index 761fa3d..714d845 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,7 +1,3 @@ [deps] -ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" OpenEOClient = "453781fe-a3c2-4c28-a19a-0c7c3d89805f" -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689" -ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" diff --git a/docs/src/index.md b/docs/src/index.md index a6b08da..ad4195a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,24 +30,6 @@ step3 = c.save_result(step2, "GTIFF-ZIP", Dict()) path = c.compute_result(step3) ``` -The data is downloaded in zipped GeoTiff format. -It can be loaded into a local Julia session using [Rasters.jl](https://rafaqz.github.io/Rasters.jl/stable/): - -```@example tutorial -using ZipFile, Rasters, Plots, ArchGDAL - -f = ZipFile.Reader(path).files[1] -write("out.tif", read(f, String)) - -cube = Raster("out.tif") -``` - -Plotting: - -```@example tutorial -plot(cube) -``` - # Connect to Copernicus Dataspace using OIDC The [Copernicus Data Space Ecosystem](https://dataspace.copernicus.eu/) provides free instant access to sentinel mission data using openEO.