Geographic Resources Analysis Support System
Commonly referred to as GRASS, this is a Geographic Information System
(GIS) used for geospatial data management and analysis, image
processing, graphics/maps production, spatial modeling, and
visualization. GRASS is currently used in academic and commercial
settings around the world, as well as by many governmental agencies
and environmental consulting companies. GRASS is official project of
the Open Source Geospatial Foundation.
|
Module of the day:
=")) {
include("grassmodules.php");
}
}
?>
|
=")) {
include("rss.php");
$r1 =& new XML_RSS('rss.xml');
$r2 =& new XML_RSS('rss_events.xml');
echo "\n
Latest News!\n

\n
\n
\n";
$r1->parse();
foreach ($r1->getItems() as $value) {
$format = '%d %b %Y';
echo "- ".strftime($format,strtotime($value['pubdate'])).":
".$value["title"]." - ".$value["description"]."
\n";
}
echo "
\n
\n
Upcoming GRASS/FOSS4G related events:\n

\n
\n
\n";
$r2->parse();
foreach ($r2->getItems() as $value) {
$format = '%d %b %Y';
echo "- ".$value["title"]." - ".$value["description"]."
\n";
}
} else {
echo "The full display of the news section requires PHP >=4.0.2 to be installed. Sorry.\n";
// not yet there - require('manually_written_news_events.html');
echo "
\n
Latest News!\n

\n
\n";
echo "\n
Upcoming GRASS/FOSS4G related events:\n

\n
\n";
}
} // we don't care for PHP3
?>
Last change: $Date: 2008-11-27 07:49:22 -0800 (Thu, 27 Nov 2008) $
$Author: neteler $