OpenStreetMap標誌 OpenStreetMap

campus

於 14 八月 2008 由 lwuEnglish發表。

More work on the body of Stanford campus.

Wish I had an iPhone app to help store pictures alongside with GPS traces.

(Dunno if that'd be useful for getting buildings right given the (lack of) accuracy on the device.)

That said, it'd be a great way to gather data more conveniently on a larger scale, to have a GPS trace where points (segments?) can be tagged with pictures, sounds, actual tags, or text!

Also getting up to speed on the OSM XML format. Seems challenging to deal with -- is it a bear to get imported into PostGIS? Might try to extract just enough data using XQilla...

位置: Stanford, Santa Clara County, California, United States
電郵圖示 Bluesky圖示 Facebook圖示 LinkedIn圖示 Mastodon圖示 Telegram圖示 X圖示

討論

Mungewell2008年8月14日22:17發表的評論

There are already several application which will combine a GPS trace with digital photos, using the time stamps in the photo to interpolate a location. The location is then stored as an Exif tag, so that it can be used by JoSM, Flickr, or whoever.

Personally I use my cellphone camera as the time on the phone is tied to real/gps time via the network, so I don't need to work out the difference.

There are also projects to pick up time stamps on audio streams in a similar manner, see:
osm.wiki/index.php/Audio_mapping

Skywave2008年8月15日01:53發表的評論

Also pretty easy to load OSM in postgis. The mapnik data gets rendered from a postgis database. osm2pgsql is used for the upload

lwu2008年8月15日05:37發表的評論

Thanks -- I've heard of osm2pgsql but it doesn't seem designed for the kind of rapid prototyping I'm going for now. It seems that Osmosis supports reading in bzipped OSM files and exporting a subset of nodes, so I'll give that a try for now.

登入以留言