Airspace-Encounter-Models / Airspace-Encounter-Models/em-core

[ENHANCEMENT]

Open
#15 33 comments 0 reactions 1 assignee Claimed by @aweinert-MIT View on GitHub
bug
Dominant language
MATLAB
Stars
2
Forks
8
PR merge metrics
No merged PRs in 30d

Description

## Instructions

Read the instructions and fill out your responses at the bottom.

### Relation

Is your feature request related to a problem? Please describe. Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

### Description

A clear and concise description of what you want to happen.

### Alternatives

A clear and concise description of any alternative solutions or features you've considered.

### Additional context

Add any other context or screenshots about the feature request here.

## FILL ME OUT

### Relation
.hdr files which are located in DEM_GLOBE folder are unable to be read by code. when ever i execute RUN_Airspace_1, it throws an error saying "e10g" file format unable to read. i have tried to with automatic generated file format by running setup script and with manual downloaded file. both doesnt work.
### Description
the error thrown by matlab looks like shown bellow. can i know how to get rid of this issue and execute the code further.

Error using georasterinfo (line 70)
Unable to read 'e10g'. Format may not be supported, file may be corrupt, or a supporting file may have been
specified.

Error in msl2agl (line 189)
info = georasterinfo(inFile);

Error in readAirspace (line 108)
parfor i=1:1:numel(LAT_deg)

Error in RUN_Airspace_1 (line 30)
airspaceUS = readAirspace('inFile',inFile,...
### Alternatives

### Additional

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.