Created
November 20, 2020 00:01
-
-
Save NikosAlexandris/900c4ca1dc3a96776d53b06a3e32d65f to your computer and use it in GitHub Desktop.
Examples fetching composite S1_GRD data from GEE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ 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] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output of 1st example: https://pastebin.com/0SFxuYbM
Output of 2nd example: https://pastebin.com/skRbnk8q