will be looking forward for the follow up tutorials :) thank you
@shubhamagarwal29984 жыл бұрын
my jupyter is not getting launch for the environment google_ee ( 5:50 ) any help....
@shubhamagarwal29984 жыл бұрын
it got resolved by shutting down and then again start after 2 times........
@burdGIS3 жыл бұрын
Nice! Turn it of turn it on again (again) :-) Well done for persevering Shubham
@AlecBurnett4 жыл бұрын
Really good thanks! One bit of feedback, not including the URL's for the snippets of code in the description slowed me down a bit when trying to follow along.
@burdGIS4 жыл бұрын
Thanks Alec. I appreciate the feedback. Could you explain a bit more as I'm not sure what slowed you down ?
@prateeksharma16173 жыл бұрын
i did all this. but where did you get this dem code from that you used. I am not able to find it. i tried typin the same but it showed syntax error. could you tell about hiphen documentation
@burdGIS3 жыл бұрын
Thanks Prateek. Please could you provide a timestamp for the section of the video you're refering to?
@dakotafee86204 жыл бұрын
I am getting an error with the "from Ipython.display", but everything else has worked thus far. What am I missing?
@burdGIS4 жыл бұрын
Can you share your notebook? You can find my contact here www.burdgis.com/contact or put it on github
@ehsannajafi6353 жыл бұрын
It works, "from IPython.display import Image" , notice that 2 letters are capitalized
@taniapapasotiriou4 жыл бұрын
Thank you for this video.
@burdGIS4 жыл бұрын
No worries Tania. Please share any outputs!
@cananhamzaoglu28033 жыл бұрын
how can I solve this problem? ('EEException: Pixel grid dimensions (1296001x417601) must be less than or equal to 10000. '),please help me
@burdGIS3 жыл бұрын
Hey Canan, good work for including the error message. I copied and pasted it into Ecosia and only one result came up! www.ecosia.org/search?q=EEException%3A+Pixel+grid+dimensions+%281296001x417601%29+must+be+less+than+or+equal+to+10000&addon=firefox&addonversion=4.0.4 The generic error message (without the specific number of pixels) indicates that you are trying to export to large a number of pixels. GEE limits exports but you can reset the max if you'd like to. Be warned though these looks like some big files!
@cananhamzaoglu28033 жыл бұрын
@@burdGIS even while I chose max value is zero,I gave same error.I dont know how to fix