Re: [Talk-us] TIGER 2007, first OSM data

2008-10-22 Thread Dale Puch
Just to get you excited?   I also noticed a 2008 folder at
ftp2.census.gov/geo/tigerhttp://ftp2.census.gov/geo/tiger/TIGER2007FE/41_OREGON/41055_Sherman/fe_2007_41055_edges.zip/
BUT it isn't readable yet :/  No idea when it will be either.

On Wed, Oct 22, 2008 at 12:13 AM, Dave Hansen [EMAIL PROTECTED] wrote:

 On Tue, 2008-10-21 at 22:58 -0500, Chris Lawrence wrote:
  On Mon, Oct 20, 2008 at 8:16 PM, Dave Hansen [EMAIL PROTECTED] wrote:
   You can run it like this:
  
   perl tiger-shp-to-osm.pl data/
 ftp2.census.gov/geo/tiger/TIGER2007FE/41_OREGON/41055_Sherman/fe_2007_41055_edges.zip
   out-dave.osm
  
   Don't count on any more tarball releases.  I think I'll just stick it
 in
   a git repo and forget about it.
 
  Dave - Thanks!  A couple of small problems so far:
 
  - The tarball doesn't include daveperl.pm; I found it elsewhere on
 your site.
  - Latitude and longitude seem to be reversed in the output, at least
  when I use the data for Webb County, Texas (FIPS 48479) as the input.
  This *really* confuses JOSM (e.g. it hangs).

 Heh, I noticed that too once I ran it on my county.  I think you're the
 only other one to notice. :)

  I fixed this problem using:
 
  sed -e 's/lat=/xxx=/g' -e 's/lon=/lat=/g' -e 's/xxx=/lon=/' 
  TX-webb.osm | TX-webb-fixed.osm
 
  As the accuracy improvement project hasn't affected this area yet, the
  shapefiles aren't any improvement over the existing data (and are
  worse than the manual edits a few of us have made), but hopefully the
  effort will be worthwhile elsewhere!

 If you know of another county that has had improvements that you want to
 check, let me know.  I'll run it on any new counties, too.

 -- Dave


 ___
 Talk-us mailing list
 Talk-us@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-us




-- 
Dale Puch
___
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us


Re: [Talk-us] TIGER 2007, first OSM data

2008-10-21 Thread Chris Lawrence
On Mon, Oct 20, 2008 at 8:16 PM, Dave Hansen [EMAIL PROTECTED] wrote:
 You can run it like this:

 perl tiger-shp-to-osm.pl 
 data/ftp2.census.gov/geo/tiger/TIGER2007FE/41_OREGON/41055_Sherman/fe_2007_41055_edges.zip
out-dave.osm

 Don't count on any more tarball releases.  I think I'll just stick it in
 a git repo and forget about it.

Dave - Thanks!  A couple of small problems so far:

- The tarball doesn't include daveperl.pm; I found it elsewhere on your site.
- Latitude and longitude seem to be reversed in the output, at least
when I use the data for Webb County, Texas (FIPS 48479) as the input.
This *really* confuses JOSM (e.g. it hangs).

I fixed this problem using:

sed -e 's/lat=/xxx=/g' -e 's/lon=/lat=/g' -e 's/xxx=/lon=/' 
TX-webb.osm | TX-webb-fixed.osm

As the accuracy improvement project hasn't affected this area yet, the
shapefiles aren't any improvement over the existing data (and are
worse than the manual edits a few of us have made), but hopefully the
effort will be worthwhile elsewhere!


Chris

___
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us


Re: [Talk-us] TIGER 2007, first OSM data

2008-10-21 Thread Dave Hansen
On Tue, 2008-10-21 at 22:58 -0500, Chris Lawrence wrote:
 On Mon, Oct 20, 2008 at 8:16 PM, Dave Hansen [EMAIL PROTECTED] wrote:
  You can run it like this:
 
  perl tiger-shp-to-osm.pl 
  data/ftp2.census.gov/geo/tiger/TIGER2007FE/41_OREGON/41055_Sherman/fe_2007_41055_edges.zip
 out-dave.osm
 
  Don't count on any more tarball releases.  I think I'll just stick it in
  a git repo and forget about it.
 
 Dave - Thanks!  A couple of small problems so far:
 
 - The tarball doesn't include daveperl.pm; I found it elsewhere on your 
 site.
 - Latitude and longitude seem to be reversed in the output, at least
 when I use the data for Webb County, Texas (FIPS 48479) as the input.
 This *really* confuses JOSM (e.g. it hangs).

Heh, I noticed that too once I ran it on my county.  I think you're the
only other one to notice. :)

 I fixed this problem using:
 
 sed -e 's/lat=/xxx=/g' -e 's/lon=/lat=/g' -e 's/xxx=/lon=/' 
 TX-webb.osm | TX-webb-fixed.osm
 
 As the accuracy improvement project hasn't affected this area yet, the
 shapefiles aren't any improvement over the existing data (and are
 worse than the manual edits a few of us have made), but hopefully the
 effort will be worthwhile elsewhere!

If you know of another county that has had improvements that you want to
check, let me know.  I'll run it on any new counties, too.

-- Dave


___
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us


[Talk-us] TIGER 2007, first OSM data

2008-10-20 Thread Dave Hansen
I'm trying to share early and often. :)

Here's the first output from my new TIGER 2007 script.  I used
shp2osm.pl from SVN and added a perl port of a chunk of the ruby code
from the original TIGER import.

http://dev.openstreetmap.org/~daveh/tiger/2007/OR-Sherman.osm.bz2

This doesn't have any of the right OSM tags, but it *is* data of some
kind and opens in JOSM.

Here's the code that I used:


http://dev.openstreetmap.org/~daveh/tiger/2007/tiger2007-tools-001.tar.gz

You can run it like this:

perl tiger-shp-to-osm.pl 
data/ftp2.census.gov/geo/tiger/TIGER2007FE/41_OREGON/41055_Sherman/fe_2007_41055_edges.zip
   out-dave.osm

Don't count on any more tarball releases.  I think I'll just stick it in
a git repo and forget about it.  

-- Dave


___
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us