Search found 3 matches

by sisocano
Sat Jun 05, 2021 6:29 am America/New_York
Forum: Questions/Comments
Question: C# Download SRTM HGT Files
Replies: 4

Re: C# Download SRTM HGT Files

Hi there,

Thanks for the quick replay, i have found a solution in that link.

https://wiki.earthdata.nasa.gov/pages/viewpage.action?pageId=76519934

Best Regards
by sisocano
Thu Jun 03, 2021 3:19 pm America/New_York
Forum: Questions/Comments
Question: C# Download SRTM HGT Files
Replies: 4

Re: C# Download SRTM HGT Files

thanks for replay.
by sisocano
Thu Jun 03, 2021 11:16 am America/New_York
Forum: Questions/Comments
Question: C# Download SRTM HGT Files
Replies: 4

C# Download SRTM HGT Files

Hi there, I have a simple issue when i try to download HGT file from earthdata via unity+ C# I'm Getting this Error : WebException: The remote server returned an error: (401) Unauthorized. Any Help would be grateful. My Script : using System.Collections.Generic; using System.IO; using System.Net; us...