Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentinel2 examples #38

Merged
merged 44 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
67512e1
Added Sentinel 2 example notebook.
Oct 27, 2022
7312dff
S2A animations.
Nov 1, 2022
4147863
Merge remote-tracking branch 'origin/extend_activities' into sentinel…
Nov 2, 2022
cef0c7e
Making S2B rotating in the opposite direction.
Nov 3, 2022
49a21eb
Animation fine tuning
johanos1 Nov 3, 2022
6acbc6a
Add example notebook (WIP).
Nov 3, 2022
a2fb30d
Merge branch 'sentinel2_examples' of https://github.com/aidotse/PASEO…
Nov 3, 2022
317f37e
Adding other functionalities to notebook.`:wq
Nov 3, 2022
db6aa11
Added Sentinel 2 volcanic eruptions examples.
Nov 6, 2022
5f38a07
Fixing space and indentation.
Nov 10, 2022
a966f20
Merge branch 'visual_implementation' into sentinel2_examples
Nov 10, 2022
98507b6
Final cleaning.
Nov 10, 2022
a66a88a
Merge remote-tracking branch 'origin/visual-implementation-follow-up'…
Nov 14, 2022
599c653
Fixing spacing.
Nov 14, 2022
5800382
Updating the S2 examples according to review.
Nov 15, 2022
5133d42
Fixing spaces and cleaning notebook cells.
Nov 15, 2022
318a0c8
Merge branch 'main' into sentinel2_examples
GabrieleMeoni Nov 15, 2022
2390655
Fixing spaces.
Nov 15, 2022
2697630
Merge branch 'extend_activities' into sentinel2_examples
Nov 16, 2022
bc15eea
Merge branch 'extend_activities' into sentinel2_examples
Nov 17, 2022
4e7d7ae
Fixing bug due to merge.
Nov 17, 2022
a54ecfa
Merge branch 'extend_activities' into sentinel2_examples
Nov 22, 2022
56d7366
Merge branch 'main' into sentinel2_examples
Nov 23, 2022
549c84a
Pushing for reproducibility.
Nov 23, 2022
76ff62e
Adding improvemnts.
Nov 23, 2022
5d5cbab
Merge branch 'extend_activities' into sentinel2_examples
Nov 23, 2022
14b8e69
Fixing wrong merge with extend_activities.
Nov 23, 2022
e4075b3
Update paseos/__init__.py
GabrieleMeoni Nov 23, 2022
93d4fa7
Update paseos/__init__.py
GabrieleMeoni Nov 23, 2022
e40c2a3
Implementing suggestions during the review.
Nov 23, 2022
5cb8ec2
Adding GPL lincese.
Nov 23, 2022
df3f3e5
Small missing fix.
Nov 23, 2022
e6d5e7d
Merge branch 'main' into sentinel2_examples
Nov 23, 2022
00ccbff
Pushing additional changes.
Nov 23, 2022
3365ea4
- Added tracking running activity ID for actors
gomezzz Nov 28, 2022
24ef38f
Merge pull request #56 from aidotse/Plotting-the-performed-activity-i…
gomezzz Nov 29, 2022
1eeb68a
Merge branch 'main' into sentinel2_examples
Nov 29, 2022
33a0332
added files to gitignore
Nov 29, 2022
a3cc556
Removing Sentinel 2A. Cleaning the notebook.
Nov 29, 2022
19fba06
Changed pixel-level detection to object detection to emulate onboard
Nov 29, 2022
61d512e
Changing scheduling of updates to increase time in which the
Nov 29, 2022
a7c6849
Implementing requested changes.
Nov 30, 2022
901088b
small string changes
gomezzz Nov 30, 2022
2119406
Merge pull request #63 from aidotse/small-string-changes-in-sentinel-NB
GabrieleMeoni Nov 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dmypy.json

my_notebooks
.vscode
examples/Sentinel_2_example_notebook/Etna_00.tif
examples/Sentinel_2_example_notebook/Mayon_02.tif
examples/Sentinel_2_example_notebook/La_Palma_02.tif
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- toml
- tqdm
- tqdm
Loading