Search found 1 match
- Tue Nov 05, 2024 11:22 am America/New_York
- Forum: Home
- Question: How to view specific NASADEM files?
- Replies: 9
Re: How to view specific NASADEM files?
Hello, I'm trying to get slope angle data from a .slope file using python, but I'm getting large numbers. For example, I am trying to do this with a file from the NASADEM_SC.001 data set. What could I be doing wrong? import numpy as np import pandas as pd with open('n49e030.slope', 'rb') as f: data ...