125 reputation
7
bio website danpearce.co.uk
location Paris, France
age 30
visits member for 7 months
seen yesterday
stats profile views 7

Engineer/Researcher working on environmental projects for aviation.


2d
awarded  Editor
2d
revised spatialite.dll with Python and QGIS - the specified module could not be found
added 1 characters in body
2d
accepted spatialite.dll with Python and QGIS - the specified module could not be found
2d
answered spatialite.dll with Python and QGIS - the specified module could not be found
May
17
awarded  Promoter
May
14
comment spatialite.dll with Python and QGIS - the specified module could not be found
Thanks for your input. Unfortunately this is not a solution I can use. The body of code is part of a much larger project that cannot be customized specifically for QGIS - its used by other applications as well. So I need to use pure Python methods with databases and shapefiles/wkt over built in QGIS functions. Also, I want to distribute the DLLs with my plugin that hopefully mean users don't have to download/configure/install anything.
May
13
asked spatialite.dll with Python and QGIS - the specified module could not be found
Feb
6
comment QGIS - Add a combobox to a toolbar
Literally just reading a tutorial on the addWidget function. Exactly what I needed and works fine. Thank you very much
Feb
6
accepted QGIS - Add a combobox to a toolbar
Feb
6
asked QGIS - Add a combobox to a toolbar
Jan
3
awarded  Scholar
Jan
3
accepted Spatial query of raster data
Jan
3
answered How to programatically check for a mouse click in QGIS
Dec
20
comment How to Remove return/newline (\n) character from Field using Python and Field Calculator?
What is the string that you are trying to work with then? This really should work so perhaps you have something a bit odd with your input?
Dec
20
comment How to Remove return/newline (\n) character from Field using Python and Field Calculator?
perhaps try .string().replace("\n", "")?
Dec
20
comment How to Remove return/newline (\n) character from Field using Python and Field Calculator?
What is the specific Python error given with this number?
Dec
20
comment How to Remove return/newline (\n) character from Field using Python and Field Calculator?
Do you need a Python solution or a VBA (ArcGIS 9) solution? strip(), rstrip() and lstrip() only deal with characters on the ends. If it is in the middle of a string, try .replace("\n", "")
Dec
20
answered How to Remove return/newline (\n) character from Field using Python and Field Calculator?
Dec
19
answered How to split shapefile per feature in Python using GDAL?
Dec
8
awarded  Autobiographer