Re: [OSGeo-Discuss] Acid Maps demo

2010-10-19 Thread Yves Moisan

 Le 2010-10-18 11:12, Fabio Renzo Panettieri a écrit :

Hi,

I just wanted to let you know that we have put an Acid Maps demo online.
http://acidmaps.xoomcode.com/

Sorry about the 2 week delay, but we discovered that heatmaps were
acting 'funny', so we had to change that interpolation algorithm.


Hi,

I'm trying to find the definition of Acid Maps or some sense as to why 
it was named that way and Google/Wikipedia don't help.  Any pointers ?  
Or is it just the name of a web server ?


TIA,

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


Re: [OSGeo-Discuss] Acid Maps demo

2010-10-19 Thread Bob Basques
I've been calling this type of thing Thermal mapping for a few years
now.   I suppose Intensity mapping would work too. 

bobb 



 Yves Moisan yves.moi...@boreal-is.com wrote:

  Le 2010-10-18 11:12, Fabio Renzo Panettieri a écrit :
 Hi,

 I just wanted to let you know that we have put an Acid Maps demo
online.
 http://acidmaps.xoomcode.com/

 Sorry about the 2 week delay, but we discovered that heatmaps were
 acting 'funny', so we had to change that interpolation algorithm.

Hi,

I'm trying to find the definition of Acid Maps or some sense as to why
it was named that way and Google/Wikipedia don't help.  Any pointers ? 
Or is it just the name of a web server ?

TIA,

Yvesm
___
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: [OSGeo-Discuss] Acid Maps demo

2010-10-19 Thread Sebastián Cruz
Hi Yvesm,

On Tue, 2010-10-19 at 11:33 -0400, Yves Moisan wrote:
 Le 2010-10-18 11:12, Fabio Renzo Panettieri a écrit :
  Hi,
 
  I just wanted to let you know that we have put an Acid Maps demo online.
  http://acidmaps.xoomcode.com/
 
  Sorry about the 2 week delay, but we discovered that heatmaps were
  acting 'funny', so we had to change that interpolation algorithm.
 
 Hi,
 
 I'm trying to find the definition of Acid Maps or some sense as to why 
 it was named that way and Google/Wikipedia don't help.  Any pointers ?  
 Or is it just the name of a web server ?

Acid Maps is just the name of the project we choose. As to why it's like
that we have a few arguments, but you can let your imagination fly and
find yours :-)

The processes involved are called heatmaps, isolines and Voronoi,
but they don't have to do anything directly with the project name.

Regards,

-- 
Sebastián Cruz
Chief Technology Officer
http://www.xoomcode.com


signature.asc
Description: This is a digitally signed message part
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Acid Maps demo

2010-10-19 Thread Yves Moisan

 Le 2010-10-19 11:44, Sebastián Cruz a écrit :

Hi Yvesm,

On Tue, 2010-10-19 at 11:33 -0400, Yves Moisan wrote:

Le 2010-10-18 11:12, Fabio Renzo Panettieri a écrit :

Hi,

I just wanted to let you know that we have put an Acid Maps demo online.
http://acidmaps.xoomcode.com/

Sorry about the 2 week delay, but we discovered that heatmaps were
acting 'funny', so we had to change that interpolation algorithm.


Hi,

I'm trying to find the definition of Acid Maps or some sense as to why
it was named that way and Google/Wikipedia don't help.  Any pointers ?
Or is it just the name of a web server ?

Acid Maps is just the name of the project we choose. As to why it's like
that we have a few arguments, but you can let your imagination fly and
find yours :-)

The processes involved are called heatmaps, isolines and Voronoi,
but they don't have to do anything directly with the project name.
Thanx Sebastian.  I thought this was some sort of map type since I see 
you created your own OL class (OpenLayers.Layer.Acid).  I guess that 
type is only in your GitHub repo and not on OL trunk right ?


From the looks of it your server is pure python as opposed to relying 
on an existing Python framework ?  Is there a way to run the server in a 
WSGI container (like mod_wsgi)  ?


Cheers,

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


Re: [OSGeo-Discuss] Acid Maps demo

2010-10-19 Thread Fabio Renzo Panettieri
On Tue, 2010-10-19 at 13:43 -0400, Yves Moisan wrote:
 Thanx Sebastian.  I thought this was some sort of map type since I see 
 you created your own OL class (OpenLayers.Layer.Acid).  I guess that 
 type is only in your GitHub repo and not on OL trunk right ?

Yes, the OL class is on github. We'll probably add it to OL trunk later,
when some other issues are resolved.

There is also an OpenScales class that works in the same fashion. We'll
publish it in the following weeks when some sync issues are solved (and
we found enough spare time :s).

 
  From the looks of it your server is pure python as opposed to relying 
 on an existing Python framework ?  Is there a way to run the server in a 
 WSGI container (like mod_wsgi)  ?

That's correct. The server is implemented in pure python, and the
library that interpolates data, in C.

It's currently not possible to run the server in a WSGI container,
although I think mod_python would be more suitable given the nature of
the server.

Please add the issue on Github. Any other bugs/ideas are welcome.
Also any contribution would be appreciated too.

-- 
Fabio R. Panettieri
Lead Software Engineer
http://www.xoomcode.com 

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


[OSGeo-Discuss] Acid Maps demo

2010-10-18 Thread Fabio Renzo Panettieri
Hi,

I just wanted to let you know that we have put an Acid Maps demo online.
http://acidmaps.xoomcode.com/

Sorry about the 2 week delay, but we discovered that heatmaps were
acting 'funny', so we had to change that interpolation algorithm.

-- 
Fabio R. Panettieri
Lead Software Engineer
http://www.xoomcode.com 

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


RE: [OSGeo-Discuss] Acid Maps demo

2010-10-18 Thread Homan, Thomas
Just a quick question...What browser is this optimized for? 

IE7 (my work browser dictated by our IT dept) does nothing except put up 3 
buttons for isoline, voroni and heatmap. No image ever comes up.

Tom
-Original Message-
From: discuss-boun...@lists.osgeo.org [mailto:discuss-boun...@lists.osgeo.org] 
On Behalf Of Fabio Renzo Panettieri
Sent: Monday, October 18, 2010 8:13 AM
To: discuss@lists.osgeo.org
Subject: [OSGeo-Discuss] Acid Maps demo

Hi,

I just wanted to let you know that we have put an Acid Maps demo online.
http://acidmaps.xoomcode.com/

Sorry about the 2 week delay, but we discovered that heatmaps were
acting 'funny', so we had to change that interpolation algorithm.

-- 
Fabio R. Panettieri
Lead Software Engineer
http://www.xoomcode.com 

___
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: [OSGeo-Discuss] Acid Maps demo

2010-10-18 Thread Fabio Renzo Panettieri
On Mon, 2010-10-18 at 17:10 +, Homan, Thomas wrote:
 Just a quick question...What browser is this optimized for? 
 
 IE7 (my work browser dictated by our IT dept) does nothing except put up 3 
 buttons for isoline, voroni and heatmap. No image ever comes up.

Developed in Chrome, tested on firefox and IE 9 beta 
It's fixed now.

-- 
Fabio R. Panettieri
Lead Software Engineer
http://www.xoomcode.com 

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