William Hudspeth writes:
>
> Hello,
>
> I am trying to import a CSV file with X and Y coordinates specified in
> two columns. Not all of the records are imported. Any ideas?
>
> Bill
I would check first if some rows miss fields or have extra fields. The latter
may happen if separating charact
Hi David (and Noli) - I need this equipment too, better get my order in! :)
Having the options for temporarily hooking up a display (when back at the
truck), run off of modest mobile power sources and then sync back to an office
db when back home... are some of the things I want to have running
Start building your R Pi tablet.
http://www.engadget.com/2012/04/26/adafruit-wants-to-help-you-hack-your-raspberry-pi/
Noli
On 5/3/12, David Delorme wrote:
> I have been thinking about and have ordered a Raspberry Pi.
> I have been looking for a low cost open source tough light solution for da
I have been thinking about and have ordered a Raspberry Pi.
I have been looking for a low cost open source tough light solution for data
gathering in the field.
My work for many years was in forestry and mineral exploration. I used arcpad
in the past on a hardened ipaq ie able to with stand gett
Works fine in 1.74 under Win732bits. What seems to be the problem?
Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n
Coyoacan 04510
Mexico City
Mexico
56 22 95 16
> Subject: Re: [Qgis-user] QGIS bug reading GPX f
Ok, so in relation to SAGA Grid Calculator, I think the mistake was mine. The
syntax to use in the formula to refer the layers is g1, g2, ..., gn, from the
top to the bottom of the list of "Multiple selection" rasters.
Remains the question about GRASS r.mapcalculator.
Thank you and sorry for th
>
> Is this a bug or am I missing something? Can someone reproduce my
> results? Does this happen with the latest code?
works fine with qgis master on Linux.
cheers
-- Giovanni --
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.
Hi,
I'm trying to use the calculator tools both from SAGA and GRASS in SEXTANTE,
and both are giving me errors.
For example, making the difference between two rasters in SAGA, with Grid
Difference module, all runs ok.
Calculating the difference between the same rasters, but with Grid Calculato
Thanks Alex.
Cheers,
Hugo
On Wed, May 2, 2012 at 8:43 PM, Alex Mandel wrote:
> OSGeo Live maintains an svn repo:
> http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/
>
> The bin folder has the scripts, other folders have supporting files.
>
> See http://wiki.osgeo.org/wiki/Live_GIS_Disc for more de
OSGeo Live maintains an svn repo:
http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/
The bin folder has the scripts, other folders have supporting files.
See http://wiki.osgeo.org/wiki/Live_GIS_Disc for more details about the
build process.
Enjoy,
Alex
On 05/02/2012 12:36 PM, Hugo wrote:
> Hi Alex
Hi Alex,
Just out of curiosity where would those scripts be downloadable??? I've
been trying to find them but didn't get them.
Cheers,
Hugo
On Wed, May 2, 2012 at 6:37 PM, Alex Mandel wrote:
> In fact it's been done for you already
> http://live.osgeo.org
>
> The whole stack installed and setup
Hi all.
Following the decision taken during the Lyon HackFest, we now have a new
initiative, branded "QGIS friendly courses". The idea is to list on QGIS
website all the courses that will promise to donate either development
time or money for the well-being of the project. We aim at promoting
fair
In fact it's been done for you already
http://live.osgeo.org
The whole stack installed and setup together on a linux box. FYI the
scripts used to do all the installing are available if you want to pick
and choose what to install and it's all based on Ubunutu/Xubuntu so any
variant of those will wo
Hi Filipe,
[please don't toppost]
On Wed, 02. May 2012 at 15:29:53 +0100, Filipe Silva Dias wrote:
> On Wed, May 2, 2012 at 3:19 PM, Jürgen E. <[1]j...@norbit.de> wrote:
> > I suppose something like:
> > CASE FIELD1='A' AND FIELD2<>'B' THEN X ELSE Y END
>No, it doesnt work:
> Expression
CASE
WHEN FIELD1='A' AND FIELD2<>'B' THEN X
ELSE Y END ;
There are several variants of SQL, but one page with good examples is this:
http://www.postgresql.org/docs/9.0/static/functions-conditional.html
- Mail original -
De: "Filipe Silva Dias"
À: "Jürgen E." , qgis-user@lists.osgeo
No, it doesnt work:
Expression is invalid "Syntax error unexpected COLUMN_REF, expecting WHEN"
Thks
Filipe
On Wed, May 2, 2012 at 3:19 PM, Jürgen E. wrote:
> On Wed, 02. May 2012 at 14:14:12 +0100, Filipe Silva Dias wrote:
> >Dear all,
> >
> >I'm trying to fill a column using an SQL
On Wed, 02. May 2012 at 14:14:12 +0100, Filipe Silva Dias wrote:
>Dear all,
>
>I'm trying to fill a column using an SQL statement, but Ive been
>unsuccessful so far. In LibreOffice I would use the following syntax:
>
>=IF(AND(FIELD1="A";FIELD2<>"B");X;Y)
I suppose something like:
Hello,
I am trying to import a CSV file with X and Y coordinates specified in
two columns. Not all of the records are imported. Any ideas?
Bill
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
Dear all,
I'm trying to fill a column using an SQL statement, but Ive been
unsuccessful so far. In LibreOffice I would use the following syntax:
=IF(AND(FIELD1="A";FIELD2<>"B");X;Y)
How can I do the same using SQL statements in QGIS?
Thanks in advance
Best regards
FIlipe
_
On Wed, May 2, 2012 at 9:54 AM, Even Rouault
wrote:
>
>> but there is no way to actually select 1 or more specific subdatasets
>
> It is possible to select one subdataset. You must use the name reported in the
> lines that contain SUBDATASET_XXX_NAME. For example :
>
> gdal_translate HDF4_EOS:EOS_
On Wed, May 2, 2012 at 9:43 AM, Agustin Lobo wrote:
> You are right. I was confusing bands and subdatasets.
> The following does not work:
> $ gdal_translate -b 4 lndsr.L5169054_05420101216.hdf test.tif
> Input file contains subdatasets. Please, select one of them for reading.
>
> The following w
> but there is no way to actually select 1 or more specific subdatasets
It is possible to select one subdataset. You must use the name reported in the
lines that contain SUBDATASET_XXX_NAME. For example :
gdal_translate HDF4_EOS:EOS_GRID:"lndsr.L5169054_05420101216.hdf":Grid:band1
out.tif
>
> T
If I go here: http://gis.stackexchange.com/tags
I see under the QGIS tag:
34 asked this week, 152 this month
There are only 560 questions tagged with "qgis", so as a proportion that's
quite a lot.
On that entire page QGIS has easily got the highest "asked this week" and
"this month" numbers wi
You are right. I was confusing bands and subdatasets.
The following does not work:
$ gdal_translate -b 4 lndsr.L5169054_05420101216.hdf test.tif
Input file contains subdatasets. Please, select one of them for reading.
The following works:
$ gdal_translate -sds lndsr.L5169054_05420101216.hdf test.
Nice, is this including all answers? If so, would it be possible to see how
many new questions are posted every day? In any case, with the increasing
trend in the last couple of month, we need to wait for the data for April
(and later) to see if there is any change.
I would expect that part of wha
Nathan Woodrow wrote
>
> The last query that I just posted should be able to do it once the data is
> updated to include April. Currently it only includes up till March. The
> site is updated monthly so it should be there soon.
>
Thanks for this, it crossed with my last. Does 'Posts' equal 'N
On Wed, May 2, 2012 at 9:31 PM, Nick Hopton wrote:
> Is it possible to determine the number of new questions tagged 'QGIS' asked
> on Stack Exchange GIS in March and the same for April?
>
> Nick.
>
The last query that I just posted should be able to do it once the data is
updated to include Apri
Hello,
I have a problem with the Pan Command what nobody seems to have in the hole
world. :-) Ones in a while the command "Pan map" hangs. I can't select
another command like Zoom In Or Identify Feature. The Pan-command persists
and even without "holding the left mouse key" the map will be paned.
Anita Graser wrote
>
> I agree with Nathan, that the number of QGIS questions on GIS.SE has
> increased since the forum was shut down. Before, it was not uncommon to
> have only one or two questions per day.
>
Is it possible to determine the number of new questions tagged 'QGIS' asked
on Stack
Here is a better query that shows an increase trend in the qgis tagged
question on SE
http://data.stackexchange.com/gis/query/68778/how-many-posts-per-month-for-a-tag?TagName=qgis
- Nathan
On Wed, May 2, 2012 at 8:47 PM, Anita Graser wrote:
> Hi,
>
> I agree with Nathan, that the number of QGIS
Hi
>
> Can anyone confirm this behaviour of 1.7.4 and last master on Windows
> XP? _Very_ slow startup, up to 1 minute... It shows splash screen, and
> then nothing happens for about a minute, and then it loads and works
> normally.
I have seen this many times on other people (Windows) computer
Selon Agustin Lobo :
> Hi!
>
> The gdal info of a multiband satellite image in hdf is reported by
> gdal as "Size is 512, 512"
> in contradiction with the size of the subdatasets. QGIS and R
> (raster+rgdal) report an error at opening the file,
> while envi and HDFLook can open it with no problem.
Hi,
I agree with Nathan, that the number of QGIS questions on GIS.SE has
increased since the forum was shut down. Before, it was not uncommon to
have only one or two questions per day.
Regards,
Anita
On Wed, May 2, 2012 at 11:50 AM, Nathan Woodrow wrote:
> Nick,
>
> I'm not sure I agree with
Nick,
I'm not sure I agree with your observations with lack of increase in qgis
questions on SE. I have noticed a lot more then normal and the stats
report an average of 4 questions a day
http://stackexchange.com/filters/43039/qgis.
- Nathan
On Wed, May 2, 2012 at 7:37 PM, Nick Hopton wrote:
Hi!
The gdal info of a multiband satellite image in hdf is reported by
gdal as "Size is 512, 512"
in contradiction with the size of the subdatasets. QGIS and R
(raster+rgdal) report an error at opening the file,
while envi and HDFLook can open it with no problem. I include the
gdalinfo output and
The forum closed a month ago and I think it's time for a look at how the new
arrangements are working.
To me, it appears self-evident that the number of postings made on Stack
Exchange by newcomers and less experienced users has not increased
significantly since the forum closed. So where are thes
36 matches
Mail list logo