Surveying, Mapping and GIS

Exploring all aspects of mapping and geography, from field data collection, to mapping and analysis, to integration, applications development and enterprise architecture...

  • Geospatial Technology, End to End...

    Exploring all aspects of mapping and geography, from field data collection, to mapping and analysis, to integration, applications development, enterprise architecture and policy
Showing posts with label tile server. Show all posts
Showing posts with label tile server. Show all posts

Open Source Community Resources for Aerial Imagery

Posted by Dave Smith On 1/12/2008 08:57:00 AM 1 comments

I was just in a conversation with a friend of mine - I found that he's been wrestling with some homebrew code for managing large aerial photos - and the usual issues of performance, memory management, caching, and multiresolution data came up. A number of useful resources in the Open Source community are available in that arena, and I thought I would share some of them:


OSSIM - Open Source Software Image Map


http://www.ossim.org/


From the OSSIM site:


OSSIM is a high performance software system for remote sensing, image processing, geographical information systems and photogrammetry. It is an open source software project maintained at http://www.ossim.org/ and has been under active development since 1996. The lead developers for the project have years of experience in commercial and government remote sensing systems and applications.

OSSIM has been funded by several US government agencies in the intelligence and defense community and the technology is currently deployed in research and operational sites. The name OSSIM is a contrived acronym (Open Source Software Image Map) that is pronounced “awesome” – the acronym was established by our first government customer.


Another interesting effort ongoing is the Open Aerial Map project, spearheaded by the prodigiously prolific MetaCarta map ninja and OpenLayers/TileCache developer Christopher Schmidt:


OAM - Open Aerial Map


http://openaerialmap.org/


From the OAM site:

This project is an attempt to gather data from various free and open aerial imagery datasources around the world, and use them to create a single, coherent open world view.

If you are interested in seeing your data here, please email crschmidt@crschmidt.net.

Both of these sites contain code repositories, documentation, and other community resources are available, such as IRC chat channels.

Fun With Virtual Earth

Posted by Dave Smith On 7/15/2007 07:39:00 PM 2 comments

It's been a very busy few weeks, so I haven't had much chance to post... things going on with Virtual Earth, ArcIMS Route Server and GDT/TeleAtlas, survey-grade GPS data collection, emergency response, logistics, modeling and simulation, and plenty of other things flying around.

It's all fun stuff, but I always enjoy rolling the sleeves up and getting dirty... doing the AJAX thing, mashing various web services with Virtual Earth's V5 API via pure JavaScript clients as various proof-of-concept applications.

Here's one quick app: Virtual Earth and the NASA MODIS WMS server:

Here I'm showing the VE and MODIS side-by-side, both views refresh dynamically. The next step will be to explore the "Roll Your Own Tile Server" approach to seamlessly getting custom WMS content directly into VE.

The next one was even more fun: Virtual Earth and the MetaCarta JSON API:All pure Web 2.0, neogeo, slippy AJAXIAN goodness, "Look, Ma! No "SUBMIT" button!!" Type in your query, (searching for documents about toxic substances here...) and it fetches results from the MetaCarta appliance and sprays them back into the VE map view. Pan, zoom, and instantly you get new stuff popping up. All self-contained in a few k of DHTML, CSS and JavaScript, no Java, .NET, Ruby, Python or other infrastructure needed. Both written in a total of about 2.5 hours, just noodling around in the APIs without any real thought ahead of time.

Search