https://github.com/yangwao/reflecats
:cat: b/c reflections mattersヽ(^‥^=ゞ)
https://github.com/yangwao/reflecats
Last synced: 3 months ago
JSON representation
:cat: b/c reflections mattersヽ(^‥^=ゞ)
- Host: GitHub
- URL: https://github.com/yangwao/reflecats
- Owner: yangwao
- License: mit
- Created: 2016-11-04T15:04:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T15:33:59.000Z (over 8 years ago)
- Last Synced: 2024-12-29T03:52:49.745Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 22.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :cat: RefleCats
b/c reflections mattersヽ(^‥^=ゞ)repository for [Copernicus hackathon](https://copernicus.devpost.com/) held 4-5/11/2016 in Vienna, Austria
~~[Concept (SK)](https://github.com/yangwao/reflecats/wiki/Concept)~~
~~[Presentation](https://github.com/yangwao/reflecats/wiki/Presentation)~~
[WiP Slides](https://docs.google.com/presentation/d/1gWlafWr-8P-XJ8l-uPosRH6BUAOHmzXHQWjVJZvrqLA/edit?usp=sharing)
# Authors
* [Michal Dolnik](https://github.com/michaelknave)
* [Martin Fridrich](https://github.com/martinfridrich)
* [Matej Nemček](https://github.com/yangwao)
* [Ivana Zemanovicova](https://github.com/Ivkaa)### Setup
before first pull you need [Git LFS](https://git-lfs.github.com/) installed (b/c tif)
```
brew install git-lfs
git lfs install
```
Query hints for [scihub](https://scihub.copernicus.eu/dhus/)
* Linz S2A_OPER_PRD_MSIL1C_PDMC swaths
```
platformname:Sentinel-2 footprint:"intersects(48.2949799,14.1873221)"
```
dataset
> S2A_OPER_PRD_MSIL1C_PDMC_20160915T180457_R122_V20160913T100022_20160913T100504* Vienna S2A_OPER_PRD_MSIL1C_PDMC swaths
```
platformname:Sentinel-2 footprint:"intersects(48.2082,16.3738)"
```
dataset
> S2A_OPER_PRD_MSIL1C_PDMC_20160915T180457_R122_V20160913T100022_20160913T100504[Rest of knowledge is at our wiki](https://github.com/yangwao/reflecats/wiki/RefleCats)
## Technology Part
### Data origins**Sentinel-2** (2 satellites) is an optical mission with a multi-spectral instrument mainly for agricultural applications such as crop monitoring and management, vegetation and forest monitoring (e.g. leaf area index, chlorophyll concentration, carbon mass estimations), monitoring land cover change for environmental monitoring, observation of coastal zones (marine environmental monitoring, coastal zone mapping), inland water monitoring, glacier monitoring, ice extent and snow cover mapping.
### Data acquisition
At [Scihub](https://scihub.copernicus.eu/dhus/) we used query for Vienna
```
platformname:Sentinel-2 footprint:"intersects(48.2082,16.3738)"
```to get proper file names of data from Sentinel 2, which we unziped and loaded into qGIS
### Data processing
[Convert Landsat DNs to albedo](http://yceo.yale.edu/how-convert-landsat-dns-albedo)
i.e. use this formula can be implemented in ENVI using Band Math as:
```
((0.356*B1) + (0.130*B2) + (0.373*B3) + (0.085*B4) + (0.072*B5) -0.018) / 1.016
```We know that calculation of Albedo is hard thing in this industry
### Web
* Leaflet
* …### Mobile
* Xamarin
* Mapbox
* …#### Sources
* https://eox.at/2015/12/understanding-sentinel-2-satellite-data/
* https://eox.at/tag/sentinel-2/
* https://github.com/ibamacsr/sentinelsat
* …