Skip to content

Commit

Permalink
Revert example unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Dec 20, 2023
1 parent d292fd7 commit de5f6c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
18 changes: 0 additions & 18 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de5f6c6

Please sign in to comment.