일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 모리셔스 여행
- 모리셔스 카셀라
- bind9
- 느낌 사진
- 모리셔스여행
- postgresql 비밀번호 초기화
- Trou aux Biches
- Melbourne 여행
- cloud foundry
- openstack
- 서울야경
- Sony A850
- r
- 프랑크푸르트 여행
- duabi
- 톰캣 서비스 등록
- 모리셔스 카젤라
- 경주 여행
- 경주
- 서울 야경
- 모리셔스리조트
- 트루오비쉬
- 두바이
- postgresql 비밀번호 변경
- mauritius casela
- 독일여행
- postgresql 설치
- mauritius
- 두바이여행
- 모리셔스
- Today
- Total
I.K.Picture & IT Info.
Landsat/Sentinel 데이터 다운로드 (AWS) 본문
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
https://registry.opendata.aws/landsat-8
'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 |