Ujaval Gandhi
899c57a91f
Change comparison back to NULL
...
filter_null method previously filtered the NULL values using NULL type in qgis.core which is a QPyNullVariant.
f9e0093ce7
This was subsequently changed to 'is not None' comparison which is incorrect. The current version fails to filter out the null values.
2016-01-04 11:01:06 +05:30
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
Matthias Kuhn
f9e0093ce7
[fTools] Spatial join aggregates: handle NULL values
2014-02-23 10:39:14 +01:00
Martin Dobias
c465c9f03d
Fix #8434 (join by spatial location locks up QGIS)
...
By caching the features of the provider in the inner loop, there is
a considerable speedup (compared to doing millions of queries)
2014-02-10 14:47:51 +07:00
Minoru Akagi
8ae64b438e
fTools: remove unnecessary checks on output field names ( fix #8241 )
2013-07-10 22:01:40 +09:00
Minoru Akagi
7d75fcc387
fTools: fix MergeShapes and SpatialJoin
...
fix #7823
fix #7952
fix #8206
2013-07-03 15:20:14 +09:00
Matthias Kuhn
b6770be729
[ftools] Fix "Join attributes by location"
2013-06-15 11:43:15 +02:00
Chris Crook
d416555079
Som fTools fixes for SIP API updates
2013-06-15 11:43:15 +02:00
Alexander Bruy
a75563f299
more SIP updates for fTools
2013-06-03 16:16:04 +04:00
Alexander Bruy
d3d51820e3
more api updates in fTools (still incomplete)
2013-05-31 14:57:34 +04:00
Alexander Bruy
a915c41a7c
fix Join attributes by location ( #7103 )
2013-03-13 17:20:27 +04:00
Juergen E. Fischer
2f23b1e83b
first take on porting ftools to vector iterator api
2013-02-01 01:04:21 +01:00
Juergen E. Fischer
28ca48c4cf
more API updates to the python plugins
2013-01-04 23:02:44 +01:00
Alexander Bruy
e742d5e63e
fix python plugins after API cleanup
2012-12-24 11:48:08 +02:00
Juergen E. Fischer
c25ae5635c
even more font propagation
2012-01-26 00:54:56 +01:00
Alexander Bruy
c1050fee68
[BACKPORT] remove executable flag from fTools sources
2011-11-12 12:57:35 +02:00
cfarmer
b4880375ed
python/plugins/fTools/tools/doJoinAttributes.py
...
python/plugins/fTools/tools/frmJoinAttributes.ui
python/plugins/fTools/tools/doReProject.py
python/plugins/fTools/tools/frmReProject.ui
python/plugins/fTools/ftools_help.xsl
python/plugins/fTools/doAbout.py
python/plugins/fTools/frmAbout.ui
python/plugins/fTools/__init__.py
python/plugins/fTools/CMakeLists.txt
python/plugins/fTools/fTools.py
python/plugins/fTools/ftools_help.xml
git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-07 23:29:15 +00:00
cfarmer
5e0752fc6e
Adds median value to summary when joining layers with numeric data
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-21 01:52:42 +00:00
jef
dfcc09f12d
fix ftools typo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 11:19:13 +00:00
jef
9d206cc8fa
translation string fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13496 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-15 22:44:34 +00:00
cfarmer
f4760f23bf
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260 , #2057 , and #1986 . Another great patch from alexbruy :-)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:55:59 +00:00
jef
90d242df34
fix runtime error in fTools' spatial join
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13398 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-26 22:41:28 +00:00
cfarmer
71a9f815a5
Ensures that field names for output shapefiles remain less than 10 chars. Patch contributed by Alexander Bruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13313 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:27:11 +00:00
cfarmer
63c36711a0
Uses spatial index to select intersecting features (used selections before). Tool should run faster and with fewer map canvas glitches.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13036 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 00:49:23 +00:00
jef
90fe58308b
ftools i18n update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-31 09:57:28 +00:00
jef
95ca955748
remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-16 22:40:48 +00:00
jef
79febc8a97
cleanup line endings and some typos in fTools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10080 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-02-01 15:44:02 +00:00
cfarmer
cb449d0627
change ftools directory to fTools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-31 20:01:11 +00:00