Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Bruno Lowagie

Jachym Cepicky wrote:

www.openstreetmap.org


The site isn't working for me.

While trying to retrieve the URL: http://wiki.openstreetmap.org/
The following error was encountered:
* Read Error
The system returned:
(104) Connection reset by peer
An error condition occurred while reading data from the network. Please 
retry your request.


All I need is a zip file with limited data of, for instance, a city.
Any city will do. As long is I just get the raw vector data and
a small explanation of how to use it.

With Open Street map, I don't have access to the help/wiki and my
first impression of the (blank) home page is that I'll have to
compile my own data set. I don't have time for that.

I don't ask you being 'PDF newbies' to read the PDF Reference
(1,200+ pages), but I'll be happy to explain every feature that
could be useful in a GIS application. In return I ask only one
favor: please give me some data I can use without doing any
extra GIS effort. I'm willing to write some Java code for free,
but I'm not a GIS developer (haven't done any GIS development in
the last 9 years).

best regards,
Bruno
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Paolo Cavallini
Bruno Lowagie ha scritto:

 On the left, you have a menu. With this menu you can CHANGE the language
 of the street names. They are in English by default, but you can change
 them into French or Dutch.
 
 You also have menu options to visualize where to find hotels, museums,
 etc... This is only a simple example. It would be easy to provide links
 so that you go to the site of a restaurant when you click on on icon.

All this does not show off in evince, however.
pc
-- 
Paolo Cavallini, see: http://www.faunalia.it/pc
Io voto per il software libero:
http://elezioni.softwarelibero.it/info/iniziativa
Noi ci troviamo con parecchie difficoltà con NGI http://www.ngi.it/
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Bruno Lowagie

Paolo Cavallini wrote:

All this does not show off in evince, however.


Evince is as they promote it simply a document viewer.
It's not a full blown PDF viewer (well, maybe it is for
most users, but for me as an avid PDF user it isn't).
Evince doesn't support all the features that are explained
in the PDF Reference manual. OCG was introduced in PDF 1.5
(dating back from 2003). You will see the OCG layers in
Adobe Reader starting with version 6.0.
br,
Bruno
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Wolf Bergenheim

On 14.04.2008 10:31, Paolo Cavallini wrote:

Bruno Lowagie ha scritto:


On the left, you have a menu. With this menu you can CHANGE the language
of the street names. They are in English by default, but you can change
them into French or Dutch.

You also have menu options to visualize where to find hotels, museums,
etc... This is only a simple example. It would be easy to provide links
so that you go to the site of a restaurant when you click on on icon.


All this does not show off in evince, however.


But it does work in Acrobat Reader 8, on Linux, however :)

--Wolf

--

