https://github.com/sloev/satelite_thumbnails
https://github.com/sloev/satelite_thumbnails
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloev/satelite_thumbnails
- Owner: sloev
- License: mit
- Created: 2019-08-15T07:04:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T21:43:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-09T22:45:50.766Z (over 1 year ago)
- Language: Python
- Size: 4.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Download satelite images of a geo polygon **over time**
Download (aaproximately... zoom level may vary) all satelite images (low res thumbnails) of a given geolocation.
## install
```
pip install -r requirements.txt
```
## usage
change the fetch.py file to contain your wanted date range and geo polygon, sample is given with Copenhagen, Denmark as focus.
You need a planet.com api token, which you get [here](https://developers.planet.com/docs/quickstart/getting-started/).
Store the api-token in a **.env** file in local directory.
### create folders
```
mkdir images
mkdir json_files
```
### run script
```
denv python fetch.py
```
View images coming into your `./images/` folder and metadata come into your `./json_files/` folder.
