首先,我们进入哥白尼数据访问中心,即Sentinel数据的官方下载网站(browser.dataspace.copernicus.eu);随后,需要在右上角找到登录按钮,并进行登录;如果没有账户的话直接注册一个就好。 接下来,在左侧栏中按照我们的需求,调整所需下载数据的成像时间、卫星类型、数据级别、云量等信息。其中,因为我们需要下载Sentinel-2的2级...
1、通过以下地址打开哥白尼浏览器。 https://browser.dataspace.copernicus.eu/ 好了,麻烦事情来了,打开的页面像是被蒙上了一层灰色的蒙版似的。一开始以为是境外的网站,网络问题,一直等啊等,还是我天真! 后面我才发现是网站采用了Google的reCAPTCHA安全认证技术,用于判断你是你还是及机器人。 一开始,我解决的方法...
Just to clarify with a few more details if anyone else happens upon this post, once you sign up/login for the copernicus browser linked to above, you can toggle into the search tab to actually download the data in the format that is needed for the deep learning...
data_request.py", line 758, in __init__ super().__init__(AwsDownloadClient, **kwargs) File "/home/linguere/louise/miniconda3/envs/am-map-mini/lib/python3.8/site-packages/sentinelhub/data_request.py", line 47, in __init__ self.create_request() File "/home/linguere/louise/...
The package allows to download Sentinel-2 data from Sentinel-2 on AWS and reconstruct data into ESA .SAFE format. Sentinel-Hub account is not required to use this functionality. The following are implemented: support of old and new (i.e. compact) .SAFE format; support for downloading of ei...
Access Sentinel-2 imagery for environmental monitoring, agriculture, and land use analysis. View download, and analyze free satellite data easily.
data_folder=data_folder, safe_format=True)# Uncomment the the following line to download the data:# product_request.save_data() 备注: L1C数据波段名称包括: ['B01','B02','B03','B04','B05','B06','B07','B08','B8A','B09','B10','B11','B12'] ...
Tool for downloading data from any URL address into file with specified name. Functions: sentinelhub.download_data(requstList, redownload=False, threaded_download=False) whererequestList = (url, filename)orrequestList = [(url1, filename1), (url2, filename2), ...] ...
C:\Users\Administrator\AppData\Local\Sen2Cor-02.05.05-win64目录下: 后面我第二次处理影像的时候发现根据前面的方法有问题,就是S2AL1C文件存储位置有误,可能是我前面控制台敲代码的时候没有注意到对默认目录进行了修改,但是没有注明,后面直接放到Administrator目录下是无效的。
data_source=DataSource.SENTINEL2_L1C) request.save_data() # This is where the download is triggered 注意,bands 必须是波段列表中的子集(详见最后备注)。metafiles 必须是元文件列表中的子集 (详见最后备注)。另外,再次调用以上方法时,数据不会重新下载,除非设定参数```redownload=True```。