:3 ) Wolf Bergenheim ( 8:

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Paolo Cavallini
Bruno Lowagie ha scritto:

 Evince is as they promote it simply a document viewer.
 It's not a full blown PDF viewer (well, maybe it is for
 most users, but for me as an avid PDF user it isn't).
 Evince doesn't support all the features that are explained
 in the PDF Reference manual. OCG was introduced in PDF 1.5
 (dating back from 2003). You will see the OCG layers in
 Adobe Reader starting with version 6.0.

So the question is: is there a free (as speech) and Open Source full
blown PDF viewer?
I think OSGeo is about open source software.
Thanks.
pc
-- 
Paolo Cavallini, see: http://www.faunalia.it/pc
Io voto per il software libero:
http://elezioni.softwarelibero.it/info/iniziativa
Noi ci troviamo con parecchie difficoltà con NGI http://www.ngi.it/
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Bruno Lowagie

Paolo Cavallini wrote:

So the question is: is there a free (as speech) and Open Source full
blown PDF viewer?
I think OSGeo is about open source software.


I'm a F/OSS developer, so I'm going to use my standard answer:
What's keeping you from adding OCG support to Evince? *LOL*

My own library iText is 'free' as in 'free beer'; although it is
available under the MPL/LGPL it's supposed to be free as in 'free
speech' too, but I don't agree with the FSF argument that Licensed
Software (any license: GPL, LGPL, MPL,...) is free as in 'free speech'.
If it were, companies using iText wouldn't keep on harassing me about
the license (and about the fact that they don't like the MPL/LGPL).
If iText were really Free, they wouldn't have any reason for not
using iText.

I interpret the 'Free' in 'Free Software' as 'Free to pay for value'
(Google for 'Voluntary Economies'). But than again: companies like
Google for instance use iText in many different project but they've
never paid anything for using it.

That's why when people lecture me about 'Free Software' annoy me:
most of them USE F/OSS for free (as in Free Beer), but the number
of people CONTRIBUTING (*) source or PAYING for value is very limited.

(*) By the way: this is the list of people who contributed code to
the iText project: http://www.1t3xt.com/about/acknowledgments/index.php

br,
Bruno
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread Miguel Montesinos
Hi,

Just one note. Javax.comm.* only runs on Solaris and Windows. If you need 
Linux, Mac OS X, ... support, you'll need other plug-ins for original Sun 
package.

Here you have one GPL project we're using at gvSIG[1]

I've not used AT commands and GPRS communications in Java, but have done in 
C++. One advise: think in all possible problems, link failures, coverage 
problems, ... They'll certainly happen ;-)

Regards

[1] http://www.rxtx.org/

-
Miguel Montesinos
Director Técnico
PRODEVELOP
C/ Conde Salvatierra, 34 - 10
46004 Valencia. Spain
e-mail: [EMAIL PROTECTED]
http://www.prodevelop.es
Tlf: +34 963510612

 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Mateusz Loskot
Sent: Friday, April 11, 2008 1:44 PM
To: OSGeo Discussions
Subject: Re: [OSGeo-Discuss] GPRS connection API

dorra labidi wrote:
 Hello all; I am developping a fleet management application 
using java. 
 I need to connect to the GPS box using GPRS network.
 
 My question: Is there a java API for the GPRS connection?

AFAIK, there is no dedicated GPRS API. Instead, you can use 
Java Comm API [1] and issue AT commands to GPRS modem manually 
to establish and control connection. After connection is 
established, you can use sockets to exchange data.

That's the common solution I'm aware of.

[1] http://java.sun.com/products/javacomm/index.jsp
--
Mateusz Loskot
http://mateusz.loskot.net
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE : RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread dorra labidi
Hi Miguel, Thank you for your advice; 

No problem for the OS; my Os is windows. 
Do you think that the GPRS connexion depends on the GPS device?
The javax.comm.*, as far as I know, offer 3 connection types: serial,parallel 
and using sockets.

In my case; I have two parameter for the connexion: the APN and the port 
number. Perhaps, should I deal with the APN as an URL and the connexion will be 
set up transparently?

Miguel Montesinos [EMAIL PROTECTED] a écrit : Hi,

Just one note. Javax.comm.* only runs on Solaris and Windows. If you need 
Linux, Mac OS X, ... support, you'll need other plug-ins for original Sun 
package.

Here you have one GPL project we're using at gvSIG[1]

I've not used AT commands and GPRS communications in Java, but have done in 
C++. One advise: think in all possible problems, link failures, coverage 
problems, ... They'll certainly happen ;-)

Regards

[1] http://www.rxtx.org/

-
Miguel Montesinos
Director Técnico
PRODEVELOP
C/ Conde Salvatierra, 34 - 10
46004 Valencia. Spain
e-mail: [EMAIL PROTECTED]
http://www.prodevelop.es
Tlf: +34 963510612

 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Mateusz Loskot
Sent: Friday, April 11, 2008 1:44 PM
To: OSGeo Discussions
Subject: Re: [OSGeo-Discuss] GPRS connection API

dorra labidi wrote:
 Hello all; I am developping a fleet management application 
using java. 
 I need to connect to the GPS box using GPRS network.
 
 My question: Is there a java API for the GPRS connection?

AFAIK, there is no dedicated GPRS API. Instead, you can use 
Java Comm API [1] and issue AT commands to GPRS modem manually 
to establish and control connection. After connection is 
established, you can use sockets to exchange data.

That's the common solution I'm aware of.

[1] http://java.sun.com/products/javacomm/index.jsp
--
Mateusz Loskot
http://mateusz.loskot.net
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


   
-
 Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente. ___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Newbie Question? Any feature for classification?

2008-04-14 Thread Saka Royban
Hi all. 
I'mnew to this mailing list. I want to write a program in .NET environmentand i 
need some classes to do feature classification.
I mean getting a point shape file, classifying it based on a Z value and 
convert it to raster.(some kind of Interpolation)

Anyone knows anything open source to do this? 
Thanks in advance.



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: RE : RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread Miguel Montesinos
Hi Dorra,
 
I don't know your requisites, but are you really sure you need to program 
low-level GPRS communications?
 
I mean, if you have a device with a right set-up, it will automatically connect 
to your GPRS/UMTS/HSDPA provider whenever any process needs an IP connection.
 
For instance in gvSIG Mobile, we use gnu.io to connect to a GPS through a 
serial port, but we don't need to program any specific communications software 
to access a remote WMS service. The device automatically starts-up the 
connection when the application tries to reach an URL.
 
You can test this by openning your Internet browser in the device and typing 
any URL. The device should try to connect automatically.
 
Does this help?
 
Cheers
 

-

Miguel Montesinos

Director Técnico

PRODEVELOP

C/ Conde Salvatierra, 34 - 10

46004 Valencia. Spain

e-mail: [EMAIL PROTECTED]

http://www.prodevelop.es

Tlf: +34 963510612

 

 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra 
labidi
Sent: Monday, April 14, 2008 11:22 AM
To: OSGeo Discussions
Subject: RE : RE: [OSGeo-Discuss] GPRS connection API


Hi Miguel, Thank you for your advice; 

No problem for the OS; my Os is windows. 
Do you think that the GPRS connexion depends on the GPS device?
The javax.comm.*, as far as I know, offer 3 connection types: 
serial,parallel and using sockets.

In my case; I have two parameter for the connexion: the APN and the 
port number. Perhaps, should I deal with the APN as an URL and the connexion 
will be set up transparently?

Miguel Montesinos [EMAIL PROTECTED] a écrit : 

Hi,

Just one note. Javax.comm.* only runs on Solaris and Windows. 
If you need Linux, Mac OS X, ... support, you'll need other plug-ins for 
original Sun package.

Here you have one GPL project we're using at gvSIG[1]

I've not used AT commands and GPRS communications in Java, but 
have done in C++. One advise: think in all possible problems, link failures, 
coverage problems, ... They'll certainly happen ;-)

Regards

[1] http://www.rxtx.org/

-
Miguel Montesinos
Director Técnico
PRODEVELOP
C/ Conde Salvatierra, 34 - 10
46004 Valencia. Spain
e-mail: [EMAIL PROTECTED]
http://www.prodevelop.es
Tlf: +34 963510612



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Mateusz Loskot
Sent: Friday, April 11, 2008 1:44 PM
To: OSGeo Discussions
Subject: Re: [OSGeo-Discuss] GPRS connection API

dorra labidi wrote:
 Hello all; I am developping a fleet management application 
using java. 
 I need to connect to the GPS box using GPRS network.
 
 My question: Is there a java API for the GPRS connection?

AFAIK, there is no dedicated GPRS API. Instead, you can use 
Java Comm API [1] and issue AT commands to GPRS modem manually 
to establish and control connection. After connection is 
established, you can use sockets to exchange data.

That's the common solution I'm aware of.

[1] http://java.sun.com/products/javacomm/index.jsp
--
Mateusz Loskot
http://mateusz.loskot.net
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss





Envoyé avec Yahoo! Mail 
http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html
 .
Une boite mail plus intelligente. 

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE : RE: RE : RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread dorra labidi
Hi Miguel;
The GPS device is a hardware equipment; there is no OS; it can detect the GPRS 
signals; it accepts commands and send NMEA frames (frames that contain the 
geographic position od the device; speed, ..etc), collected from the 
satellite...My problem is how to send commands  to it via the GPRS network. 
NB: I can send ommand through the serial port or the HyperTerminal...
Anyway; thank you for your time.

Miguel Montesinos [EMAIL PROTECTED] a écrit : Hi Dorra,
 
I don't know your requisites, but are you really sure you need to program 
low-level GPRS communications?
 
I mean, if you have a device with a right set-up, it will automatically connect 
to your GPRS/UMTS/HSDPA provider whenever any process needs an IP connection.
 
For instance in gvSIG Mobile, we use gnu.io to connect to a GPS through a 
serial port, but we don't need to program any specific communications software 
to access a remote WMS service. The device automatically starts-up the 
connection when the application tries to reach an URL.
 
You can test this by openning your Internet browser in the device and typing 
any URL. The device should try to connect automatically.
 
Does this help?
 
Cheers
 

-

Miguel Montesinos

Director Técnico

PRODEVELOP

C/ Conde Salvatierra, 34 - 10

46004 Valencia. Spain

e-mail: [EMAIL PROTECTED]

http://www.prodevelop.es

Tlf: +34 963510612

 

 




 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra labidi
 Sent: Monday, April 14, 2008 11:22 AM
 To: OSGeo Discussions
 Subject: RE : RE: [OSGeo-Discuss] GPRS connection API
 
 
 Hi Miguel, Thank you for your advice; 
 
 No problem for the OS; my Os is windows. 
 Do you think that the GPRS connexion depends on the GPS device?
 The javax.comm.*, as far as I know, offer 3 connection types: serial,parallel 
and using sockets.
 
 In my case; I have two parameter for the connexion: the APN and the port 
number. Perhaps, should I deal with the APN as an URL and the connexion will be 
set up transparently?
 
 Miguel Montesinos  a écrit : 

  Hi,
  
  Just one note. Javax.comm.* only runs on Solaris and Windows. If you need 
Linux, Mac OS X, ... support, you'll need other plug-ins for original Sun 
package.
  
  Here you have one GPL project we're using at gvSIG[1]
  
  I've not used AT commands and GPRS communications in Java, but have done in 
C++. One advise: think in all possible problems, link failures, coverage 
problems, ... They'll certainly happen ;-)
  
  Regards
  
  [1] http://www.rxtx.org/
  
  -
  Miguel Montesinos
  Director Técnico
  PRODEVELOP
  C/ Conde Salvatierra, 34 - 10
  46004 Valencia. Spain
  e-mail: [EMAIL PROTECTED]
  http://www.prodevelop.es
  Tlf: +34 963510612
  
  
  
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mateusz Loskot
  Sent: Friday, April 11, 2008 1:44 PM
  To: OSGeo Discussions
  Subject: Re: [OSGeo-Discuss] GPRS connection API
  
  dorra labidi wrote:
   Hello all; I am developping a fleet management application 
  using java. 
   I need to connect to the GPS box using GPRS network.
   
   My question: Is there a java API for the GPRS connection?
  
  AFAIK, there is no dedicated GPRS API. Instead, you can use 
  Java Comm API [1] and issue AT commands to GPRS modem manually 
  to establish and control connection. After connection is 
  established, you can use sockets to exchange data.
  
  That's the common solution I'm aware of.
  
  [1] http://java.sun.com/products/javacomm/index.jsp
  --
  Mateusz Loskot
  http://mateusz.loskot.net
  ___
  Discuss mailing list
  Discuss@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/discuss
  
  ___
  Discuss mailing list
  Discuss@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/discuss
  


 

 Envoyé avec Yahoo! Mail  .
 Une boite mail plus intelligente. 

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


   
-
 Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente. ___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: RE : RE: RE : RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread Miguel Montesinos
Hello again,
 
if you can send commands to the GPS receiver through the serial port, then you 
can program an access from your application in the same way.

You can use javax.comm.* or gnu.io to get access to serial ports. Once you have 
that, it's up to you to communicate with the receiver. I don't see the needing 
to access through GPRS.

FYI, you can have a look at the wource code of gvSIG Mobile [1]. It uses 
GpsTools (which depends on gnu.io for serial access) for managing communication 
with the GPS (NMEA parsing, ...). You can look for it at the libGPS library.

If I'm missing sg. don't hesitate to keep on asking.

Regards

[1] http://www.gvsig.gva.es/index.php?id=piloto-gvsigL=2
 

-

Miguel Montesinos

Director Técnico

PRODEVELOP

C/ Conde Salvatierra, 34 - 10

46004 Valencia. Spain

e-mail: [EMAIL PROTECTED]

http://www.prodevelop.es

Tlf: +34 963510612

 

 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra 
labidi
Sent: Monday, April 14, 2008 3:49 PM
To: OSGeo Discussions
Subject: RE : RE: RE : RE: [OSGeo-Discuss] GPRS connection API


Hi Miguel;
The GPS device is a hardware equipment; there is no OS; it can detect 
the GPRS signals; it accepts commands and send NMEA frames (frames that contain 
the geographic position od the device; speed, ..etc), collected from the 
satellite...My problem is how to send commands  to it via the GPRS network. 
NB: I can send ommand through the serial port or the HyperTerminal...
Anyway; thank you for your time.

Miguel Montesinos [EMAIL PROTECTED] a écrit : 

Hi Dorra,

I don't know your requisites, but are you really sure you need 
to program low-level GPRS communications?

I mean, if you have a device with a right set-up, it will 
automatically connect to your GPRS/UMTS/HSDPA provider whenever any process 
needs an IP connection.

For instance in gvSIG Mobile, we use gnu.io to connect to a GPS 
through a serial port, but we don't need to program any specific communications 
software to access a remote WMS service. The device automatically starts-up the 
connection when the application tries to reach an URL.

You can test this by openning your Internet browser in the 
device and typing any URL. The device should try to connect automatically.

Does this help?

Cheers


-

Miguel Montesinos

Director Técnico

PRODEVELOP

C/ Conde Salvatierra, 34 - 10

46004 Valencia. Spain

e-mail: [EMAIL PROTECTED]

http://www.prodevelop.es

Tlf: +34 963510612








From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
dorra labidi
Sent: Monday, April 14, 2008 11:22 AM
To: OSGeo Discussions
Subject: RE : RE: [OSGeo-Discuss] GPRS connection API


Hi Miguel, Thank you for your advice; 

No problem for the OS; my Os is windows. 
Do you think that the GPRS connexion depends on the GPS device?
The javax.comm.*, as far as I know, offer 3 connection types: 
serial,parallel and using sockets.

In my case; I have two parameter for the connexion: the APN and 
the port number. Perhaps, should I deal with the APN as an URL and the 
connexion will be set up transparently?

Miguel Montesinos a écrit : 

Hi,

Just one note. Javax.comm.* only runs on Solaris and Windows. 
If you need Linux, Mac OS X, ... support, you'll need other plug-ins for 
original Sun package.

Here you have one GPL project we're using at gvSIG[1]

I've not used AT commands and GPRS communications in Java, but 
have done in C++. One advise: think in all possible problems, link failures, 
coverage problems, ... They'll certainly happen ;-)

Regards

[1] http://www.rxtx.org/

-
Miguel Montesinos
Director Técnico
  

Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Ari Jolma

Brent Fraser kirjoitti:

Bruno,

  Have a go with my favorite Canadian topographic map
(NTS:082H04, Waterton Lakes ):

Shapefiles:
http://ftp2.cits.rncan.gc.ca/pub/canvec/50k_shp/082/h/canvec_082h04_shp.zip
  


Thanks for the pointer, that's a nice dataset. Opening these 39 layers 
makes me ask why there's no style information? Pardon my ignorance on 
digital cartography, but is it because of standards or something else? 
How do Arc* tools do it?


I think that's one crucial point in this thread. We all do have our 
favorite software and want-to-have-software for creating a map or 
geovisualization from this. Maybe a common goal would be to write a 
specification how to create a map from this data -- note that there is 
an infinite number of maps that one could create. I'd like to have a 
file or files associated with datasets like this, that I'd just open in 
my favorite software and it'd show me a map and not data.


The second thing would be to have a free OSGeo map symbol set, which the 
map description file would refer to and the software use when creating 
the map.


Do I make any sense?

Cheers,

Ari

--
Prof. Ari Jolma
Geoinformatiikka / 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


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Brent Fraser
Ari,

  Traditionally, there has been no widely adopted
vendor/system-independent format for specifying style
information.  Hopefully now that there is an organization
(the OGC) addressing open standards for geographic data
(including styling: SLD) there will be more support for a
styling standard.

  Wouldn't it be great if data suppliers delivered a .sld
(or something like it) with .shp?  And Open Source software
like Quantum, gvSig, OpenJump, and Mapserver actual read the
styling and applied it?

  Other comments below...
Brent Fraser
GeoAnalytic Inc.
Calgary, Alberta

- Original Message - 
From: Ari Jolma [EMAIL PROTECTED]
To: OSGeo Discussions discuss@lists.osgeo.org
Sent: Monday, April 14, 2008 11:15 AM
Subject: Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic
Library


 Brent Fraser kirjoitti:
  Bruno,
 
Have a go with my favorite Canadian topographic map
  (NTS:082H04, Waterton Lakes ):
 
  Shapefiles:
 
http://ftp2.cits.rncan.gc.ca/pub/canvec/50k_shp/082/h/canvec_082h04_shp.zip
 

 Thanks for the pointer, that's a nice dataset. Opening
these 39 layers
 makes me ask why there's no style information? Pardon my
ignorance on
 digital cartography, but is it because of standards or
something else?
 How do Arc* tools do it?

Arc* tools, like almost every other GIS tool, have their own
method (some kind of ESRI-specific XML-ish file?).


 I think that's one crucial point in this thread. We all do
have our
 favorite software and want-to-have-software for creating a
map or
 geovisualization from this. Maybe a common goal would be
to write a
 specification how to create a map from this data -- note
that there is
 an infinite number of maps that one could create. I'd like
to have a
 file or files associated with datasets like this, that I'd
just open in
 my favorite software and it'd show me a map and not data.

A very good goal.  The great thing about default styling is
that it can produce a good looking map.  You could then
change the styling if you want to (because without it you
HAVE to; what a productivity killer!).


 The second thing would be to have a free OSGeo map symbol
set, which the
 map description file would refer to and the software use
when creating
 the map.

That would be good too...

 Do I make any sense?


Yes!

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Sampson, David

 
 Thanks for the pointer, that's a nice dataset. Opening these 
 39 layers makes me ask why there's no style information? 
 Pardon my ignorance on digital cartography, but is it because 
 of standards or something else? 
 How do Arc* tools do it?
 


Think of three separate boxes. One is tabulart data (tables), in the
ESRI world these are youf *.dbf files, another is geomatery (lines,
points, polygons) found in your *.shp files and the final box is the
styling (realy schnzy shirts and ties) equivalent to SLD in the open
source web mapping world but ESRI also has their cartographic
representations layer (or something like that).

Often in digital geomatics we focus on the data and geometry. Usualy
they apear seamlessly the SHP is connected to the DBF. So now we are
talking about adding in the third box in a standards compliant,
interoperable and open source manner (I am assuming)...

Why do you arc tools have styling?. Perhaps someone has created the
styling as is often the Value add portion to data resellers like DMTI.
But the styling is based on the data... So it has nothing to do with the
data and relatively nothing to do with the software as GRASS, QGIS,
JUMP, UDIG, MAPSERVER can all save projects with various styling, they
just don't all use the same approach. Some approaches like SLD's (Styled
layer descriptor) or context documents (maybe not full styling) help
with this.

I think these issues are a PART of this proposed library but I don't
think is the focus as styling is covered with SLD and context documents
etc.

Cheers
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Newbie Question? Any feature for classification?

2008-04-14 Thread Daniel Ames
Saka,

Feel free to browse the MapWindow forums here: www.mapwindow.org/phorum and
possibly post your question there.  We have a very large .NET open source
GIS developer community there who may be able to help.

Dan

On Mon, Apr 14, 2008 at 4:33 AM, Saka Royban [EMAIL PROTECTED] wrote:

 Hi all.
 I'm new to this mailing list. I want to write a program in .NET
 environment and i need some classes to do feature classification.
 I mean getting a point shape file, classifying it based on a Z value and
 convert it to raster.(some kind of Interpolation)

 Anyone knows anything open source to do this?
 Thanks in advance.



 ___
 Discuss mailing list
 Discuss@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/discuss




-- 
Daniel P. Ames, PhD, PE
Geospatial Software Lab
Department of Geosciences
Idaho State University - Idaho Falls
[EMAIL PROTECTED]
www.hydromap.com
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Sampson, David
Hey folks,

Lots of good discussion going on around this proposed library.

From the sounds of it there are many different camps of thinking on this
subject which is great. Of course there are many approaches that can be
used.

Perhaps we might want to talk a little more about the high end user
needs and work backwards. For instance if the end user does not want
PDF's or has other requirements then symatical debate on the best PDF
engine may not be required right now.

There is an end User Needs section
http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Library#End_User_Needs
where PDF is only one required output.


For starters I think bringing the FOSS4G world into the world of
cartographic product production would be a huge jump. Whether is be
digital-digital or digital-paper. Being able to do this using many
applications and some custom API I think would keep flexibility open. So
if many libraries can be included, lets include them. We'll all have
different user requirements.

Of course staying standards based where possible would be ideal so using
context documents or SLD or something simmilar as an optional output
would increase up take.

As a final user product I would love to see something that ties easy
drag/drop, point and click interactive design interface with real time
screen refresh that could produce something akin to a Generic Maptool
Tools (http://gmt.soest.hawaii.edu/) script to produce a preview before
I print it. Of course having options to use java and python to script
workflows would suite the needs of power users who balk at GUI's. 

I know that the seprate projects will be responsible for the GUI. If we
work backwards from the functionality of the GUI though I think we can
find the pieces we need. Infact producing a full cartographic map layout
in SCRIBUS  or using it's technology might be the best way to not
reinvent the wheel for the end user.

Has anyone thught out the Pseudo code for the process? Posted on wiki
http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Library#Worflow

* read geo data
* geometries
* projection
* metadata (if required)
* apply styling
* feature to style coding
* Cartographic edits
* overide some of the geometry if required (eg roads don't run
through lakes)
* manual edits / retouching
* Produce  other cartographic edits objects
* create suround
* create grids
* create legend
* create scale bar
* create north arrow
* Copyright notices from text file or DB
* Licensing notices from text fiel or DB
* Other
* Output size


La la la 

I'll post this to the wiki, maybe flushing this step out will allow us
to match a library(ies) to a task(s).




Hopefully we don't get hung up too much on choosing a narrow selection
of libraries and keep the carto library itself quite open and flexible.

Just some thoughts.


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Markus Neteler
On Mon, Apr 14, 2008 at 7:15 PM, Ari Jolma [EMAIL PROTECTED] wrote:

 The second thing would be to have a free OSGeo map symbol set, which the
 map description file would refer to and the software use when creating the
 map.

 Do I make any sense?


Absolutely.
I have created a wiki page for this, too:

http://wiki.osgeo.org/wiki/OSGeo_map_symbol_set

First symbol sets are already available (see there for links).

Markus
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Newbie Question? Any feature for classification?

2008-04-14 Thread Sampson, David
Saka,
 
If you're wanting to use some open source languages in the .NET
framework there are
 
pythonNet http://pythonnet.sourceforge.net/ which might open up the
Python Cartographic Library http://zmapserver.sourceforge.net/PCL/
 
I looked for something in the JAVA world, but no luck (does not mean
there is nothing). If there was then the Java Topology Suite
(http://www.vividsolutions.com/jts/jtshome.htm
http://www.vividsolutions.com/jts/jtshome.htm ) might have been an
option
 
 
You can also take a look into doing something using GDAL/OGR
http://www.gdal.org/ for your task bellow. Not sure if it would fit, but
I have seen gdal/ogr do some pretty nifty things. Various bindings
available.
 
Cheers
 




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Ames
Sent: Monday, April 14, 2008 15:08
To: OSGeo Discussions
Subject: Re: [OSGeo-Discuss] Newbie Question? Any feature for
classification?


Saka,

Feel free to browse the MapWindow forums here:
www.mapwindow.org/phorum and possibly post your question there.  We have
a very large .NET open source GIS developer community there who may be
able to help.

Dan


On Mon, Apr 14, 2008 at 4:33 AM, Saka Royban [EMAIL PROTECTED]
wrote:


Hi all. 
I'm new to this mailing list. I want to write a program
in .NET environment and i need some classes to do feature
classification.
I mean getting a point shape file, classifying it based
on a Z value and convert it to raster.(some kind of Interpolation)

Anyone knows anything open source to do this? 
Thanks in advance.

 

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss






-- 
Daniel P. Ames, PhD, PE
Geospatial Software Lab
Department of Geosciences
Idaho State University - Idaho Falls
[EMAIL PROTECTED]
www.hydromap.com


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Ari Jolma

Brent Fraser kirjoitti:

Ari,

  Traditionally, there has been no widely adopted
vendor/system-independent format for specifying style
information.  Hopefully now that there is an organization
(the OGC) addressing open standards for geographic data
(including styling: SLD) there will be more support for a
styling standard.
  


I looked around in the web a bit and found this:
http://utpjournals.metapress.com/content/b584484743vk910g/
(I don't have access to Cartographica so can't read this).

ESRI seems to have .mxd files, which is their map definition file. It's 
a binary format and probably not documented. Then they have ArcXML (AXL) 
which serves the same purpose () as Mapserver mapfiles. BTW, mapfile 
format is a result of a lot of thought and practical experience. I 
believe some tools (QGIS?) can export mapfiles (can they import them?).


OGC Styled Layer Descriptor specification does not impress me, and it's 
WMS implementation specific.


GDAL has feature style specification: 
http://www.gdal.org/ogr/ogr_feature_style.html It has recently gained 
some new interest.


In my work I deal a lot with scientific data and geovisualization type 
of thing, and it would be very useful to be able to import and export 
visualization information files from desktop apps. Sometimes the problem 
solving could be based on shared development of such files.


Just thinking out loud,

Ari


--
Prof. Ari Jolma
Geoinformatiikka / 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


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] GPRS connection API

2008-04-14 Thread Sampson, David
Check out sourceforge.net and do and advanced search using GPRS and JAVA. Found 
7 projects.
 
http://sourceforge.net/search/index.php?words=%28%2BGPRS+%2B%22java%22%29type_of_search=softpmode=0words=%28%2BGPRS+%2B%22java%22%29Search=Search
 
Most of them look like phone related projects, but I'm sure at least one line 
of code can be reused, if not a creation of a library (smile)...
 
Perhaps you could integrate your fleet tracking with cell phone use 
http://www.opencellphone.org/index.php?title=Main_Page
 
As usual the Linux Community has turned GPRS into a HOWTO 
http://www.xs4all.nl/~ernstagn/GPRS-HOWTO/
 
Hope some of those point you in the right direction... Now we need a GPRS 
library to compliment gpsbabel...
 
Cheers
 
 
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra 
labidi
Sent: Friday, April 11, 2008 04:24
To: discuss@lists.osgeo.org
Subject: [OSGeo-Discuss] GPRS connection API


Hello all;
I am developping a fleet management application using java. I need to 
connect to the GPS box using GPRS network.

My question: Is there a java API for the GPRS connection? 

Thank you in advance...

Dorra





Envoyé avec Yahoo! Mail 
http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html
 .
Une boite mail plus intelligente. 

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Brent Fraser

 ESRI seems to have .mxd files, which is their map definition file. It's
 a binary format and probably not documented. Then they have ArcXML (AXL)
 which serves the same purpose () as Mapserver mapfiles. BTW, mapfile
 format is a result of a lot of thought and practical experience. I
 believe some tools (QGIS?) can export mapfiles (can they import them?).


While I think it is ok to store styling information in a map definition
file, I think it should be used only if the user has applied their own
styling, different from the default supplied with the data.

Just like .prj files tag along to define the geometry of a geographic
dataset, a default style file (.OSF?!) should tag along to define the
default rendering.

 OGC Styled Layer Descriptor specification does not impress me, and it's
 WMS implementation specific.

 GDAL has feature style specification:
 http://www.gdal.org/ogr/ogr_feature_style.html It has recently gained
 some new interest.

I missed that!  Thanks for the link!


 In my work I deal a lot with scientific data and geovisualization type
 of thing, and it would be very useful to be able to import and export
 visualization information files from desktop apps. Sometimes the problem
 solving could be based on shared development of such files.

Good point.  For me the lack of default styling info is a major
productivity killer.  Our users want to importl basemap data, then spend
their time solving geographic problems, not setting ROADS=RED,
RIVERS=BLUE, etc.   If you are using styling to expose subtler patterns in
data, it's even more important to be able to share it.

Brent


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Jason Birch
Ari Jomla wrote:

 GDAL has feature style specification: 
 http://www.gdal.org/ogr/ogr_feature_style.html

Hey, that's pretty cool.  Almost JSON or WKT-like.

MapGuide has a similar XML-based stylization schema:

http://trac.osgeo.org/mapguide/wiki/MapGuideRfc14

Jason
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Proposal: OSGeo Cartographic Library

2008-04-14 Thread Jody Garnett
Actually the origional point was valid; SLD is pretty darn WMS specific. 
That is why we got them to split it into two; SLD for the WMS concepts 
of layers and so on; and SE for the really good part (FeatureTypeStyle 
and friends).


For more fun and games drop by the osgeo standards email list and we can 
leave these nice people alone.

Jody
(osgeo standards list - now with less epsg axis order flamewars)
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss