Skip to content

Instantly share code, notes, and snippets.

@NikosAlexandris
Created November 20, 2020 00:01
Show Gist options
  • Save NikosAlexandris/900c4ca1dc3a96776d53b06a3e32d65f to your computer and use it in GitHub Desktop.
Save NikosAlexandris/900c4ca1dc3a96776d53b06a3e32d65f to your computer and use it in GitHub Desktop.
Examples fetching composite S1_GRD data from GEE
❯ python geesarfetcher/example_compose_s1_grd_data_over_epsg4326.py
Region sliced in 4 subregions.
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:05<00:00, 1.38s/it]
Length of pixel_values: 10710
Generating image of shape (height x width) (119, 90)
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10710/10710 [00:01<00:00, 5594.78it/s]
❯ python geesarfetcher/example_compose_s1_grd_data_over_srorg6974.py
Region sliced in 4 subregions.
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:04<00:00, 1.24s/it]
Length of pixel_values: 6812
Generating image of shape (height x width) (119, 6812)
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6812/6812 [00:01<00:00, 5564.23it/s]
@NikosAlexandris
Copy link
Author

Output of 1st example: https://pastebin.com/0SFxuYbM
Output of 2nd example: https://pastebin.com/skRbnk8q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment