| bio | website | somebits.com/weblog |
|---|---|---|
| location | San Francisco, CA | |
| age | 41 | |
| visits | member for | 2 years, 6 months |
| seen | 2 days ago | |
| stats | profile views | 38 |
Python, Java, systems
|
Apr 8 |
comment |
Comparison of JavaScript mapping libraries? Just an update on my answer; Polymaps hasn't had any development in a couple of years. It's still an interesting library with some unique abilities, but I wouldn't use it for a new project. These days I'm using Leaflet. |
|
Feb 22 |
comment |
ogr2ogr from Postgres to GeoJSON missing crs key And my bug ticket was marked fixed, looks like it'll be changed in the 1.10.0 release. Here's the patch: trac.osgeo.org/gdal/changeset/25665 |
|
Feb 18 |
comment |
ogr2ogr from Postgres to GeoJSON missing crs key I went ahead and filed a bug: trac.osgeo.org/gdal/ticket/4995 |
|
Feb 16 |
awarded | Notable Question |
|
Jan 25 |
awarded | Enlightened |
|
Jan 25 |
awarded | Nice Answer |
|
Jan 24 |
awarded | Yearling |
|
Jan 24 |
revised |
Accessing GPS data with JavaScript in real time removing vandalism. if you want to correct me, make a comment or an alternate answer. |
|
Dec 30 |
answered | What is the default projection in Leaflet? |
|
Dec 2 |
revised |
Are there open access terrain tiles with a permissive license like OSM? typo |
|
Nov 26 |
awarded | Popular Question |
|
Nov 18 |
revised |
Accessing GPS data with JavaScript in real time typo |
|
Nov 17 |
comment |
Accessing GPS data with JavaScript in real time Not via the GeoLocation API, no. Also it doesn't provide GPS-specific information like satellite signal strength, etc. |
|
Nov 17 |
answered | Accessing GPS data with JavaScript in real time |
|
Nov 17 |
revised |
Are there open access terrain tiles with a permissive license like OSM? added 131 characters in body |
|
Oct 17 |
comment |
Is there a good GPS track analysis library? Google just announced a Tracks API I'm mentioning here for completeness. It looks useful but in a different direction than I'm looking for; more about breadcrumbs and geofences. |
|
Oct 11 |
awarded | Necromancer |
|
Apr 24 |
comment |
Is there a good GPS track analysis library? After a week or two and a bounty I think the answer to my question here is "no, there is no library for GPX track processing". Lots of applications and code, but no general purpose tool. It's helpful to know that. For me the way forward is to write some PostGIS code that works with the schema created by ogr2ogr's GPX import. That schema contains both a simple LineString for the track and a table of points with timestamps for the time dimension. |
|
Apr 24 |
awarded | Benefactor |
|
Apr 21 |
comment |
Is there a good GPS track analysis library? Thanks! TopoFusion is a great application for Windows, but I really need a library. dotSpatial has some useful-looking code to crib. It's under Mozilla Public License. |