Click here to get back home

how to generate bitmaps, contour maps and so on

 HomeNewsGroups | Search | About
 comp.lang.php    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
how to generate bitmaps, contour maps and so on billgadget 06-11-2008
Get Chitika Premium
Posted by billgadget on June 11, 2008, 5:11 pm
Please log in for more thread options
Can anyone offer some advice as to whether it would be feasible to
generate bitmaps images, such as geographic maps with data contours
and political boundaries drawn on top? I have a bunch of scientific
data (satellite derived AVHRR data to be precise) that I will be
importing into a MySQL database and would like to create a web
interface that allows the user to query the database and view the
results as data plotted out on a map. I probably will need to do
other sorts of scientific plotting as well.

Any suggestions would be most welcome. Thanks!

Posted by Trammel on June 11, 2008, 5:37 pm
Please log in for more thread options
> Can anyone offer some advice as to whether it would be feasible to
> generate bitmaps images, such as geographic maps with data contours
> and political boundaries drawn on top? I have a bunch of scientific
> data (satellite derived AVHRR data to be precise) that I will be
> importing into a MySQL database and would like to create a web
> interface that allows the user to query the database and view the
> results as data plotted out on a map. I probably will need to do
> other sorts of scientific plotting as well.
>
> Any suggestions would be most welcome. Thanks!

http://uk2.php.net/imagecreatetruecolor



Posted by Iván Sánchez on June 11, 2008, 8:43 pm
Please log in for more thread options
billgadget wrote:

> [...] I have a bunch of scientific data (satellite derived AVHRR data to
> be precise) that I will be importing into a MySQL database and would like
> to create a web interface that allows the user to query the database and
> view the results as data plotted out on a map. I probably will need to do
> other sorts of scientific plotting as well.
>
> Any suggestions would be most welcome. Thanks!

I'd probably opt for the full-fledged solution: OpenLayers as the front-end,
Mapnik as the rendering engine, apache2+mod_tile for quick image serving &
caching, spatial-enabled MySQL as the back-end.

<disclaimer>I collaborate on OpenStreetMap, and that's the kind of
infrastructure the project uses.</disclaimer>

I suggest you to research a bit on those topics.

--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

MSN:i_eat_s_p_a_m_for_breakfast@hotmail.com
Jabber:ivansanchez@jabber.org ; ivansanchez@kdetalk.net

Posted by GuangXiN on June 12, 2008, 3:09 am
Please log in for more thread options
billgadget wrote:
> Can anyone offer some advice as to whether it would be feasible to
> generate bitmaps images, such as geographic maps with data contours
> and political boundaries drawn on top? I have a bunch of scientific
> data (satellite derived AVHRR data to be precise) that I will be
> importing into a MySQL database and would like to create a web
> interface that allows the user to query the database and view the
> results as data plotted out on a map. I probably will need to do
> other sorts of scientific plotting as well.
>
> Any suggestions would be most welcome. Thanks!
PHP can use gd library to create/import/output images.
But it may not be a good way for your using case.

Similar ThreadsPosted
Dynamic Maps with php?? April 12, 2005, 4:12 pm
Maps load different June 15, 2007, 8:41 am
Google maps June 17, 2008, 2:57 pm
Google maps, php and SQL problem November 3, 2006, 12:42 pm
GD and custom world maps September 28, 2007, 1:36 pm
A google maps application server - What Software tools ? September 3, 2005, 2:45 pm
creating image/area maps on dynamic images August 2, 2006, 1:27 pm
PHP to generate XML November 28, 2006, 4:51 pm
Can't generate XLM with the DOM March 7, 2008, 7:50 am
Generate HTML from PHP September 21, 2004, 2:34 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap