I.K.Picture & IT Info.

Landsat/Sentinel 데이터 다운로드 (AWS) 본문

GIS

Landsat/Sentinel 데이터 다운로드 (AWS)

helpful-intruder 2021. 8. 22. 12:20
반응형

s3 를 이용하여 데이터 다운로드..

 

 

1. AWS 가입

2. IMA 생성 

3. IMA에서 S3 FulACCESS 추가  (만약 안되어 있으면...)

4. 엑세스키만들기 이 때 엑세스키와 시큐리티 키 잘 저장...

 

4. Ubuntu에서 aws cli 설치   apt 이용 

   - sudo apt install awscli

 

5. aws configure

   - aws configure   명령어를 통해 만든 IMA 등록 (IMA 등록은 향후 다른 포스트에)

   - 작성에 필요한거 Key ID, Access Key, Region name, output format( output format 이건 그냥 넘어가도됨)

   - Landsat은 us-west-2  지역을 써야하며, Sentinel 2는 eu-central-1을 써야함

 

Landsat 데이터 다운로드는와 같이 받을 수 있음 

https://doc.opendata.aws/landsat-pds/readme.html 

  • L = Landsat
  • X = Sensor
  • SS = Satellite
  • PPP = WRS path
  • RRR = WRS row
  • YYYYMMDD = Acquisition date
  • yyyymmdd = Processing date
  • CC = Collection number
  • TX = Collection category

LXSS_LLLL_PPPRRR_YYYYMMDD_yyymmdd_CC_TX

 

 

s3://landsat-pds/c1/L8/139/045/LC08_L1TP_139045_20170304_20170316_01_T1

 

 

$aws s3 ls s3://landsat-pds/c1/L8/139/045/LC08_L1TP_139045_20170304_20170316_01_T1/

 

 

 

 

AWS 참고 사이트 

https://registry.opendata.aws/sentinel-2 

 

Sentinel-2 - Registry of Open Data on AWS

Description The Sentinel-2 mission is a land monitoring constellation of two satellites that provide high resolution optical imagery and provide continuity for the current SPOT and Landsat missions. The mission provides a global coverage of the Earth's lan

registry.opendata.aws

 

 

https://registry.opendata.aws/landsat-8

 

Landsat 8 - Registry of Open Data on AWS

 

registry.opendata.aws

 

반응형

'GIS' 카테고리의 다른 글

[PostGIS] Raster 데이터 삽입  (0) 2021.11.09
ENVI - Landsat Surface Reflectance 처리  (0) 2020.03.13
[QGIS] Ubuntu QGIS 설치  (0) 2018.09.06
Arcgis Polygon Simplify  (0) 2014.12.23
Comments