Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grégoire PETIT
DataScience
Commits
35153d36
Commit
35153d36
authored
Nov 27, 2018
by
Grégoire PETIT
Browse files
path depending on the macine (comment or uncomment)
parent
c469c47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Challenge3/code/challenge3.py
View file @
35153d36
...
...
@@ -8,9 +8,12 @@ from math import atan, pi
from
matplotlib
import
pyplot
input_filename_altitude
=
"../moodle/elevation1x1_new-mer-bleue_deforme.bmp"
#input_filename_altitude="../moodle/elevation1x1_new-mer-bleue_deforme.bmp"
input_filename_altitude
=
"c:/Users/Floyd Warshall/Documents/IMT/UV/DataScience/Challenge3/moodle/elevation1x1_new-mer-bleue_deforme.bmp"
im_alt
=
Image
.
open
(
input_filename_altitude
)
input_filename_poputation
=
"../moodle/population-density-map.bmp"
#input_filename_poputation="../moodle/population-density-map.bmp"
input_filename_poputation
=
"c:/Users/Floyd Warshall/Documents/IMT/UV/DataScience/Challenge3/moodle/population-density-map.bmp"
im_pop
=
Image
.
open
(
input_filename_poputation
)
# This modules gives useful informations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment