Skip to content

Commit 8b44d10

Browse files
author
Scisco
authored
Merge pull request #3 from sat-utils/master
merge latest
2 parents c8c1fbb + be6cf7d commit 8b44d10

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2016 Development Seed
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Sentinel Metadata Generator
1+
## Sentinel Metadata Generator
22

33
This small library helps with generating sentinel-s3 metadata and upload it to Amazon S3 and/or ElasticSearch
44

5-
#### Installation
5+
### Installation
66

77
$ pip install -r requirements.txt
88

9-
#### Usage
9+
### Usage
1010

1111
```
1212
$ python main.py --help
@@ -29,3 +29,6 @@ This small library helps with generating sentinel-s3 metadata and upload it to A
2929
Example:
3030

3131
$ python main.py s3 es --start='2016-01-01' --verbose --concurrency=20
32+
33+
### About
34+
Sentinel2 Metadata Generator was made by [Development Seed](http://developmentseed.org).

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sentinel-s3==0.5.1
1+
sentinel-s3==0.6.1
22
elasticsearch==2.3.0
33
click==6.4
44
boto3==1.3.0

0 commit comments

Comments
 (0)