genealogy and U.S. maps help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Sandys

    genealogy and U.S. maps help

    I'm trying to write a mapping function for genealogy.
    I want to read a gedcom database and plot an icon at
    a geographic location based on a user's query.

    Can you help me find:

    1) A python interface to gedcom?
    (gedcom is a well documented linear
    file so I can probably do this myself
    if an interface is not available)

    2) An index of U.S. cities and counties with
    their longitude and latitude? This could be
    a web site that allows automated queries or a
    database.

    (This is the hardest part of the problem since
    the places in the gedcom database are hand typed
    by the user. My thought is to try and guess as
    many locations as possible, then let the user
    input the rest of the (unknown) locations by
    clicking on the displayed map (see below) then
    save this hard earned data for reuse, either in
    gedcom or as an auxilary dictionary)

    3) Graphics of U.S. (country, states and counties)
    with longitude and latitude relationships suitable
    for tk or wxpython display?

    (There are some nice maps available for visio,
    I'm not sure if they could be used for my purposes)

    Thanks,
    Jeff Sandys
  • William Park

    #2
    Re: genealogy and U.S. maps help

    Jeff Sandys <sandysj@juno.c om> wrote:[color=blue]
    > I'm trying to write a mapping function for genealogy. I want to read
    > a gedcom database and plot an icon at a geographic location based on a
    > user's query.
    >
    > Can you help me find:
    >
    > 1) A python interface to gedcom? (gedcom is a well documented linear
    > file so I can probably do this myself if an interface is not
    > available)
    >
    > 2) An index of U.S. cities and counties with their longitude and
    > latitude? This could be a web site that allows automated queries or a
    > database.
    >
    > (This is the hardest part of the problem since the places in the
    > gedcom database are hand typed by the user. My thought is to try and
    > guess as many locations as possible, then let the user input the rest
    > of the (unknown) locations by clicking on the displayed map (see
    > below) then save this hard earned data for reuse, either in gedcom or
    > as an auxilary dictionary)
    >
    > 3) Graphics of U.S. (country, states and counties) with longitude and
    > latitude relationships suitable for tk or wxpython display?
    >
    > (There are some nice maps available for visio, I'm not sure if they
    > could be used for my purposes)[/color]

    I doubt you can do these without caughing up some money. :-)

    --
    William Park, Open Geometry Consulting, <opengeometry@y ahoo.ca>
    Linux solution for data management and processing.

    Comment

    • Skip Montanaro

      #3
      Re: genealogy and U.S. maps help


      Jeff> 2) An index of U.S. cities and counties with their longitude and
      Jeff> latitude? This could be a web site that allows automated
      Jeff> queries or a database.

      Try GNIS:



      You can query or download geographic data state-by-state.

      There's also a Canadian Geonames site:



      Skip

      Comment

      • Cameron Laird

        #4
        Re: genealogy and U.S. maps help

        In article <bns1o9$15625v$ 1@ID-99293.news.uni-berlin.de>,
        William Park <opengeometry@y ahoo.ca> wrote:[color=blue]
        >Jeff Sandys <sandysj@juno.c om> wrote:[/color]

        Comment

        • Dennis Lee Bieber

          #5
          Re: genealogy and U.S. maps help

          Cameron Laird fed this fish to the penguins on Thursday 30 October 2003
          16:32 pm:
          [color=blue]
          >
          >
          > In article <bns1o9$15625v$ 1@ID-99293.news.uni-berlin.de>,
          > William Park <opengeometry@y ahoo.ca> wrote:[color=green]
          >>Jeff Sandys <sandysj@juno.c om> wrote:[color=darkred]
          >>>
          >>> 3) Graphics of U.S. (country, states and counties) with longitude
          >>> and latitude relationships suitable for tk or wxpython display?
          >>>[/color][/color][/color]
          [color=blue]
          >
          > Can you repeat 3)? Are you just looking for images of maps of
          > the US, all its states, and all its counties, or are you saying
          > you want photographs ("graphics"? ) from each jurisdiction? If
          > the former, yes, fee-free versions of all those maps are avail-
          > able on the Web. When I've worked on this before, I found it
          > entertaining to draw my own maps; I had enough data from the Web,
          > and the Tk canvas is handy enough, that it didn't take long to
          > program this. I only did it to the state level, but counties
          > surely are equally feasible. The Tkinter canvas has performance
          > limits that constrained the resolution I was willing to use ...[/color]

          The maps available for use with WinAPRS might just be usable, once one
          figures out the encoding (I believe it is documented, as the maps are
          created by Amateur Radio operators). Since the main/original purpose of
          APRS is position reporting, the maps have to be related to the GPS
          coordinates being transmitted by other APRS users.

          --[color=blue]
          > =============== =============== =============== =============== == <
          > wlfraed@ix.netc om.com | Wulfraed Dennis Lee Bieber KD6MOG <
          > wulfraed@dm.net | Bestiaria Support Staff <
          > =============== =============== =============== =============== == <
          > Bestiaria Home Page: http://www.beastie.dm.net/ <
          > Home Page: http://www.dm.net/~wulfraed/ <[/color]

          Comment

          Working...