GetElevation function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jojo41300000
    New Member
    • Apr 2007
    • 32

    GetElevation function

    Hi All,

    I am trying to write the getElevation method similar to the query method from USGS.


    I have the downloaded NED data from USGS site in SQL SERVER. I need to write the stored procedure or function which will function the same as getElevation method from USGS. I have no clue of the structure of the getElevation method.

    Please share any knowledge of getElevation method.


    Thanks Advance.
    -Jason
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by jojo41300000
    Hi All,

    I am trying to write the getElevation method similar to the query method from USGS.


    I have the downloaded NED data from USGS site in SQL SERVER. I need to write the stored procedure or function which will function the same as getElevation method from USGS. I have no clue of the structure of the getElevation method.

    Please share any knowledge of getElevation method.


    Thanks Advance.
    -Jason

    If you have a formula on how to calculate the elevation, we can just try and convert it into sql scripts. I tried testing the code on the link you send, i can't seem to make it work.

    - CK

    Comment

    • jojo41300000
      New Member
      • Apr 2007
      • 32

      #3
      Thanks CK.
      But, I don't have any formula so far.

      Comment

      Working...