Skip to content

Commit

Permalink
Add Kiruna example caption and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Dec 1, 2018
1 parent 0419c4b commit c6372b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion examples/anim_kiruna.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
#!/bin/bash
# Copyright (c) 2016--2018, Julien Seguinot <[email protected]>
# Copyright (c) 2018, Julien Seguinot <[email protected]>
# GNU General Public License v3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
#
# Assemble Kiruna Sentinel-2 animation using Sentinelflow
#
# ./anim_kiruna.sh --user USER --pass PASS
# ./anim_kiruna.sh --offline
#
# Kiruna, the most arctic city of Sweden, also hosts the world's largest iron
# ore mine. In the last few years, the city has begun a major relocation plan
# to allow for further mining under the current city centre, located right in
# the alignment of the main vein in the top-centre of the image. Thousands of
# homes, historical buildings and the major transportation axes will all be
# moved a few kilometers east.
#
# The images show mining activity in some of the pits, construction of new
# roads and foundations of the new city centre (centre-right). The new city
# hall opened last week and is visible a circular building at the southern edge
# of the construction site. Also note how the heat from the mine appears to
# accelerate snow melt in the Spring as compared to the surrounding areas. In
# the coming years Sentinel satellites will certainly capture the more dramatic
# changes planned for Kiruna.
#
# Contains Copernicus Sentinel data (2018). Processed with Sentinelflow:
#
# sentinelflow.sh [...] --intersect 67.9,20.2 --cloudcover 30 --maxrows 99 \
# --tiles 34WDA --extent 458400,7519600,477600,7530400


# Fetch images
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
README = f.read()

setup(name='sentinelflow',
version='0.1.2',
version='0.1.3',
description=('Automated satellite image workflow for Sentinel-2.'),
long_description=README,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit c6372b1

Please sign in to comment.