Load Geotiff in Leaflet | GeoDev
17:49
Пікірлер
@Illhardi
@Illhardi 19 сағат бұрын
It's possible to extract height information of buildings?
@abhirockstcool
@abhirockstcool 20 сағат бұрын
Hi Sir, I am working on a project where I have dataset containing reports of items & the coordinates of the items through out the city. I want to apply clustering to it but I am not sure how to get the clusters on MAP and also since the items names are known will it be logical to cluster when data is labeled? Can you share your email id so we can connect there. Looking forwards to your response! Thanks.
@geodev
@geodev 3 сағат бұрын
@@abhirockstcool I have tried to create the video on map clustering. Can you please check this video: m.kzbin.info/www/bejne/iF65aIt8iselodk
@achmadramadhan5142
@achmadramadhan5142 22 сағат бұрын
How do I save the resulting image to make it into a gif?
@geodev
@geodev 21 сағат бұрын
I have shown that in video tutorial at the end right?
@achmadramadhan5142
@achmadramadhan5142 5 сағат бұрын
@@geodev I only got one result (notebook), how can I get other results? sorry, I'm still a beginner
@geodev
@geodev 3 сағат бұрын
I still didn’t get it, what do you mean by other results? If you are talking about the multiple gif, then you need to apply the for loop. If you want to generate gif for other imageries, you might need to adjust the date parameter based on frequency of the availability of data
@Nyron-Pasting-Com
@Nyron-Pasting-Com Күн бұрын
Thanks my Inda
@sarahmazhar8863
@sarahmazhar8863 2 күн бұрын
I downloaded the dataset and uploaded but when len(images and masks) is executed their number is not equal ...what could be the reason..what should i do?
@geodev
@geodev Күн бұрын
Maybe your mask raster is was not with the same dimension or extend with your input satellite imagery.
@danilshepelev2722
@danilshepelev2722 2 күн бұрын
Bro, can you help me? I want to send coordinates geoloccations from database sqlite3. How to do it? Please tell
@HANDITSWENGO
@HANDITSWENGO 4 күн бұрын
If you're using JupyterLab/Jupyter_notebooks (Anaconda), here are the complete codes to be used: import pandas as pd import geopandas as gpd from shapely import wkt # Load the CSV file into a DataFrame file_path = r"D:\Downloads\..........\............csv" df = pd.read_csv(file_path) # Ensure the CSV contains a 'geometry' column with WKT strings if 'geometry' in df.columns: # Convert WKT strings to geometries df['geometry'] = df['geometry'].apply(wkt.loads) # Create a GeoDataFrame gdf = gpd.GeoDataFrame(df, geometry='geometry', crs="EPSG:4326") # Display the first few rows of the GeoDataFrame print(gdf.head()) else: print("The CSV file does not contain a 'geometry' column with WKT strings.") gdf.to_file(r"D:\Downloads\.............\................shp")
@muhammadsajad2230
@muhammadsajad2230 4 күн бұрын
Thnaks for Sharing search a useful content. i was searching for it.
@PrativaKumal
@PrativaKumal 5 күн бұрын
Sir, after running the code, the DEM file in the taskbar is not downloading
@geodev
@geodev 5 күн бұрын
What do you mean by DEM file? for DEM, you don't need to remove cloud.
@PrativaKumal
@PrativaKumal 4 күн бұрын
I am trying to download the satellite image for knowing the erosion and accretion of the river basin for different years(2000-2024). How can I get your help?
@ceeri6335
@ceeri6335 6 күн бұрын
Can Waste bin detection be done with Yolo algorithm?
@geodev
@geodev 6 күн бұрын
Yes you can!
@ceeri6335
@ceeri6335 Күн бұрын
What satellite image did you use?
@explorethebeautyofnature3530
@explorethebeautyofnature3530 7 күн бұрын
Nice work. How does one execute an object detection project? Suppose I want to train a model to detect orange trees from either Sentinel-2 imagery or from an orthophoto. How can this be done?
@geodev
@geodev 7 күн бұрын
Thanks. There are various models available freely on the internet for the object detection task. One of the great ones is YOLO. I created the tutorial a year ago for that kind of work. Please check this one: kzbin.info/www/bejne/faWngoaHob-Whassi=_6A2oHJEuc_-n0cI
@explorethebeautyofnature3530
@explorethebeautyofnature3530 7 күн бұрын
@@geodev Thank you
@alpcnar5877
@alpcnar5877 11 күн бұрын
is this u- net ? where you find it ?
@geodev
@geodev 4 күн бұрын
yes it is unet. This is the unet with minimal number of trainable variables.
@adriatic123
@adriatic123 11 күн бұрын
This is not efficient because the getCurentPosition() method inside setInterval() will send coordinates even if the user is standing still, wasting (expensive) push messages used via Pusher or PubNub push service. It is better to use watchPosition without setInterval so that the system will send coordinates only when the user is on the move. On the receiver side you can insert setInterval() to move marker every second, which will not use push messages when not necessary.
@shivayshakti6575
@shivayshakti6575 12 күн бұрын
thanks a lot really useful!
@geodev
@geodev 11 күн бұрын
Glad it was helpful!
@AnirudhAggarwal-w7r
@AnirudhAggarwal-w7r 15 күн бұрын
My output of len(image), len(mask) is 0,0 . not able to get through this problem alone
@geodev
@geodev 14 күн бұрын
I think you have a wrong url to image or mask directory.
@unknownyoutuber8703
@unknownyoutuber8703 15 күн бұрын
Sir ,Which programming you are using in front end and backend
@geodev
@geodev 14 күн бұрын
This project only contain the frontend code. It is javascript.
@weslleymorais
@weslleymorais 16 күн бұрын
Congratulations on the videos, I followed most of them. How do I make clusters using marked points with the following command lines: var Point1 = L.marker([0.833005, -60.436509], var Point2 = L.marker([0.833032, -60.434503], Would it be possible to make a video teaching the procedures? I didn't find any video explaining this. Thank you.
@tunetales33
@tunetales33 17 күн бұрын
Hi, can you tell me how i can get the proper or all the coordinates of a specific state or country
@geodev
@geodev 4 күн бұрын
Hi, I normally get it from google search. Most of the time it will be accurate. Another way is, simply use the google map and click on the required position, it will give you the coordinate.
@13_wikasitanajminariswari31
@13_wikasitanajminariswari31 19 күн бұрын
also, if I download sentinel data just like how u did with GEE but with different region, will the code still work? thx
@geodev
@geodev 4 күн бұрын
Yes it will work. But again, this is not the operational model and doesn't have high accuracy. Please increase your training data or make more accurate mask file to get the higher accuracy.
@13_wikasitanajminariswari31
@13_wikasitanajminariswari31 19 күн бұрын
AttributeError: module 'tensorflow.python.distribute.input_lib' has no attribute 'DistributedDatasetInterface' do you need to uninstall previous version before installing tensorflow 2.12.0?
@geodev
@geodev 4 күн бұрын
Yes if you do so, that will be better.
@prabinpoudel2965
@prabinpoudel2965 21 күн бұрын
data load garda error feature class vanxa ta ?
@NicoAn2
@NicoAn2 23 күн бұрын
Thanks !! ❤❤
@geodev
@geodev 20 күн бұрын
You're welcome 😊
@vrajpithwa
@vrajpithwa 24 күн бұрын
Remove the thumbnail its showing the files larger to 5gb but what you explained in the video is isolated to 2gb only. ❌❌❌❌❌❌❌
@louislemire6691
@louislemire6691 25 күн бұрын
Thanks for saving me a few hours. Works like a charm. Keep up the good work my friend (from Gainesville, FL, US)
@rashaabas4906
@rashaabas4906 28 күн бұрын
Thanks alot...can you tell me how to add naive Bayes 🙏
@talesofmountains5749
@talesofmountains5749 28 күн бұрын
Do we need to do any corrections with these 4 bands to calculate spectral indices like NDVI and NDWI like Landsat 8?
@geodev
@geodev 28 күн бұрын
No! these are the preprocessed images. You can directly use it.
@sukanta_gis
@sukanta_gis Ай бұрын
Sir any videos related to, how we can create training samples for landuse landcover classification CNN
@rajeevrajak6780
@rajeevrajak6780 Ай бұрын
I keep getting the following error and on checking there is no x64 folder in the install folder instead there is only x86. can someone help. Error using mexopencv.make>pkg_config (line 333) OpenCV library path not found: C:\dev\build\install\x64\vc14\lib Error in mexopencv.make>mex_options (line 265) [cv_cflags, cv_libs] = pkg_config(opts); Error in mexopencv.make (line 82) mex_flags = mex_options(opts);
@geodev
@geodev 29 күн бұрын
Make sure to use the exact version that are mentioned in the tutorial. Also few helpful tips were pinned in the comment section. I am sorry, I don't have exact answer to your question right now.
@user-uo4gp4hh7s
@user-uo4gp4hh7s Ай бұрын
Hi! Could you make a guide for convert h5 file to GeoTIFF? I've downloaded from NASA worldview night view, but don't know how to use it. Or is there any way to make it into DataFrame with latitude longitude and light intensity columns ?
@geodev
@geodev 29 күн бұрын
Hi, I have converted those into geotiff in this video. Please watch the first few minutes of this video: kzbin.info/www/bejne/Z5zPZoWEhdCtY8ksi=PUTdKDyMqNByf1WW
@MehdiKordkatouli
@MehdiKordkatouli Ай бұрын
کرونا Hello . My name is Mahdi. I saw the video of downloading Corona images that you posted on KZbin. I need your help to download some Corona images because I can't download them in Iran and the download feature is disabled for me.
@geodev
@geodev 29 күн бұрын
Hi Mahdi, yes, some of the imagery were disabled. You need to order it and pay the fee for those images.
@khalidelejla7113
@khalidelejla7113 Ай бұрын
Nice job, at the beginning of the videos I thought you where tracking the flash 😂😂
@CodingOrNot-0124
@CodingOrNot-0124 Ай бұрын
Thank you! it is quite helpful
@geodev
@geodev Ай бұрын
Glad it was helpful!
@codeessentialske
@codeessentialske Ай бұрын
Nice one
@geodev
@geodev Ай бұрын
Thanks 🔥
@trongang8914
@trongang8914 Ай бұрын
thanks, it saves me and my time. I would wish that you can also explain the cloning part of git repo as well, a github newbie like me would understand it better. Thank you :)
@geodev
@geodev Ай бұрын
Great suggestion! Thanks.
@technoplus6895
@technoplus6895 Ай бұрын
superb
@geodev
@geodev Ай бұрын
Thank you! Cheers!
@bluewhiteservice
@bluewhiteservice Ай бұрын
รบกวนขอ contact หน่อยคับ
@rennerclips
@rennerclips Ай бұрын
Very good thanks!
@NizCoding-jy2ct
@NizCoding-jy2ct Ай бұрын
Hello ! I wanted to thank you so much for your content !! your work is very valuable for the community. Can you please show a specific feature to save a new drawn polygon? Best regards
@thecommoner2494
@thecommoner2494 Ай бұрын
Thank you brother! You made my day. I was struggling to get it done. Thanks for your video. 👍👍👍
@geodev
@geodev Ай бұрын
Glad I could help
@kushalnayak9363
@kushalnayak9363 Ай бұрын
This is really very informative. Spacial for those who start GIS Web developing with leaflet & Javascript. Thanks for making this video
@geodev
@geodev Ай бұрын
Glad you liked it.
@tholoanamothibi9381
@tholoanamothibi9381 Ай бұрын
Thank you so much, you have saved me, please show me how to save all those layers in the database sir
@louislemire6691
@louislemire6691 Ай бұрын
Thanks for being there. Really enjoy the tutorials.
@geodev
@geodev Ай бұрын
Glad you like them!
@rezanator9251
@rezanator9251 Ай бұрын
Hello, im getting failed to fetch error. I copied the path same as yours but no help, using latest VScode. Thanks for these tutorials and effort, very well explained and done.
@geodev
@geodev Ай бұрын
Please check the full code in github which is given in the video description.
@uzayayden3741
@uzayayden3741 Ай бұрын
Hello, is it possible to turn on and off the raster image we published from the control layer section? I tried but failed.
@geodev
@geodev Ай бұрын
yes it is possible. Check this answer: gis.stackexchange.com/questions/161940/how-to-add-layers-and-update-layer-control-dynamically-leaflet
@moshiurrahman5706
@moshiurrahman5706 Ай бұрын
Can you plz share the coupon
@geodev
@geodev Ай бұрын
Here is the discounted link: www.udemy.com/course/geospatial-data-analysis-with-python/?couponCode=9ECB4E37A78365D99502
@LuuPham
@LuuPham Ай бұрын
Quá hay
@kokilathottempudi4704
@kokilathottempudi4704 Ай бұрын
Sir, will u pls tell us frm where u had collected the data
@geodev
@geodev Ай бұрын
It is the part 4 of the end to end deep learning playlist. The full playlist is available in the video description.
@user-ce7te5vq8o
@user-ce7te5vq8o Ай бұрын
HI Sir, is there a way to write and make a comment straight on the marker in leaflet and save it or change the color marker upon saving event? If it possible can you make a video how to make such comment on a marker?
@SheeceGardazi
@SheeceGardazi Ай бұрын
gdal is still the most performance library! even in terms of features nothing can replace it!
@geodev
@geodev Ай бұрын
True! Because most of other libraries depends on GDAL and it is obvious that it has lots of features. But one thing I don’t like about is its complexity for even a simple task.
@GoogleGoogle-dy3qe
@GoogleGoogle-dy3qe Ай бұрын
India , why you can't speak good ?