Qgridder
Qgridder copied to clipboard
Qgis python plugin for building 2D grids for finite difference numerical modeling
Hello, Would it be possible to have an update for newest version of QGis? (The 2.0 is getting very old) If not, is there any way to bypass the compatibility...
Since Matplotlib 1.5.0 NavigationToolbar2QTAgg has been removed, thus Qgridder plugin cannot be loaded in Qgis 2.16 Nodebo. Do you know what to do to fix this bug ? Best regards...
Can anyone post the modflow periodic boundary condition package fortran source code? It is necessary to include in the compilation of Modflow 2005 to run the Island example problem posted...
The steady state tutorial script shows how to read simulation results by using ModflowHdsRead, line 213-215: # -- Read results mread_heads = ModflowHdsRead(ml,compiler='l') t, h, m = mread_heads.read_all(name+'.hds') But flopy...
Hi, I think would be useful to publish this plugin in the official qgis repo, in this way you can find more people interested in a similar plugin and can...
A. In a close future ... => Optimization of refinement for structured grids The refinement strategy currently implemented in Qgridder is based on the "propagation" of fixes to topology rules...
I want to associate every reach of a river shapefile to one single groundwater mesh cell : # select River rivLayer = ftools_utils.getVectorLayerByName('riv_reach') rivRowCol = qgridder_utils.get_pline_centroids(rivLayer, gridLayer ,idFieldName = 'ID')...
A few lines in "Qgridder_utils.py" are still using the old api, I found these: 600-602 659-661 678-680 694-698 723 734-737 744-748 798-799 837-838 855-857