Woow. This is the last operation that was making me fall back to ArcGIS. Now that it is covered in QGIS, there is no going back!
@teamshare7558 Жыл бұрын
Thanks for sharing. Short video but powerful!
@azzeddinereghais74943 жыл бұрын
A lot thanks Pro; I hope will be later the courses by Creating algorithms with R for QGIS.
@vijayal.pusuluri37152 жыл бұрын
Hi, I am mapping road accident spots in QGIS and created heat maps. Now I want to compare kriging method for validation. Is this the right plugin to use?
@dzulfansyah093 жыл бұрын
Thanks for sharing..very useful👍👍
@schneis Жыл бұрын
I tried to install the plugin using QGIS 3.28.11 and python version 3.9.5. The installation of C:\Users\schneis>python -m pip install scikit-learn was succesful but I still get an error "AttributeError: module 'numpy' has no attribute 'float'" after installation of the plugin.
@HansvanderKwast Жыл бұрын
Please get in touch with the developers and file an issue at github.com/gustavowillam/SmartMapPlugin
@muhammadharissiddiqui32303 жыл бұрын
Hi, Thank you for the video. I am doing interpolation of rain gauge stations having annual average rainfall. I want to use elevation as an external variable. Is there any way in QGIS to do that?
@HansvanderKwast3 жыл бұрын
Co-kriging is not easily possible in QGIS as far as I know. Better to use R for these kind of interpolations or add your R script to QGIS with the R processing provider plugin.
@spvogue1003 жыл бұрын
Thanks Hans. I wonder, if i have more than one z value at same coordinates and i want to mapping all values, is it possible to mapping to automaticly with using IDW, of course all legend will be different. And in atlas feature i want to see all different z values map.
@spvogue1003 жыл бұрын
may be qgis developers create a plugin for this
@HansvanderKwast3 жыл бұрын
With IDW or Nearest Neighbour (Thiessen) interpolation you need a unique value at a location, that's simply how the method works. If you have multiple points at exactly the same location you need to take the average, max, min, etc. first before applying the interpolation. The kriging method explained in this video can deal with multiple Z values at the same location, because the method uses the semi-variogram fit through the points at lag distances.
@abbasnajmi61963 жыл бұрын
Hi hans, Thanks for the video. Could you please tell me how we can add multiple z values at the same location in smart map plugin?
@HansvanderKwast3 жыл бұрын
It will construct the semivariogram based on all points in your points layer. So if there are points with different values at the same location it will take that into account to calculate the semivariance. Did you try it already?
@abbasnajmi61963 жыл бұрын
@@HansvanderKwast Thank you for your response. I have two columns that I need to interpolate to generate a single map, but we can just import only one column from the point layer for kriging, right? So like this, I will get two different maps instead of one.
@HansvanderKwast3 жыл бұрын
@@abbasnajmi6196 Yes, but you can have 2 or more rows at the same location. For a shapefile it doesn't matter. Not sure how the plugin deals with it.
@muharifromadlon39932 жыл бұрын
unable to get setup.ini from webs :(
@vash052 жыл бұрын
I encountered the same problem. Have you solved this one?
@urszulazawadzka-pawlewska40562 жыл бұрын
Are there any specific requirements for the attribute that will be interpolated? I have the layer with integer values and the Smart-Map doesn't see the Z (I can't select anything, as I don't see there any attribute to choose).
@HansvanderKwast2 жыл бұрын
I think you need to have a field with decimal numbers.
@urszulazawadzka-pawlewska40562 жыл бұрын
I've found layer with decimals (Real) and it is still not working (plugin sees the layer, but doesn't see any variables that it can interpolate) :(.
@HansvanderKwast2 жыл бұрын
@@urszulazawadzka-pawlewska4056 Please file the issue at the GitHub repository of the developers of the plugin: github.com/gustavowillam/SmartMapPlugin
@urszulazawadzka-pawlewska40562 жыл бұрын
@@HansvanderKwast I've wrote there, but for now I mainly have support from other users (writing that they have simmilar problem). I used the plugin on osgeo4w on Windows and it worked. I have maybe strange question but how to mimic the OSGeo4W on linux, maybe there are some problems with dependencies when I install everything sepparately.
@marikaaspland73702 жыл бұрын
nightmare - Hans, love your work but I am not savvy enough to work around version incompatibility with the python3 environment and pip versions - so my install fell over. - py3_env not recognised even tho python3 was installed. :( Marika
@augustbjerken13753 жыл бұрын
Hi Hans, First and foremost, thanks for the video. I've already had great success using the Smart-Map plugin along with many other QGIS-functions surrounding catchment modelling, and it is all down to your excellent walk throughs. One question that has emerged though is how to handle NULL values when working with the Smart-Map plugin? I've lately been working on some long precipitation datasets, where occasionally some stations lack a value. This creates a problem, I keep getting the following error message when importing the layer: "ValueError: range() arg 3 must not be zero". While the plugin is clearly identifying the missing values, I don't know to approach this? Is the something obvious that I'm not seeing? Kind regrads and once again, thanks for your excellent videos! // August Bjerkén
@HansvanderKwast3 жыл бұрын
Hi August. Great that the videos are useful! I've not encountered that problem yet. Maybe you can post the issue on the GitHub page of the plugin, so the developer can respond. If you find a solution, please post it back here too. Here's the link to the GitHub page of the plugin: github.com/gustavowillam/SmartMapPlugin.
@augustbjerken13753 жыл бұрын
@@HansvanderKwast Ok, I see! Well, I'll have a look at it and see if there's something that need to be adjusted. I'll keep you posted here in case I stumble across any solution. Thanks for the quick reply! //August Bjerkén
@harrybarcia31772 жыл бұрын
Great content, thank you :)
@drorigudes84282 жыл бұрын
Yes, I was also getting errors despite following installation steps
@HansvanderKwast2 жыл бұрын
File an issue at the GitHub page or get in touch with the developers: github.com/gustavowillam/SmartMapPlugin
@serhatkoroglu67082 жыл бұрын
that's great!
@simoncool12093 жыл бұрын
Hi Hans, thanks for the video, I see that the number of points is limited to 1000, would that be extended in the final plugin?
@HansvanderKwast3 жыл бұрын
Hi Simom. The developers have chosen the limit of 1000 points because of their interest in precision agriculture. They could change that, but not sure if it's in the next version. Also check this video from the developers: kzbin.info/www/bejne/mqundYGuo9yJoas
@Trujimap2 жыл бұрын
it requires 64 bit, I´m still in the underworld of the 32 bit
@azmatraja57673 жыл бұрын
why i am getting this error ValueError: range() arg 3 must not be zero
@nsn2423 жыл бұрын
I'm also getting this error. Running QGIS 3.16. Any solution?
@azmatraja57673 жыл бұрын
@@nsn242 USE IDW INTERPOLATION
@ayskriim3 жыл бұрын
I'm also getting the same error. Running 3.22
@watitemjen23282 ай бұрын
The moment i press import, the plugin crashses. any idea why this is?
@HansvanderKwast2 ай бұрын
I don't have enough information to answer your question. You can report issues to the plugin developers here: github.com/gustavowillam/SmartMapPlugin
@danielpovedamartinez41703 жыл бұрын
Another error with other variables (Genetic_diversity) that I had is: IndexError: list index out of range Traceback (most recent call last): File "/home/daniel/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Smart_Map/Smart_Map.py", line 3693, in pushButton_Krigagem_clicked self.export_raster_to_qgis(Input_Table, Output_Layer_File_tiff, Output_Layer_Name, z_field) File "/home/daniel/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Smart_Map/Smart_Map.py", line 7957, in export_raster_to_qgis crs = crs[1] #segundo elemento da lista: '32723' IndexError: list index out of range, DO you know what cause this error?
@HansvanderKwast3 жыл бұрын
Please check with the developers: github.com/gustavowillam/SmartMapPlugin