From artem at pavlenko.uklinux.net Wed Feb 1 18:31:19 2006
From: artem at pavlenko.uklinux.net (Artem Pavlenko)
Date: Wed, 01 Feb 2006 17:31:19 +0000
Subject: [Freegis-list] new mapnilk 0.2.5a
Message-ID: <43E0F067.9070203@pavlenko.uklinux.net>
Dear List,
I'm very pleased to announce mapnik's new release (0.2.5a). We've been
working hard to get here. The main focus of this release is to provide a
better user experience while installing mapnik.
This release offers:
1. new build system
2. new INSTALLATION INSTRUCTIONS
3. new symbolizers (polygon/line patterns)
4. lots of fixes.
5. and there is new website - http://mapnik.org
Best
Artem Pavlenko
From tzajc at conae.gov.ar Wed Feb 1 20:46:00 2006
From: tzajc at conae.gov.ar (Tomas Zajc)
Date: Wed, 1 Feb 2006 16:46:00 -0300
Subject: [Freegis-list] mapserver clue
In-Reply-To: <43E0F067.9070203@pavlenko.uklinux.net>
References: <43E0F067.9070203@pavlenko.uklinux.net>
Message-ID: <200602011646.00544.tzajc@conae.gov.ar>
I'm using mapserver to display some atmospherichal data. I got a shapefile
with lat lon and 39 attributes. Each attribute is a concentration of gas in
the atmosphere for 39 altitudes. The map displays the measurement points (lat
long) and when you query that point you get an html with a two column table
(high - concentration). Besides the table it would be nice to have a graph
high-concentration. I know some php programs that can plot data from a data
files like csv o txt (http://ftp.gnus.org/circus/chart/chart-manual.php). The
problem is that i don't know how to generate a data file from mapserver.
Any sugestion?
I am generating the shapefiles so i may generate other "auxiliary" files...
Thanks
Tomas
From werchowyna at epf.pl Wed Feb 1 22:39:22 2006
From: werchowyna at epf.pl (Maciek Sieczka)
Date: Wed, 1 Feb 2006 22:39:22 +0100
Subject: [Freegis-list] Ubuntu Breezy GIS soft resource
Message-ID: <20060201223922.71a89440.werchowyna@epf.pl>
Hi,
I have recently found a site of OrcaWare company that provides some
FOSS GIS debs for Ubuntu Breezy
http://www.orcaware.com/packages/ubuntu/breezy
E.g:
Stuff not present in Breezy official repos:
- postgis 1.0.5 (build with postgres 8.1)
Stuff newer than in Breezy official repos:
- qgis 0.7.4,
- geos 2.2.1,
There are also gdal, grass, proj and postgres but they seem the
same as available in breezy or breezy-backports.
I'm not using these pacakges myself. But I thought others might like
to try instead of building newer versions on their own.
Maciek
--------------------
W polskim Internecie s? setki milion?w stron. My przekazujemy Tobie tylko najlepsze z nich!
http://katalog.panoramainternetu.pl/
From steve.lime at dnr.state.mn.us Thu Feb 2 04:27:48 2006
From: steve.lime at dnr.state.mn.us (Steve Lime)
Date: Wed, 01 Feb 2006 21:27:48 -0600
Subject: [Freegis-list] mapserver clue
Message-ID:
Tomas: I use OWTChart in cases like this (http://www.maptools.org/owtchart/index.phtml). You just feed it the data out of a MapServer query template and it sends you a gif. Embed that call into an image tag and there you have it- a dynamic graph sitting right along side your table.
Here's an example page using this technique:
http://www.dnr.state.mn.us/hunting/deer/mapit2004.html?imgxy=174.5+174.5&root=%5Broot%5D&map=%2Fusr%2Flocal%2Fwww%2Fdocs_maps%2Fwildlife%2Fwhitetail%2Fmain2004.map&imgext=74105.727952+4774937.053875+798393.592828+5499224.918751&layer=total&zoom=1&mode=query&img.x=213&img.y=108
The bar graphs data are nothing more than attributes in the shapefile.
There are other options as well, but this should get you started.
Steve
>>> Tomas Zajc 02/01/06 1:46 PM >>>
I'm using mapserver to display some atmospherichal data. I got a shapefile
with lat lon and 39 attributes. Each attribute is a concentration of gas in
the atmosphere for 39 altitudes. The map displays the measurement points (lat
long) and when you query that point you get an html with a two column table
(high - concentration). Besides the table it would be nice to have a graph
high-concentration. I know some php programs that can plot data from a data
files like csv o txt (http://ftp.gnus.org/circus/chart/chart-manual.php). The
problem is that i don't know how to generate a data file from mapserver.
Any sugestion?
I am generating the shapefiles so i may generate other "auxiliary" files...
Thanks
Tomas
_______________________________________________
Freegis-list mailing list
Freegis-list at intevation.de
https://intevation.de/mailman/listinfo/freegis-list
From binay at ccnep.com.np Thu Feb 2 12:53:09 2006
From: binay at ccnep.com.np (binay)
Date: Thu, 2 Feb 2006 17:38:09 +0545
Subject: [Freegis-list] (no subject)
Message-ID: <200602021329.k12DTX9F021941@idlewild.ccnep.com.np>
Dear sir, i am vb and arcobject programmer. I need to put the history of
parcel layer ( after splitting or combine) in another parcel layer(without
using versoning concept). I am searching for project written in vb and
arcobject. If anyone have some idea or links to do my work then it will be
very helpful to me.
thank you.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.25/247 - Release Date: 1/31/2006
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.intevation.de/pipermail/freegis-list/attachments/20060202/92628d49/attachment.html
From tzajc at conae.gov.ar Thu Feb 2 19:59:37 2006
From: tzajc at conae.gov.ar (Tomas Zajc)
Date: Thu, 2 Feb 2006 15:59:37 -0300
Subject: [Freegis-list] owtchart snall numbers
In-Reply-To: <43E0F067.9070203@pavlenko.uklinux.net>
References: <43E0F067.9070203@pavlenko.uklinux.net>
Message-ID: <200602021559.37889.tzajc@conae.gov.ar>
I'm trying to plot some data wit owtchart as Steve suggested me but I'm having
some problems plotting small numbers. In first place I couldn't find the way
to make the cgi read scientific notated data, so I had to regenerate my
shapefiles. Once I got them written in normal notation I found that I
couldn't plot small numbers as small as -0.00000000164566937855 is this a
common limitation? The url I'm sending is:
http://localhost/cgi-bin/owtchart?Type=Line&W=300&H=200&NumSets=1&NumPts=31&Vals=0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!-0.00000000164566937855!0.00000000024503654661!-0.00000000007510970318!0.00000000055291687895!0.00000000050531184792!0.00000000002954476941!0.00000000050230053450!0.00000000013284597034!0.00000000040191416861!-0.00000000050866350021!0.00000000020380243326!-0.00000000019812386454!-0.00000000044895726026!0.00000000087982593433!-0.00000000000214305635!0.00000000191609705880!-0.00000000056374438451!0.00000000077850459412!-0.00000000094573238130!-0.00000000024245977448!0.00000000378907261123!0.00000000258610421966!0.00000000457244464513!0.00000000351854634317!0.00000000091475138575!0.00000000040152881020
Thanks, Tomas
From dmorissette at dmsolutions.ca Thu Feb 2 20:33:46 2006
From: dmorissette at dmsolutions.ca (Daniel Morissette)
Date: Thu, 02 Feb 2006 14:33:46 -0500
Subject: [Freegis-list] owtchart snall numbers
In-Reply-To: <200602021559.37889.tzajc@conae.gov.ar>
References: <43E0F067.9070203@pavlenko.uklinux.net>
<200602021559.37889.tzajc@conae.gov.ar>
Message-ID: <43E25E9A.3070306@dmsolutions.ca>
Tomas Zajc wrote:
> I'm trying to plot some data wit owtchart as Steve suggested me but I'm having
> some problems plotting small numbers. In first place I couldn't find the way
> to make the cgi read scientific notated data, so I had to regenerate my
> shapefiles. Once I got them written in normal notation I found that I
> couldn't plot small numbers as small as -0.00000000164566937855 is this a
> common limitation? The url I'm sending is:
>
> http://localhost/cgi-bin/owtchart?Type=Line&W=300&H=200&NumSets=1&NumPts=31&Vals=0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!0.00000000000000000000!-0.00000000164566937855!0.00000000024503654661!-0.00000000007510970318!0.00000000055291687895!0.00000000050531184792!0.00000000002954476941!0.00000000050230053450!0.00000000013284597034!0.00000000040191416861!-0.00000000050866350021!0.00000000020380243326!-0.00000000019812386454!-0.00000000044895726026!0.00000000087982593433!-0.00000000000214305635!0.00000000191609705880!-0.00000000056374438451!0.00000000077850459412!-0.00000000094573238130!-0.00000000024245977448!0.00000000378907261123!0.00000000258610421966!0.00000000457244464513!0.00000000351854634317!0.00000000091475138575!0.00000000040152881020
>
OWTChart, or more specifically the GDChart lib that's under the hood,
has an internal array of possible/nice values to use as y axis intervals
that range from 1/64 to 10000000. The range of values that you have in
your case is much smaller than 1/64 (0.015625), that's why you get that
kind of result.
I didn't try myself, but I think you should be able to solve this by
editing gdchart2/gdchart.c, look for the ypoints[] array around line 920
and add more smaller range values that suit your needs.
Daniel
--
------------------------------------------------------------
Daniel Morissette dmorissette at dmsolutions.ca
DM Solutions Group http://www.dmsolutions.ca/
------------------------------------------------------------
From phm4 at kent.ac.uk Mon Feb 6 20:00:08 2006
From: phm4 at kent.ac.uk (Philipp H. Mohr)
Date: Mon, 6 Feb 2006 19:00:08 +0000 (GMT)
Subject: [Freegis-list] how to visualise GPS data ?
Message-ID:
Hello,
I would like to visualise 2D GPS data and plot the density of GPS points
in certain areas in the 3rd dimension. Does a piece of software exist
which allows me to do that ?
Thank you very much,
Phil
From mateusz at loskot.net Tue Feb 7 03:34:54 2006
From: mateusz at loskot.net (=?UTF-8?B?TWF0ZXVzeiDFgW9za290?=)
Date: Tue, 07 Feb 2006 03:34:54 +0100
Subject: [Freegis-list] how to visualise GPS data ?
In-Reply-To:
References:
Message-ID: <43E8074E.9070703@loskot.net>
Philipp H. Mohr wrote:
> Hello,
>
> I would like to visualise 2D GPS data and plot the density of GPS points
> in certain areas in the 3rd dimension. Does a piece of software exist
> which allows me to do that ?
Try GPS Visualizer online:
http://www.gpsvisualizer.com/
Cheers
--
Mateusz ?oskot
http://mateusz.loskot.net
From phm4 at kent.ac.uk Tue Feb 7 13:19:10 2006
From: phm4 at kent.ac.uk (Philipp H. Mohr)
Date: Tue, 7 Feb 2006 12:19:10 +0000 (GMT)
Subject: [Freegis-list] how to visualise GPS data ?
In-Reply-To: <43E8074E.9070703@loskot.net>
References:
<43E8074E.9070703@loskot.net>
Message-ID:
Hello,
On Tue, 7 Feb 2006, [UTF-8] Mateusz Å^Aoskot wrote:
>> I would like to visualise 2D GPS data and plot the density of GPS points
>> in certain areas in the 3rd dimension. Does a piece of software exist
>> which allows me to do that ?
>Try GPS Visualizer online:
>http://www.gpsvisualizer.com/
thank you for your answer. A great page which allowed me to produce some
of the maps I am after. But unfortunately not the one I really want.
Insted of just plotting the points in 2D, I would like to plot the density
of the points in the 3rd dimension. In the 2D map the points are just
drawn above each other and it is not possible to see how many there are.
What I am after is some thing that partitions the grid into cells and
represents the number of point which fall into every cell in the 3rd
dimension. Hope this makes sense.
Thank you,
Phil
From h-j.luecking at t-online.de Tue Feb 7 14:38:43 2006
From: h-j.luecking at t-online.de (Heinz)
Date: Tue, 07 Feb 2006 14:38:43 +0100
Subject: [Freegis-list] how to visualise GPS data ?
In-Reply-To:
References:
Message-ID:
Philipp H. Mohr schrieb:
> Hello,
>
> I would like to visualise 2D GPS data and plot the density of GPS points
> in certain areas in the 3rd dimension. Does a piece of software exist
> which allows me to do that ?
>
> Thank you very much,
> Phil
Some Links:
http://en.giswiki.de/index.php/Kategorie:Kartografie
http://en.giswiki.de/index.php/Kategorie:Software
http://en.giswiki.de/index.php/Kategorie:GPS
Heinz
From ymoisan at groupesm.com Tue Feb 7 16:44:11 2006
From: ymoisan at groupesm.com (Yves Moisan)
Date: Tue, 7 Feb 2006 15:44:11 +0000 (UTC)
Subject: [Freegis-list] China (Yulin) geodata
Message-ID:
Hi all,
I'm having a hard time finding geographical data of China not in canned form.
I'm looking for maps (ideally shapefiles ...) of the watersystem (rivers,
watersheds ...) of the Yulin, Guangxi autonomous region area. Also, detailed
maps of the Yulin city area (roads, administrative divisions, etc.) or satellite
images besides what one gets with Google Map/Earth would be interesting.
Any pointers appreciated!
Yves Moisan
From werchowyna at epf.pl Tue Feb 7 20:33:25 2006
From: werchowyna at epf.pl (Maciek Sieczka)
Date: Tue, 7 Feb 2006 20:33:25 +0100
Subject: [Freegis-list] how to visualise GPS data ?
In-Reply-To:
References:
<43E8074E.9070703@loskot.net>
Message-ID: <20060207203325.506dba6a.werchowyna@epf.pl>
On Tue, 7 Feb 2006 12:19:10 +0000 (GMT)
"Philipp H. Mohr" wrote:
> Insted of just plotting the points in 2D, I would like to plot the
> density of the points in the 3rd dimension. In the 2D map the points
> are just drawn above each other and it is not possible to see how
> many there are. What I am after is some thing that partitions the
> grid into cells and represents the number of point which fall into
> every cell in the 3rd dimension. Hope this makes sense.
Sounds like Grass should be able to do the job:
- import GPS points into points vector layer: v.in.garmin (if using
Garmin) / other v.in.* module (depending on how your GPS points are
stored)
- convert into raster grid layer storing the number of points in given
vicinity as each cell value: v.neighbors
- visualize the raster: nviz
More: http://grass.itc.it/gdp/manuals.php.
Good luck
Maciek
--------------------
W polskim Internecie s? setki milion?w stron. My przekazujemy Tobie tylko najlepsze z nich!
http://katalog.panoramainternetu.pl/
From h-j.luecking at t-online.de Wed Feb 8 08:44:13 2006
From: h-j.luecking at t-online.de (Heinz)
Date: Wed, 08 Feb 2006 08:44:13 +0100
Subject: [Freegis-list] China (Yulin) geodata
In-Reply-To:
References:
Message-ID:
Yves Moisan schrieb:
> Hi all,
>
> I'm having a hard time finding geographical data of China not in canned form.
> I'm looking for maps (ideally shapefiles ...) of the watersystem (rivers,
> watersheds ...) of the Yulin, Guangxi autonomous region area. Also, detailed
> maps of the Yulin city area (roads, administrative divisions, etc.) or satellite
> images besides what one gets with Google Map/Earth would be interesting.
>
> Any pointers appreciated!
>
> Yves Moisan
Try this links
http://en.giswiki.de/index.php/Geodaten_Asien
http://en.giswiki.de/index.php/Geodaten_Weltweit
Heinz
From ludwigbrinckmann at hotmail.com Fri Feb 3 10:33:20 2006
From: ludwigbrinckmann at hotmail.com (Ludwig M Brinckmann)
Date: Fri, 03 Feb 2006 09:33:20 +0000
Subject: [Freegis-list] Extraction of tracklog times from Garmin GDB files
Message-ID:
Is there any tool out there that allows me to extract the _time_ of
trackpoints from Garmins GDB format? GPSbabel exports trackpoint locations,
but not time. The time of trackpoints is clearly stored in the GDB files, so
there should be some way of getting at it.
Ludwig
From jan at intevation.de Mon Feb 6 17:36:26 2006
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Mon, 6 Feb 2006 17:36:26 +0100
Subject: [Freegis-list] (no subject)
In-Reply-To: <200602021329.k12DTX9F021941@idlewild.ccnep.com.np>
References: <200602021329.k12DTX9F021941@idlewild.ccnep.com.np>
Message-ID: <20060206163626.GC6660@intevation.de>
Hello,
On Thu, Feb 02, 2006 at 05:38:09PM +0545, binay wrote:
> Dear sir, i am vb and arcobject programmer. I need to put the history of
> parcel layer ( after splitting or combine) in another parcel
> layer(without using versoning concept). I am searching for project written
> in vb and arcobject. If anyone have some idea or links to do my work then
> it will be very helpful to me.
on FreeGIS you might want to search for programming language (Visual)
Basic. There aren't too many products known:
http://freegis.org/database/?cat=26
You probably won't find much about arcobjetcs because arcobjects
is a proprietary product and not in the central focus of the
people at FreeGIS mailing list.
In fact I am not aware of any Free Software using ArcObjects...
Best
--
Jan-Oliver Wagner: www.intevation.de/~jan | GISpatcher: www.gispatcher.de
Kolab Konsortium : www.kolab-konsortium.de | Thuban : thuban.intevation.org
Intevation GmbH : www.intevation.de | Kolab : www.kolab.org
FreeGIS : www.freegis.org | GAV : www.grass-verein.de
From neteler at itc.it Thu Feb 9 00:15:42 2006
From: neteler at itc.it (Markus Neteler)
Date: Thu, 9 Feb 2006 00:15:42 +0100
Subject: [Freegis-list] OSGeo Foundation Web site running
Message-ID: <20060208231542.GA16485@bartok.itc.it>
The Open Source Geospatial Foundation Web site is now
running at:
http://osgeo.org/
More detailed minutes of the Chicago meeting will be
posted in short time.
Markus
From ben at vterrain.org Fri Feb 10 09:38:40 2006
From: ben at vterrain.org (Ben Discoe)
Date: Thu, 9 Feb 2006 22:38:40 -1000
Subject: [Freegis-list] ESRI MDB yet to be decoded?
Message-ID: <03a601c62e1d$652dd6b0$9b02a8c0@DellWork>
I've often wondered why ESRI's Arc products are not more interoperable with
the rest of the software world. After all, some degree of sharing should be
possible by reading their formats. Today, i encountered this info:
"ESRI software writes coordinate data to the ESRI MDB Geodatabase as a
Binary Long Data type in an unpublished binary encoding manner, the
functionality required to access such a data type is still to be
developed.."
I am curious if this is still true - free software cannot adopt/interoperate
with "Geodatabases" because some required reverse engineering has yet to be
done?
-Ben
From warmerdam at pobox.com Fri Feb 10 14:36:01 2006
From: warmerdam at pobox.com (Frank Warmerdam)
Date: Fri, 10 Feb 2006 08:36:01 -0500
Subject: [Freegis-list] ESRI MDB yet to be decoded?
In-Reply-To: <03a601c62e1d$652dd6b0$9b02a8c0@DellWork>
References: <03a601c62e1d$652dd6b0$9b02a8c0@DellWork>
Message-ID: <43EC96C1.1030104@pobox.com>
Ben Discoe wrote:
> I've often wondered why ESRI's Arc products are not more interoperable with
> the rest of the software world. After all, some degree of sharing should be
> possible by reading their formats. Today, i encountered this info:
>
> "ESRI software writes coordinate data to the ESRI MDB Geodatabase as a
> Binary Long Data type in an unpublished binary encoding manner, the
> functionality required to access such a data type is still to be
> developed.."
>
> I am curious if this is still true - free software cannot adopt/interoperate
> with "Geodatabases" because some required reverse engineering has yet to be
> done?
Ben,
The binary long data type is just a fragment of the same geometry format
used in the shapefile format. This fall support for Geodatabase (via
ODBC) was added in OGR with no need for ESRI software installed on the
system. Just using the normal mdb odbc drivers available on windows.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam,
warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
From warmerdam at pobox.com Mon Feb 13 20:39:06 2006
From: warmerdam at pobox.com (Frank Warmerdam)
Date: Mon, 13 Feb 2006 14:39:06 -0500
Subject: [Freegis-list] OSGeo: Formal Call For Nominations
Message-ID: <43F0E05A.7070009@pobox.com>
Folks,
In Chicago on February 4th, a group of folks met to discuss formation
of a foundation to support and promote the use of open source software
in geospatial applications. The meeting was a great success, and the
Open Source Geospatial Foundation (OSGeo) was born.
http://www.osgeo.org/
The physical attendies are the first members of the foundation. At
the founding meeting it was resolved to add a second tranche of members
as quickly as practical after the meeting, bringing our membership up
to 45, in order to broaden representation and give other interested a
chance to be most directly involved. This email is the formal call for
nominations.
Nominations should be emailed to Chicago at osgeo.org and should include
a paragraph describing the qualifications of each nominated candidate.
All nominations should be in by 9:00am (Pacific time - GMT+8) on Thursday
February 16th. After that they will be collected and the existing
membership will vote to select 24 new members from the nominations.
Please verify with any nominee that they are willing to stand for
membership before nominating them.
Nominations already sent to chicago at osgeo.org will also be incorporated.
Note that you do not need to be an existing member to nominate someone,
and self-nomination is fine.
Previously suggested (but unofficial) membership selection criteria
include:
o The person should have made a contribution to open
source geospatial software already.
o The person should be willing to put in time and effort
on the foundation, perhaps joining committee(s), or
volunteering in some other way that gets the foundation
going.
o Members should believe in the general goals of the
foundation. To support and promote the use of
open source geospatial software in a collaborative
manner (my words).
o Members selected should provide a diversity of
geographic representation in the foundation.
o Members selected should provide representation
of a diversity of projects. For instance, we have a
strong desire to see the "java tribe" well represented
in the foundation. We don't want the membership
dominated by folks from just one project.
o Members selected should provide representation of
a diversity of interests (eg. corporate, hobbyist,
educational, scientific).
o Members should be prepared to works constructively
and positively towards the goals of the foundation.
Good teamwork skills are an asset.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
From radim.blazek at gmail.com Tue Feb 14 19:32:10 2006
From: radim.blazek at gmail.com (Radim Blazek)
Date: Tue, 14 Feb 2006 19:32:10 +0100
Subject: [Freegis-list] QGIS/GRASS for Windows
Message-ID: <340505ef0602141032s191efc8cl46cca0ed70adbef5@mail.gmail.com>
New preview of QGIS 0.8 / GRASS 6.2 for Windows is available:
http://mpa.itc.it/radim/wingrass/qgis-0.7.9-win32-060214.zip (27MB)
(unzip and run qgis.exe)
Vector providers: OGR, GRASS
Raster providers: GDAL (including GRASS), WMS
Plugins: GRASS
Radim
From holl at gdf-hannover.de Wed Feb 15 11:11:33 2006
From: holl at gdf-hannover.de (Stephan Holl)
Date: Wed, 15 Feb 2006 11:11:33 +0100
Subject: [Freegis-list] [GRASSLIST:10302] QGIS/GRASS for Windows
In-Reply-To: <340505ef0602141032s191efc8cl46cca0ed70adbef5@mail.gmail.com>
References: <340505ef0602141032s191efc8cl46cca0ed70adbef5@mail.gmail.com>
Message-ID: <20060215111133.51081888@bambule.gdf-hannover.de>
Hello Radim,
On Tue, 14 Feb 2006 19:32:10 +0100 Radim Blazek
wrote:
> New preview of QGIS 0.8 / GRASS 6.2 for Windows is available:
> http://mpa.itc.it/radim/wingrass/qgis-0.7.9-win32-060214.zip (27MB)
> (unzip and run qgis.exe)
>
> Vector providers: OGR, GRASS
> Raster providers: GDAL (including GRASS), WMS
> Plugins: GRASS
Nice to see. Just downloaded and tested your package.
Who, I can access my locations (on samba) as usual, everything work
smoothly. I will test it in deep at the end of this week hopefully and
give you some detailed feedback.
Two glitches I encountered:
* after hitting the GRASS_shell-button which tells me that shell is not
supported, QGIS crashes.
* Using WMS zooming is not possible.
Thanks for porting GRASS/QGIS to windows!
Best
Stephan
--
GDF Hannover - Solutions for spatial data analysis and remote sensing
Hannover Office - Mengendamm 16d - D-30177 Hannover
Internet: www.gdf-hannover.de - Email: holl at gdf-hannover.de
Phone : ++49-(0)511.39088507 - Fax: ++49-(0)511.39088508
From mail at ndh-websolutions.de Thu Feb 16 13:19:55 2006
From: mail at ndh-websolutions.de (Nico de Haen)
Date: Thu, 16 Feb 2006 13:19:55 +0100
Subject: [Freegis-list] Newbie Question
Message-ID:
Hi,
I wonder if it is possible to get the altitude of a certain geographic
point (for which I have the Latitude and Longitude) via a web service
or another API from some Server in the internet.
I'm programming in PHP and would appreciate if someone could provide
an example.
Thanks for Help,
Nico
From cholmes at openplans.org Thu Feb 16 17:22:57 2006
From: cholmes at openplans.org (Chris Holmes)
Date: Thu, 16 Feb 2006 10:22:57 -0600
Subject: [Freegis-list] Announcement for GeoServer 1.3.0
Message-ID: <43F4A6E1.5060500@openplans.org>
The GeoServer Project is pleased to announce the stable release of
version 1.3. This release brings a number of improvements to make
GeoServer the easiest way to get a powerful open source standards-based
web mapping solution up and running quickly. GeoServer has
traditionally focused on WFS, which allows access to the raw vector
data, serving as the WFS reference implementation. 1.3 brings fully
compliant WMS and SLD, which handle the rendering and styling of maps,
available as JPEG, PNG, GIF, SVG and KML. Official OGC certifications
are in the works for both WMS and WFS, as all compliance tests have
been passed.
Continuing the focus on ease of use, GeoServer now includes an
integrated MapBuilder (http://mapbuilder.sourceforge.net) AJAX-based
client to instantly preview any GeoServer layer. Configuration is
still a cinch with a web based interface, and all layers are 'standard
by default', no need to modify each layer just to have data served
correctly. Sharing GeoServer configurations has been made easier with
configurable data directories. The documentation has also been greatly
improved, transitioning to a wiki-based solution, available at
http://docs.codehaus.org/display/GEOSDOC/Documentation
Several new data formats are also reaching maturity, adding DB2,
Cascading WFS, MySQL, VPF and MapInfo to the already established
PostGIS, Oracle, ArcSDE and Shapefile. The WFS will also now produce
Shapefiles directly, instead of only GML. Internationalization has
been greatly improved, including a new Japanese translation of the web
admin tool.
For more information about GeoServer please see:
http://docs.codehaus.org/display/GEOS/What+is+Geoserver
The release can be downloaded at:
http://docs.codehaus.org/display/GEOS/Stable
The GeoServer Project is completely open source, in license and
development process, built by an open community of contributors. Please
see: http://docs.codehaus.org/display/GEOS/Contributors for a list of
everyone that makes GeoServer possible. If you are interested in
helping out, even with just suggestions on how to make it better, don't
hesitate to show up on our lists at:
http://sourceforge.net/mail/?group_id=25086 All fixed issues for 1.3
can be found at:
http://jira.codehaus.org/secure/IssueNavigator.jspa?mode=hide&requestId=11511
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cholmes.vcf
Type: text/x-vcard
Size: 269 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/freegis-list/attachments/20060216/234992d0/cholmes.vcf
From mateusz at loskot.net Thu Feb 16 18:57:00 2006
From: mateusz at loskot.net (Mateusz =?utf-8?b?xYFvc2tvdA==?=)
Date: Thu, 16 Feb 2006 17:57:00 +0000 (UTC)
Subject: [Freegis-list] Newbie Question
References:
Message-ID:
Nico de Haen ndh-websolutions.de> writes:
>
> I wonder if it is possible to get the altitude of a certain geographic
> point (for which I have the Latitude and Longitude) via a web service
> or another API from some Server in the internet.
>
> I'm programming in PHP and would appreciate if someone could provide
> an example.
>
I only know this Geoid Calculator:
http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/intpt.htm
It should be easy to fill this form from PHP ;-)
Cheers
--
Mateusz ?oskot
http://mateusz.loskot.net
From mail at ndh-websolutions.de Thu Feb 16 19:15:46 2006
From: mail at ndh-websolutions.de (Nico de Haen)
Date: Thu, 16 Feb 2006 19:15:46 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References:
Message-ID:
This calculator gives only the geoid height, not the height of the
surface above sea level.
(For Mount Helen, 46?11'49.01"N, 122?10'35.45"W it shows 4.15 m...)
Any other ideas?
--- Original Nachricht ---
Absender: Mateusz ?oskot
Datum: 16.02.2006 18:57
> Nico de Haen ndh-websolutions.de> writes:
>>
>> I wonder if it is possible to get the altitude of a certain geographic
>> point (for which I have the Latitude and Longitude) via a web service
>> or another API from some Server in the internet.
>>
>> I'm programming in PHP and would appreciate if someone could provide
>> an example.
>>
>
> I only know this Geoid Calculator:
>
> http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/intpt.htm
>
> It should be easy to fill this form from PHP ;-)
>
> Cheers
>
From mateusz at loskot.net Thu Feb 16 19:21:55 2006
From: mateusz at loskot.net (=?UTF-8?B?TWF0ZXVzeiDFgW9za290?=)
Date: Thu, 16 Feb 2006 19:21:55 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References:
Message-ID: <43F4C2C3.4030504@loskot.net>
Nico de Haen wrote:
> This calculator gives only the geoid height, not the height of the
> surface above sea level.
> (For Mount Helen, 46?11'49.01"N, 122?10'35.45"W it shows 4.15 m...)
>
> Any other ideas?
>
Yes, I wrote it's geoid calculator.
Cheers
--
Mateusz ?oskot
http://mateusz.loskot.net
From mtse2 at link.net Thu Feb 16 20:24:14 2006
From: mtse2 at link.net (MTS&E)
Date: Thu, 16 Feb 2006 21:24:14 +0200
Subject: [Freegis-list] Web Mapping for Dummies
Message-ID: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
Hi All
I wonder if there is a fast and easy -off course free- way to publish a set of shape files on the web
Can you please help me to get a kick start please :-)
Thanks in advance
Essam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.intevation.de/pipermail/freegis-list/attachments/20060216/98e998fa/attachment.html
From adoyle at eogeo.org Thu Feb 16 20:46:16 2006
From: adoyle at eogeo.org (Allan Doyle)
Date: Thu, 16 Feb 2006 14:46:16 -0500
Subject: [Freegis-list] Web Mapping for Dummies
In-Reply-To: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
References: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
Message-ID: <3480719A-8F5F-42A1-B16A-6DC184E59777@eogeo.org>
I would say that Tyler Mitchell's book, Web Mapping Illustrated -
http://webmappingillustrated.com/ - would provide exactly what you
need to learn.
Or go to the home pages of MapServer or GeoServer.
http://mapserver.gis.umn.edu/
http://docs.codehaus.org/display/GEOS/Home
I have the book and recommend it.
Allan
On Feb 16, 2006, at 14:24, MTS&E wrote:
> Hi All
>
> I wonder if there is a fast and easy –off course free- way to
> publish a set of shape files on the web
> Can you please help me to get a kick start please J
>
> Thanks in advance
>
> Essam
> _______________________________________________
> Freegis-list mailing list
> Freegis-list at intevation.de
> https://intevation.de/mailman/listinfo/freegis-list
--
Allan Doyle
+1.781.433.2695
adoyle at eogeo.org
From mateusz at loskot.net Thu Feb 16 20:46:46 2006
From: mateusz at loskot.net (=?UTF-8?B?TWF0ZXVzeiDFgW9za290?=)
Date: Thu, 16 Feb 2006 20:46:46 +0100
Subject: [Freegis-list] Web Mapping for Dummies
In-Reply-To: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
References: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
Message-ID: <43F4D6A6.2000306@loskot.net>
MTS&E wrote:
> Hi All
>
>
>
> I wonder if there is a fast and easy ?off course free- way to publish a
> set of shape files on the web
>
> Can you please help me to get a kick start please J
Easies way I know is to use JShape applets:
http://www.jshape.com
JShapeView:
http://www.jshape.com/frame.jsp?PAGE=http://www.jshape.com/gis/jsview/index.html
Cheers
--
Mateusz ?oskot
http://mateusz.loskot.net
From ijturton at gmail.com Thu Feb 16 20:47:40 2006
From: ijturton at gmail.com (Ian Turton)
Date: Thu, 16 Feb 2006 14:47:40 -0500
Subject: [Freegis-list] Web Mapping for Dummies
In-Reply-To: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
References: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
Message-ID:
On 2/16/06, MTS&E wrote:
>
> Hi All
>
>
>
> I wonder if there is a fast and easy –off course free- way to publish a
> set of shape files on the web
>
GeoServer - http://docs.codehaus.org/display/GEOS/Home is quick and easy.
Alternativly there is Mapserver http://mapserver.gis.umn.edu/ which works
nicely but is harder to set up.
Both of these eaxmples will allow you to publish your data as an image using
the OGC web map server protocol and as features using the OGC web feature
server protocol. Since these are open standrds you can use a variety of
clients to view the data. If you need to put the images on a web page then
I'd recomend Mapbuilder (http://mapbuilder.codehaus.org/) or Ka-map (
maptools.org).
Ian
--
Ian Turton
http://www.geotools.org
http://pennspace.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.intevation.de/pipermail/freegis-list/attachments/20060216/27383b54/attachment.html
From mateusz at loskot.net Thu Feb 16 21:25:41 2006
From: mateusz at loskot.net (=?UTF-8?B?TWF0ZXVzeiDFgW9za290?=)
Date: Thu, 16 Feb 2006 21:25:41 +0100
Subject: [Freegis-list] Web Mapping for Dummies
In-Reply-To: <3480719A-8F5F-42A1-B16A-6DC184E59777@eogeo.org>
References: <88C5B3642979B14EA75C75BB5CD32530827E52@freembx.linkmail.local>
<3480719A-8F5F-42A1-B16A-6DC184E59777@eogeo.org>
Message-ID: <43F4DFC5.50007@loskot.net>
Allan Doyle wrote:
>
> [...]
> I have the book and recommend it.
>
Definitely agreed!
I also have Tyler's book and I recommend it too.
Cheers
--
Mateusz ?oskot
http://mateusz.loskot.net
From warmerdam at pobox.com Thu Feb 16 21:11:18 2006
From: warmerdam at pobox.com (Frank Warmerdam)
Date: Thu, 16 Feb 2006 15:11:18 -0500
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References:
Message-ID: <43F4DC66.3010207@pobox.com>
Nico de Haen wrote:
> This calculator gives only the geoid height, not the height of the
> surface above sea level.
> (For Mount Helen, 46?11'49.01"N, 122?10'35.45"W it shows 4.15 m...)
Nico,
There are WCS servers providing elevation data for the world that you could
query. I run an SRTM30 server, but that is pretty coarse data. What
degree of spatial precision were you needing?
http://maps.gdal.org/
WCS can be queried from from PHP, but the return result (at least of my
server) is a raster file which might be hard for you to extract the value
from. In theory I could enable "WMS getfeatureinfo" style query from the
raster data on the corrsponding WMS service and then you would get a small
GML document. But I'm not sure how hard that would be to get working.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
From mail at ndh-websolutions.de Thu Feb 16 23:19:54 2006
From: mail at ndh-websolutions.de (Nico de Haen)
Date: Thu, 16 Feb 2006 23:19:54 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To: <43F4DC66.3010207@pobox.com>
References:
<43F4DC66.3010207@pobox.com>
Message-ID:
Hi Frank,
Thanks for your infos. I want to implement a tool for websites, using
the google map API for planing bycicle tours and storing them. I can
calculate the distance of points, but it would of course be nice, also
to include the elevation (especially for biker ;-)
What I don't understand: Where does your server get the data from? Do
you store it on your server? That must be a pretty big amount of data,
if it includes the elevation of all points of the world in a grid of
let's say 100 meters.
Google Earth displays the elevation for each point of the world, but
they don't offer an API to query such data via a web service or
something similar.
These WCS servers cannot be queried for single points?
I'm sorry for my lousy knowledge concerning geo data, but I'm a web
programmer and haven't done anything like that before...
best regards,
Nico
--- Original Nachricht ---
Absender: Frank Warmerdam
Datum: 16.02.2006 21:11
> Nico de Haen wrote:
>> This calculator gives only the geoid height, not the height of the
>> surface above sea level.
>> (For Mount Helen, 46?11'49.01"N, 122?10'35.45"W it shows 4.15 m...)
>
> Nico,
>
> There are WCS servers providing elevation data for the world that you could
> query. I run an SRTM30 server, but that is pretty coarse data. What
> degree of spatial precision were you needing?
>
> http://maps.gdal.org/
>
> WCS can be queried from from PHP, but the return result (at least of my
> server) is a raster file which might be hard for you to extract the value
> from. In theory I could enable "WMS getfeatureinfo" style query from the
> raster data on the corrsponding WMS service and then you would get a small
> GML document. But I'm not sure how hard that would be to get working.
>
> Best regards,
From scott at davisworld.org Thu Feb 16 23:26:19 2006
From: scott at davisworld.org (Scott Davis)
Date: Thu, 16 Feb 2006 15:26:19 -0700
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References:
Message-ID:
> --- Original Nachricht ---
> Absender: Mateusz ?oskot
> Datum: 16.02.2006 18:57
>> Nico de Haen ndh-websolutions.de> writes:
>>>
>>> I wonder if it is possible to get the altitude of a certain
>>> geographic
>>> point (for which I have the Latitude and Longitude) via a web
>>> service
>>> or another API from some Server in the internet.
>>>
>>> I'm programming in PHP and would appreciate if someone could provide
>>> an example.
>>>
>>
>> I only know this Geoid Calculator:
>>
>> http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/intpt.htm
>>
>> It should be easy to fill this form from PHP ;-)
>>
>> Cheers
>>
>
What a nice utility. Is there a web services interface (REST, SOAP,
etc.)? Many of the other services I use regularly (http://
geocoder.us, http://brainoff.com/worldkit/geocoder/) offer nice
RESTful interfaces in addition to the nice HTML interfaces.
Even flipping the form method from POST to GET would be a start --
but screen scraping the results from HTML is so... so... 1990s. (grin)
I've done a number of presentations on the No Fluff, Just Stuff tour
about URL-harvesting popular mapping websites and utilizing geo-web
services. Here are the slides: http://www.davisworld.org/
presentations/realWorldWebMapping.zip
Strong work,
Scott Davis
scott at davisworld.org
From warmerdam at pobox.com Fri Feb 17 01:01:22 2006
From: warmerdam at pobox.com (Frank Warmerdam)
Date: Thu, 16 Feb 2006 19:01:22 -0500
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References: <43F4DC66.3010207@pobox.com>
Message-ID: <43F51252.8070802@pobox.com>
Nico de Haen wrote:
> Hi Frank,
>
> Thanks for your infos. I want to implement a tool for websites, using
> the google map API for planing bycicle tours and storing them. I can
> calculate the distance of points, but it would of course be nice, also
> to include the elevation (especially for biker ;-)
>
> What I don't understand: Where does your server get the data from? Do
> you store it on your server? That must be a pretty big amount of data,
> if it includes the elevation of all points of the world in a grid of
> let's say 100 meters.
Nico,
In my case, the SRTM30 data is on 30second postings. I elieve that
works out to a roughly 1km grid. So only 100th the data of 100m
spacing. It is still a 2GB file uncompressed and with overviews built.
> These WCS servers cannot be queried for single points?
They can be queried for single pixels but will return the result as
a raster file, as I mentioned before.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
From ruben.trenado at aym.juntaex.es Fri Feb 17 08:19:05 2006
From: ruben.trenado at aym.juntaex.es (=?iso-8859-1?Q?Rub=E9n_Trenado_Ordo=F1ez?=)
Date: Fri, 17 Feb 2006 08:19:05 +0100
Subject: [Freegis-list] (no subject)
Message-ID: <9E1BB13E051F78459B29E8A954773FEA02767F68@TITAN.aym.juntaex.pri>
Freegis-list mailing list submissions
Rub?n Trenado Ord??ez
Secci?n Sistemas de Informaci?n Geogr?fica
Consejer?a de Agricultura y Medio Ambiente
Junta de Extremadura
06800- M?rida (Badajoz)
Tlfno: 924 00 25 70
Fax: 924 00 21 91
From neteler at itc.it Fri Feb 17 16:55:23 2006
From: neteler at itc.it (Markus Neteler)
Date: Fri, 17 Feb 2006 16:55:23 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To:
References:
Message-ID: <20060217155523.GF8855@bartok.itc.it>
On Thu, Feb 16, 2006 at 01:19:55PM +0100, Nico de Haen wrote:
> Hi,
>
> I wonder if it is possible to get the altitude of a certain geographic
> point (for which I have the Latitude and Longitude) via a web service
> or another API from some Server in the internet.
>
> I'm programming in PHP and would appreciate if someone could provide
> an example.
>
> Thanks for Help,
Nico,
GRASS comes with a prototype SWIG API
http://mpa.itc.it/markus/grass61progman/swig/main.html
which I would like to see extended. This could become
the backbone to such a query which is simply the 'r.what'
command in GRASS. Wrapping 'r.what' in SWIG, a SWIG-PHP
interface could do what you need.
Markus
From sgillies at frii.com Fri Feb 17 18:37:14 2006
From: sgillies at frii.com (Sean Gillies)
Date: Fri, 17 Feb 2006 10:37:14 -0700
Subject: [Freegis-list] Python and GIS: Dublin Code Sprint, 8-10 March
Message-ID:
Hi all,
OpenApp is going to host a code sprint next month, 8-10 March, at
their offices in Dublin, Ireland. The goals are to port PrimaGIS
(http://primagis.fi) to Zope3, improve the Python Cartographic
Library (http://zcologia.org/cartography), and bring new programmers
up to speed on the project. The goals will be modified as interest
warrants. We have 4 people already, and have room for up to 3 others.
Details, including contact information, are at
http://trac.gispython.org/projects/zope/wiki/Sprints
I cannot thank OpenApp enough for their support for this sprint!
cheers,
Sean
---
Sean Gillies
http://www.gispython.org
From cresques at gmail.com Sat Feb 18 01:33:12 2006
From: cresques at gmail.com (Luis W. Sevilla)
Date: Sat, 18 Feb 2006 01:33:12 +0100
Subject: [Freegis-list] gvSIG 0.6-rc 1 (unstable) available
Message-ID: <43F66B48.50207@gmail.com>
Hello,
We inform you that gvSIG is initiating the stabilisation process of the next
version 0.6. Already available is the first draft of the version gvSIG
0.6-rc1,
it can be found under
http://www.gvsig.gva.es/ingles/descargasw/descarga_software.htm (Downloading
the program).
Hereby, we would like to encourage you to participate in this project by
informing us about any detected error, simplest way by the means of the
e-mail
distribution list.
Definitely, we appreciate every kind of feedback and suggestion.
New features of this version:
Web Services (OGC)
- The clients of two new web services are integrated:
o Catalogue Service: In a Spatial Data Infrastructure,
this is a
basic service that helps to search and find cartographic data
o Nomenclature Service (Gazetteer): Helps to localise
positions on
the basis of toponymy and geographic names
- Several features of the WMS client have been improved:
o More user-friendly interface
o Complete information about every layer of the WMS server
o Style formatting
o Support of temporal dimensions
o Possibility to configure the intern order of the layer
rendering
process
o Layers of the table of contents are manageable from the
context
menu
Supported data formats:
-The feature “Export to raster” supports two new data formats:
o jpeg (georeferenced)
o jpeg2000 (georeferenced)
Raster layers:
-The pansharpening tool helps to increase the resolution of satellite
images, if they are panchromatic.
Type of data sources:
-It is possible to create layers on the basis of a table that contains
coordinates. The resulting layer will contain a point for every pair of
coordinates. Furthermore, any change of the table coordinates will modify
automatically the position of the points.
We count on your collaboration.
Kind regards
Mario Carrera Rodríguez
Grupo SIG-CAD / gvSIG
Servicio de Organización e Informática
Conselleria d'Infraestructures i Transport
Generalitat Valenciana
Valencia (España)
_______________________________________________
Gvsig_internacional mailing list
Gvsig_internacional at runas.cap.gva.es
http://runas.cap.gva.es/mailman/listinfo/gvsig_internacional
From pholmstr at gmail.com Sat Feb 18 09:08:03 2006
From: pholmstr at gmail.com (Phillip Holmstrand)
Date: Sat, 18 Feb 2006 00:08:03 -0800
Subject: [Freegis-list] navteq based batch geocoding service for u.s. and
canada
Message-ID: <4f7d20aa0602180008x5ba55471k500649acf8cae03a@mail.gmail.com>
Hey all -
I know this list is based in Germany, but I thought North American
subscribers might be interested in this new tool I developed for performing
batch geocodes using Yahoo's new Geocoding API:
http://www.batchgeocode.com
You can get lat/long coordinates, zip+4 data, generate a KML for google
earth, or map right in your browser. It's pretty fast, and you can do up to
50,000 addresses per day. Best part is its based on NAVTEQ and TeleAtlas
data which are both quite accurate.
Hope some of you find it useful...
Cheers,
-Phillip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.intevation.de/pipermail/freegis-list/attachments/20060218/fac70214/attachment.html
From mail at ndh-websolutions.de Sat Feb 18 10:50:36 2006
From: mail at ndh-websolutions.de (Nico de Haen)
Date: Sat, 18 Feb 2006 10:50:36 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To: <20060217155523.GF8855@bartok.itc.it>
References: <20060217155523.GF8855@bartok.itc.it>
Message-ID:
Thank you for all the hints. As fas as I can see, there is currently
no public Web Service or public server API available, I would have to
install GRASS and implement my own web service or extend the SWIG API...
What seems strange to me is, that requests which return a raster file
are possible but quite more simple requests for just one property of a
single point aren't availabe. There has to be some kind of data base
in the back bone, where the datas for single points are stored and it
cannot be so difficult to query this data base...
Anyway, I'm not experienced with geo data at all and so maybe I
misunderstand the principals.
Since I want to publish the tool as extension for an OpenSource CMS
(Typo3) it doesn't make sense to include an application which has to
be installed on a web server. I can only include the elevation data if
there is some public access to such data, which seems not to be the
case...
Nico
--- Original Nachricht ---
Absender: Markus Neteler
Datum: 17.02.2006 16:55
> On Thu, Feb 16, 2006 at 01:19:55PM +0100, Nico de Haen wrote:
>> Hi,
>>
>> I wonder if it is possible to get the altitude of a certain geographic
>> point (for which I have the Latitude and Longitude) via a web service
>> or another API from some Server in the internet.
>>
>> I'm programming in PHP and would appreciate if someone could provide
>> an example.
>>
>> Thanks for Help,
>
> Nico,
>
> GRASS comes with a prototype SWIG API
> http://mpa.itc.it/markus/grass61progman/swig/main.html
> which I would like to see extended. This could become
> the backbone to such a query which is simply the 'r.what'
> command in GRASS. Wrapping 'r.what' in SWIG, a SWIG-PHP
> interface could do what you need.
>
> Markus
From ruben.trenado at aym.juntaex.es Mon Feb 20 08:40:24 2006
From: ruben.trenado at aym.juntaex.es (=?iso-8859-1?Q?Rub=E9n_Trenado_Ordo=F1ez?=)
Date: Mon, 20 Feb 2006 08:40:24 +0100
Subject: [Freegis-list] suscribe
Message-ID: <9E1BB13E051F78459B29E8A954773FEA02768005@TITAN.aym.juntaex.pri>
Rub?n Trenado Ord??ez
Secci?n Sistemas de Informaci?n Geogr?fica
Consejer?a de Agricultura y Medio Ambiente
Junta de Extremadura
06800- M?rida (Badajoz)
Tlfno: 924 00 25 70
Fax: 924 00 21 91
From carrera_marrod at gva.es Mon Feb 20 12:15:46 2006
From: carrera_marrod at gva.es (Mario Carrera)
Date: Mon, 20 Feb 2006 12:15:46 +0100
Subject: [Freegis-list] gvSIG 0.6-rc 1 (unstable) available
Message-ID: <1140434146.43f9a4e28c283@webmail.gva.es>
Hello,
We inform you that gvSIG is initiating the stabilisation process of the next
version 0.6. Already available is the first draft of the version gvSIG 0.6-rc
1, it can be found under
http://www.gvsig.gva.es/ingles/descargasw/descarga_software.htm (Downloading
the program).
Hereby, we would like to encourage you to participate in this project by
informing us about any detected error, simplest way by the means of the e-mail
distribution list.
Definitely, we appreciate every kind of feedback and suggestion.
New features of this version:
- Web Services (OGC)
- The clients of two new web services are integrated:
o Catalogue Service: In a Spatial Data Infrastructure, this is a
basic service that helps to search and find cartographic data
o Nomenclature Service (Gazetteer): Helps to localise positions on
the basis of toponymy and geographic names
- Several features of the WMS client have been improved:
o More user-friendly interface
o Complete information about every layer of the WMS server
o Style formatting
o Support of temporal dimensions
o Possibility to configure the intern order of the layer rendering
process
o Layers of the table of contents are manageable from the context
menu
- Supported data formats:
- The feature ?Export to raster? supports two new data formats:
o jpeg (georeferenced)
o jpeg2000 (georeferenced)
- Raster layers:
- The pansharpening tool helps to increase the resolution of satellite
images, if they are panchromatic.
- Type of data sources:
- It is possible to create layers on the basis of a table that contains
coordinates. The resulting layer will contain a point for every pair of
coordinates. Furthermore, any change of the table coordinates will modify
automatically the position of the points.
We count on your collaboration.
Kind regards
Mario Carrera Rodr?guez
Grupo SIG-CAD / gvSIG
Servicio de Organizaci?n e Inform?tica
Conselleria d'Infraestructures i Transport
Generalitat Valenciana
Valencia (Espa?a)
From radim.blazek at gmail.com Wed Feb 15 16:52:57 2006
From: radim.blazek at gmail.com (Radim Blazek)
Date: Wed, 15 Feb 2006 16:52:57 +0100
Subject: [Freegis-list] QGIS/GRASS for Windows 060215
Message-ID: <340505ef0602150752t53a433baxc21118a68949b33c@mail.gmail.com>
The preview package was updated today:
http://mpa.itc.it/radim/wingrass/qgis-0.7.9-win32-060215.zip (34MB)
New:
+ QGIS PostgreSQL vector data provider
+ SQLite and PostgreSQL GRASS database drivers
+ GRASS Shell (xrvt terminal from MSYS)
+ Fixed icons in GRASS Tools
For more details and screenshots:
http://mpa.itc.it/radim/wingrass/
Radim
From gould at lsi.uji.es Sun Feb 19 10:46:16 2006
From: gould at lsi.uji.es (michael gould)
Date: Sun, 19 Feb 2006 10:46:16 +0100
Subject: [Freegis-list] google for coders?
In-Reply-To: <43F66B48.50207@gmail.com>
Message-ID: <000a01c63539$53f3c350$6502a8c0@acerc49cfd35b8>
Could be interesting, if it works! As mentioned in the article, variable
licensing models could make things difficult....
http://www.wired.com/news/technology/0,70219-0.html?tw=wn_index_2
cheers,
-------
Michael Gould
Dept. Information Systems (Lenguajes y Sistemas Informaticos)
Universitat Jaume I, 12071 Castell?n, Spain
e-mail: gould (at) lsi.uji.es
e-mail2: mgould (at) opengeospatial.org
research group www.geoinfo.uji.es
personal www.mgould.com
Vespucci 2006 summer institute www.vespucci.org
-----Mensaje original-----
De: freegis-list-bounces at intevation.de
[mailto:freegis-list-bounces at intevation.de] En nombre de Luis W. Sevilla
Enviado el: s?bado, 18 de febrero de 2006 1:33
Para: freegis-list at intevation.de
Asunto: [Freegis-list] gvSIG 0.6-rc 1 (unstable) available
Hello,
We inform you that gvSIG is initiating the stabilisation process of the next
version 0.6. Already available is the first draft of the version gvSIG
0.6-rc1,
it can be found under
http://www.gvsig.gva.es/ingles/descargasw/descarga_software.htm (Downloading
the program).
Hereby, we would like to encourage you to participate in this project by
informing us about any detected error, simplest way by the means of the
e-mail
distribution list.
Definitely, we appreciate every kind of feedback and suggestion.
New features of this version:
Web Services (OGC)
- The clients of two new web services are integrated:
o Catalogue Service: In a Spatial Data Infrastructure,
this is a
basic service that helps to search and find cartographic data
o Nomenclature Service (Gazetteer): Helps to localise
positions on
the basis of toponymy and geographic names
- Several features of the WMS client have been improved:
o More user-friendly interface
o Complete information about every layer of the WMS
server
o Style formatting
o Support of temporal dimensions
o Possibility to configure the intern order of the
layer
rendering
process
o Layers of the table of contents are manageable from
the
context
menu
Supported data formats:
-The feature ?Export to raster? supports two new data formats:
o jpeg (georeferenced)
o jpeg2000 (georeferenced)
Raster layers:
-The pansharpening tool helps to increase the resolution of satellite
images, if they are panchromatic.
Type of data sources:
-It is possible to create layers on the basis of a table that contains
coordinates. The resulting layer will contain a point for every pair of
coordinates. Furthermore, any change of the table coordinates will modify
automatically the position of the points.
We count on your collaboration.
Kind regards
Mario Carrera Rodr?guez
Grupo SIG-CAD / gvSIG
Servicio de Organizaci?n e Inform?tica
Conselleria d'Infraestructures i Transport
Generalitat Valenciana
Valencia (Espa?a)
_______________________________________________
Gvsig_internacional mailing list
Gvsig_internacional at runas.cap.gva.es
http://runas.cap.gva.es/mailman/listinfo/gvsig_internacional
From andras.fabian at arcor.de Mon Feb 20 22:04:57 2006
From: andras.fabian at arcor.de (Andras Fabian)
Date: Mon, 20 Feb 2006 22:04:57 +0100
Subject: [Freegis-list] Interesting NGA News (about VMAP1)
Message-ID: <1140469497.7982.8.camel@linux.site>
I have just found this interesting piece of information at the National
Geospatial-Intelligence Agency Site. It seems to be some weeks old, but
was new to me (and haven't found any discussions about it). The
interesting part is, that they speak about some great improvements (and
even competition) of VMAP1 data, but one can't really understand weather
or not now all CD's will be available (very weired). But read for
yourself:
http://www.nga.mil/NGASiteContent/StaticFiles/OCR/nga0602.pdf
International Partnership Completes Decade-Long Conversion
to Worldwide, Digital Vector Data
BETHESDA, Md.?With the recent completion of the decade-long Vector Map
Level 1 program, geospatial analysis efforts worldwide received a
significant boost. An international effort, led by the National
Geospatial-Intelligence Agency, collected vector data?the digitized
points, lines and polygons representing features on Earth?to create the
best available standardized data of its kind.
Analysts use vector data for high-level analysis and cartographic
products. Standardized data enables users worldwide to work from a
common reference point. VMap1 data separates into thematic layers?or
coverages?with all the data topographically?or smartly?structured.
Available data includes boundaries, elevation, hydrography, industry,
physiography, population, transportation, utilities and vegetation. The
Defense Logistics Agency distributes this data to the U.S. military on
CDs, while publicly releasable data is available on the Internet and
through the Geospatial-Intelligence Feature Database.
Cooperation among the international geospatial community, including
contract and government employees of Australia, Belgium, Canada, Czech
Republic, Denmark, France, Germany, Greece, Italy, Netherlands, New
Zealand, Norway, Poland, Portugal, Spain, Sweden, Turkey, United Kingdom
and Unites States, made the project possible.
New Zealand-produced data aided in tsunami recovery and relief efforts
in Southeast Asia. Additional data is assisting relief efforts in
Pakistan. Another project data set formed the basis of a Northern Italy
Reference graphic instrumental in planning efforts for the upcoming
Winter Olympics in Turin.
The program?known as VMap1?responded to the needs of the geospatial
industry. In the early 1990s, the industry shifted from the production
of static paper maps to the direct digital input of dynamic information
into geographic information systems. With the delivery of the final CD
(of 234 total) in December 2005, NGA and its international co-producers
and contractors completed a 12-year project providing near-global
coverage.
Marzio Dellagnello of NGA?s Global Foundation Office led the Vector Map
Co-Production Working Group team responsible for the production and
provision of VMap1 data and products. ?Scanned paper maps provided most
of the source data for the project,? said Dellagnello, who worked on the
project from its inception. His team provided quality control of the
data.
An off-shoot of the project is the Multinational Geospatial
Co-Production Program, a five-year, international effort to further the
cooperation and success of the VMap1 project. MGCP will produce a series
of higher resolution vector data sets, and has increased the number of
participating countries from 19 to 28. (VMap1 data specifications are
for a 1:250,000 scale, while MGCP?s goal is 1:50,000 to 1:100,000.)
NGA is a Department of Defense combat support agency and a member of the
National Intelligence Community. The Agency?s mission is to provide
timely, relevant and accurate geospatial intelligence in support of our
national security. Headquartered in Bethesda, Md., NGA has major
facilities in the Washington, D.C., Northern Virginia and St. Louis,
Mo., areas with NGA support teams worldwide.
From scratchcomputing at gmail.com Tue Feb 21 18:02:00 2006
From: scratchcomputing at gmail.com (Eric Wilhelm)
Date: Tue, 21 Feb 2006 09:02:00 -0800
Subject: [Freegis-list] google for coders?
In-Reply-To: <000a01c63539$53f3c350$6502a8c0@acerc49cfd35b8>
References: <000a01c63539$53f3c350$6502a8c0@acerc49cfd35b8>
Message-ID: <200602210902.00734.ewilhelm@cpan.org>
# from michael gould
# on Sunday 19 February 2006 01:46 am:
>Could be interesting, if it works! As mentioned in the article,
> variable licensing models could make things difficult....
>
>http://www.wired.com/news/technology/0,70219-0.html?tw=wn_index_2
I found the article rather amusing in that it seems to be more oriented
at the corporate copy/paste method of code reuse. Though I'll grant
that the engine might help some open source projects salvage some of
the abandoned work from sourceforge.
http://use.perl.org/~Eric%20Wilhelm/journal/28719
--Eric
--
The only thing that could save UNIX at this late date would be a new $30
shareware version that runs on an unexpanded Commodore 64.
--Don Lancaster (1991)
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------
From lists at webmapit.com.br Wed Feb 22 04:28:52 2006
From: lists at webmapit.com.br (Eduardo Patto Kanegae)
Date: Wed, 22 Feb 2006 00:28:52 -0300
Subject: [Freegis-list] Free on-line MapServer course( in portuguese)
Message-ID: <43FBDA74.8000907@webmapit.com.br>
To whom may concern....
I've just published my "MapServer Intro course" as a free service at my
website. :-)
Unfortunately the course is available only in Portuguese but I'm already
translating it to english .
To take a look check it out at http://www.webmapit.com.br/?lang=en and
click "Services-> Learn2mapIt"
best regards.
--
Eduardo Patto Kanegae
http://www.webmapit.com.br
From neteler at itc.it Wed Feb 22 10:02:33 2006
From: neteler at itc.it (Markus Neteler)
Date: Wed, 22 Feb 2006 10:02:33 +0100
Subject: [Freegis-list] GRASS GIS 6.0.2 released
Message-ID: <20060222090233.GB15531@bartok.itc.it>
The GRASS Development Team announces:
GRASS GIS 6.0.2 released 22 February 2006
A bugfix release of GRASS GIS has been published today.
The Geographic Resources Analysis Support System, commonly referred to
as GRASS GIS, is a Geographical Information System (GIS) used for data
management, image processing, graphics production, spatial modeling,
and visualization of raster, vector and sites data. It is open source
Free Software released under the GNU General Public License (GPL). The
new features of GRASS 6 cover a new topological 2D/3D vector engine
and support for vector network analysis. Attributes are now managed in
an SQL-based DBMS. A new display manager has been implemented. The
NVIZ visualization tool was enhanced to display 3D vector data and
voxel volumes. Messages are partially translated (i18N) with support
for FreeType fonts, including multibyte Asian characters. New
LOCATIONs can be auto-generated by EPSG code number. GRASS is
integrated with GDAL/OGR libraries to support an extensive range of
raster and vector formats, including OGC-conformal Simple Features.
GRASS is founding member of the new Open Source Geospatial Foundation.
Platforms supported by GRASS:
GNU/Linux, Sun Solaris (SPARC/Intel), Silicon Graphics Irix, Mac OS
X/Darwin, Microsoft Windows with Cygwin, HP-UX, DEC-Alpha, AIX, BSD,
iPAQ/Linux and other UNIX compliant platforms (32/64bit). Software
download/CDROM:
* http://grass.itc.it
* http://grass.ibiblio.org
* and various mirror sites
The new source code is available now, and selected binary
distributions for major operating systems will be published shortly.
What's new in GRASS 6.0.2
For details and a list of bugfixes, see the full announcement:
http://grass.itc.it/announces/announce_grass602.html
From ben at vterrain.org Fri Feb 24 02:30:37 2006
From: ben at vterrain.org (Ben Discoe)
Date: Thu, 23 Feb 2006 15:30:37 -1000
Subject: [Freegis-list] Interesting NGA News (about VMAP1)
In-Reply-To: <1140469497.7982.8.camel@linux.site>
Message-ID: <080601c638e1$eacd7bd0$9b02a8c0@DellWork>
Yeah, that's a frustratingly vague press release. The only hint of how
anyone might actually get the public data is the reference to
"Geospatial-Intelligence Feature Database" (GIFD). However, i do not find
anywhere on the NGA site (or anywhere online) is it described where or how
to access GIFD.
Anyone know more?
-Ben
> -----Original Message-----
> From: Andras Fabian
> Sent: Monday, February 20, 2006 11:05 AM
> To: freegis-list at intevation.de
>
> I have just found this interesting piece of information at
> the National Geospatial-Intelligence Agency Site. It seems to
> be some weeks old, but was new to me (and haven't found any
> discussions about it). The interesting part is, that they
> speak about some great improvements (and even competition) of
> VMAP1 data, but one can't really understand weather or not
> now all CD's will be available (very weired). But read for yourself:
>
> http://www.nga.mil/NGASiteContent/StaticFiles/OCR/nga0602.pdf
>
> International Partnership Completes Decade-Long Conversion to
> Worldwide, Digital Vector Data BETHESDA, Md.- [...]
> The Defense Logistics Agency distributes this
> data to the U.S. military on CDs, while publicly releasable
> data is available on the Internet and through the
> Geospatial-Intelligence Feature Database.
From phm4 at kent.ac.uk Fri Feb 24 11:33:20 2006
From: phm4 at kent.ac.uk (Philipp H. Mohr)
Date: Fri, 24 Feb 2006 10:33:20 +0000 (GMT)
Subject: [Freegis-list] how to visualise GPS data ?
In-Reply-To: <20060207203325.506dba6a.werchowyna@epf.pl>
References:
<43E8074E.9070703@loskot.net>
<20060207203325.506dba6a.werchowyna@epf.pl>
Message-ID:
Maciek,
thank you for the pointer. I am still fighting a bit with the 1000ds of
grass options, but I have managed to visualise the data in more or less
the format I am interested in.
Cheers,
Phil
On Tue, 7 Feb 2006, Maciek Sieczka wrote:
> On Tue, 7 Feb 2006 12:19:10 +0000 (GMT)
> "Philipp":
>
>
>
> > Insted of just plotting the points in 2D, I would like to plot the
> > density of the points in the 3rd dimension. In the 2D map the points
> > are just drawn above each other and it is not possible to see how
> > many there are. What I am after is some thing that partitions the
> > grid into cells and represents the number of point which fall into
> > every cell in the 3rd dimension. Hope this makes sense.
>
> Sounds like Grass should be able to do the job:
> - import GPS points into points vector layer: v.in.garmin (if using
> Garmin) / other v.in.* module (depending on how your GPS points are
> stored)
> - convert into raster grid layer storing the number of points in given
> vicinity as each cell value: v.neighbors
> - visualize the raster: nviz
>
From bh at udev.org Fri Feb 24 19:15:16 2006
From: bh at udev.org (Benjamin Henrion)
Date: Fri, 24 Feb 2006 19:15:16 +0100
Subject: [Freegis-list] Quick banner for publicgeodata campaign
Message-ID: <20060224181516.GH21844@localhost>
I have made a quick banner, see here:
http://publicgeodata.org/Banners?action=show
Other proposals welcomed...
Official launch of the campaign on Monday.
--
Benjamin Henrion
http://bh.udev.org
<<< INSPIRE Directive will close >>>
<<< Public access to State-collected Geographic Data >>>
<<< All over Europe >>>
<<< http://publicgeodata.org >>>
From cavallini at faunalia.it Sat Feb 25 09:35:51 2006
From: cavallini at faunalia.it (Paolo Cavallini)
Date: Sat, 25 Feb 2006 09:35:51 +0100
Subject: [Freegis-list] Quick banner for publicgeodata campaign
In-Reply-To: <20060224181516.GH21844@localhost>
References: <20060224181516.GH21844@localhost>
Message-ID: <200602250935.53485.cavallini@faunalia.it>
I like it. Can we uset in www.gfoss.it?
pc
At 19:15, venerd? 24 febbraio 2006, Benjamin Henrion has probably written:
> I have made a quick banner, see here:
>
> http://publicgeodata.org/Banners?action=show
>
> Other proposals welcomed...
>
> Official launch of the campaign on Monday.
>
> --
> Benjamin Henrion
> http://bh.udev.org
> <<< INSPIRE Directive will close >>>
> <<< Public access to State-collected Geographic Data >>>
> <<< All over Europe >>>
> <<< http://publicgeodata.org >>>
>
> _______________________________________________
> Freegis-list mailing list
> Freegis-list at intevation.de
> https://intevation.de/mailman/listinfo/freegis-list
--
Paolo Cavallini
email+jabber: cavallini at faunalia.it
www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
From ari.jolma at tkk.fi Mon Feb 27 12:10:07 2006
From: ari.jolma at tkk.fi (Ari Jolma)
Date: Mon, 27 Feb 2006 13:10:07 +0200
Subject: [Freegis-list] Newbie Question
In-Reply-To: <20060217155523.GF8855@bartok.itc.it>
References: <20060217155523.GF8855@bartok.itc.it>
Message-ID: <4402DE0F.6010808@tkk.fi>
Markus Neteler kirjoitti:
>
> GRASS comes with a prototype SWIG API
> http://mpa.itc.it/markus/grass61progman/swig/main.html
> which I would like to see extended. This could become
> the backbone to such a query which is simply the 'r.what'
> command in GRASS. Wrapping 'r.what' in SWIG, a SWIG-PHP
> interface could do what you need.
Markus,
Why aren't the Swig interface files etc. are not on this page? Is it
because they are not .c or .h files? Where can I get them?
In fact I think I'd like to continue on this work a bit. I've tried to
think a way to get Grass' capability to my Perl-CLI/GUI, and probably
working on this is the best way. I'd like to create some kind of
translator, which would make Grass command line functions easy to wrap
with Swig.
Can Grass use geodata via GDAL? Or is it only the other way around,
i.e., GDAL can open Grass data?
Ari
>
> Markus
>
> _______________________________________________
> Freegis-list mailing list
> Freegis-list at intevation.de
> https://intevation.de/mailman/listinfo/freegis-list
--
Prof. Ari Jolma
Kartografia ja Geoinformatiikka / Cartography and Geoinformatics
Teknillinen Korkeakoulu / Helsinki University of Technology
tel: +358 9 451 3886 address: POBox 1200, 02015 TKK, Finland
Email: ari.jolma at tkk.fi URL: http://www.tkk.fi/~jolma
From neteler at itc.it Mon Feb 27 15:15:48 2006
From: neteler at itc.it (Markus Neteler)
Date: Mon, 27 Feb 2006 15:15:48 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To: <4402DE0F.6010808@tkk.fi>
References: <20060217155523.GF8855@bartok.itc.it>
<4402DE0F.6010808@tkk.fi>
Message-ID: <20060227141548.GH11198@bartok.itc.it>
On Mon, Feb 27, 2006 at 01:10:07PM +0200, Ari Jolma wrote:
> Markus Neteler kirjoitti:
> >
> > GRASS comes with a prototype SWIG API
> > http://mpa.itc.it/markus/grass61progman/swig/main.html
> > which I would like to see extended. This could become
> > the backbone to such a query which is simply the 'r.what'
> > command in GRASS. Wrapping 'r.what' in SWIG, a SWIG-PHP
> > interface could do what you need.
>
> Markus,
>
> Why aren't the Swig interface files etc. are not on this page? Is it
> because they are not .c or .h files? Where can I get them?
Ari,
the files are not on this page because they are stored
in GRASS-CVS. But I have added related links now (thanks
for the suggestion):
http://mpa.itc.it/markus/grass61progman/swig/main.html
> In fact I think I'd like to continue on this work a bit. I've tried to
> think a way to get Grass' capability to my Perl-CLI/GUI, and probably
> working on this is the best way. I'd like to create some kind of
> translator, which would make Grass command line functions easy to wrap
> with Swig.
Sounds great. There is one thing which I discussed with Howard
Butler at Chicago recently: The GRASS code should not be
replicated in the SWIG interface. This will require changes
in the GRASS code, in a sense, that main procedures (parameter
definitions etc) are separated from the real algorithm.
This is unfortunately not the case for the example (r.slope.aspect).
I am happy to get suggestions how to change the code in GRASS
to be easier/better wrapped with SWIG.
> Can Grass use geodata via GDAL? Or is it only the other way around,
> i.e., GDAL can open Grass data?
Both, I think:
- GRASS imports external data via GDAL/OGR (r.in.gdal/v.in.ogr)
- GDAL/OGR can read data via GDAL-OGR-GRASS plugin
So it may be an idea to wrap r.in.gdal and/or v.in.ogr into
GRASS-SWIG. The someone could remotely import data (even
create a new "location" which is the GRASS project) and work
on these data from outside via SWIG. Results can be read
directly via GDAL-OGR-GRASS plugin, e.g. in Mapserver.
Like this GRASS operates as GIS analysis backbone.
Markus
> Ari
>
>
> >
> > Markus
> >
> --
> Prof. Ari Jolma
> Kartografia ja Geoinformatiikka / Cartography and Geoinformatics
> Teknillinen Korkeakoulu / Helsinki University of Technology
> tel: +358 9 451 3886 address: POBox 1200, 02015 TKK, Finland
> Email: ari.jolma at tkk.fi URL: http://www.tkk.fi/~jolma
--
Markus Neteler http://mpa.itc.it
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy
From ari.jolma at tkk.fi Mon Feb 27 15:52:32 2006
From: ari.jolma at tkk.fi (Ari Jolma)
Date: Mon, 27 Feb 2006 16:52:32 +0200
Subject: [Freegis-list] Newbie Question
In-Reply-To: <20060227141548.GH11198@bartok.itc.it>
References: <20060217155523.GF8855@bartok.itc.it>
<4402DE0F.6010808@tkk.fi> <20060227141548.GH11198@bartok.itc.it>
Message-ID: <44031230.50508@tkk.fi>
Markus Neteler kirjoitti:
> Sounds great. There is one thing which I discussed with Howard
> Butler at Chicago recently: The GRASS code should not be
> replicated in the SWIG interface. This will require changes
> in the GRASS code, in a sense, that main procedures (parameter
> definitions etc) are separated from the real algorithm.
> This is unfortunately not the case for the example (r.slope.aspect).
>
> I am happy to get suggestions how to change the code in GRASS
> to be easier/better wrapped with SWIG.
I'm hoping that it is possible to write a translator, which automates
this step, i.e., the example r_slope_aspect.c would be generated with
that translator. If it needs a full C parser, then it gets complicated
however. It's a bit similar to what Swig itself does when it creates the
wrapper C code.
>
>> Can Grass use geodata via GDAL? Or is it only the other way around,
>> i.e., GDAL can open Grass data?
>
> Both, I think:
> - GRASS imports external data via GDAL/OGR (r.in.gdal/v.in.ogr)
> - GDAL/OGR can read data via GDAL-OGR-GRASS plugin
>
> So it may be an idea to wrap r.in.gdal and/or v.in.ogr into
> GRASS-SWIG. The someone could remotely import data (even
> create a new "location" which is the GRASS project) and work
> on these data from outside via SWIG. Results can be read
> directly via GDAL-OGR-GRASS plugin, e.g. in Mapserver.
>
> Like this GRASS operates as GIS analysis backbone.
The ultimate tool would also have R spatial capabilities among other
things... The problem is how to move the data from one environment to
the other. Probably that could be organized through GDAL/OGR, i.e., all
tools may have their native formats but should include GDAL/OGR i/o.
Ari
From neteler at itc.it Mon Feb 27 23:17:57 2006
From: neteler at itc.it (Markus Neteler)
Date: Mon, 27 Feb 2006 23:17:57 +0100
Subject: [Freegis-list] Newbie Question
In-Reply-To: <44031230.50508@tkk.fi>
References: <20060217155523.GF8855@bartok.itc.it>
<4402DE0F.6010808@tkk.fi>
<20060227141548.GH11198@bartok.itc.it> <44031230.50508@tkk.fi>
Message-ID: <20060227221757.GF19066@bartok.itc.it>
On Mon, Feb 27, 2006 at 04:52:32PM +0200, Ari Jolma wrote:
> Markus Neteler kirjoitti:
> > Sounds great. There is one thing which I discussed with Howard
> > Butler at Chicago recently: The GRASS code should not be
> > replicated in the SWIG interface. This will require changes
> > in the GRASS code, in a sense, that main procedures (parameter
> > definitions etc) are separated from the real algorithm.
> > This is unfortunately not the case for the example (r.slope.aspect).
> >
> > I am happy to get suggestions how to change the code in GRASS
> > to be easier/better wrapped with SWIG.
>
>
> I'm hoping that it is possible to write a translator, which automates
> this step, i.e., the example r_slope_aspect.c would be generated with
> that translator. If it needs a full C parser, then it gets complicated
> however. It's a bit similar to what Swig itself does when it creates the
> wrapper C code.
>
>
> >
> >> Can Grass use geodata via GDAL? Or is it only the other way around,
> >> i.e., GDAL can open Grass data?
> >
> > Both, I think:
> > - GRASS imports external data via GDAL/OGR (r.in.gdal/v.in.ogr)
> > - GDAL/OGR can read data via GDAL-OGR-GRASS plugin
> >
> > So it may be an idea to wrap r.in.gdal and/or v.in.ogr into
> > GRASS-SWIG. The someone could remotely import data (even
> > create a new "location" which is the GRASS project) and work
> > on these data from outside via SWIG. Results can be read
> > directly via GDAL-OGR-GRASS plugin, e.g. in Mapserver.
> >
> > Like this GRASS operates as GIS analysis backbone.
>
>
> The ultimate tool would also have R spatial capabilities among other
> things... The problem is how to move the data from one environment to
> the other. Probably that could be organized through GDAL/OGR, i.e., all
> tools may have their native formats but should include GDAL/OGR i/o.
I always wanted to look at the R to C interface (embedded R or however
that's called to launch R tasks from the GRASS side).