Josef K
Josef K
symbol depending on obs type color scale representing sample date
_From [[email protected]](https://code.google.com/u/106492356751350430132/) on January 09, 2014 11:18:57_ Make the path to selected database being stored as a relative path (if the qgis project is stored with relative paths to its...
_From [[email protected]](https://code.google.com/u/106492356751350430132/) on February 06, 2013 00:39:23_ The db is designed to use FDO/OGR geometry types POINT and LINESTRING. This may cause problems if you try copying data from a...
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...
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
Additions: 1. an option in the config file to set file suffix for locally saved text files (by default .txt but user may want to use .md or .mkdn instead)...