Aircraft flight paths over ice (IceBridge)
What it measures. The paths NASA aircraft flew on ice-survey missions, simplified down to lighter, easier-to-handle lines rather than the full dense track.
How it's made. Built from the full-resolution flight records of Operation IceBridge missions over Greenland, the Arctic, Antarctica, and Alaska, then thinned using a Python tool called Shapely.
How & where you'd use it. Handy for quickly seeing where survey planes went and for plotting coverage on a map without loading the heavy full-resolution tracks. The matching flight reports are in a separate dataset.
What's measured
Coverage & cadence
- Time span2009-03-27 → 2018-11-17
- Measured byAIRCRAFT (VISUAL OBSERVATIONS) · C-185 (VISUAL OBSERVATIONS) · DHC-3 (VISUAL OBSERVATIONS) · DHC-6 (VISUAL OBSERVATIONS) · IKHANA (VISUAL OBSERVATIONS) · Multiple (MULTIPLE) · P-3B (VISUAL OBSERVATIONS) · RQ-4 (VISUAL OBSERVATIONS)
- Processing levelLevel 1B
- Spatial extent-156, 55, -130, 72
- FormatsCSV, Shapefile, KML
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
This data set contains simplified, or thinned, flight lines from NASA Operation IceBridge Greenland, Arctic, Antarctic, and Alaska missions. The thinning was performed using a Python library called Shapely. The full resolution flight line data were collected as part of Operation IceBridge funded aircraft survey campaigns. The corresponding flight reports can be found in the IceBridge L1B Flight Reports (IPFLR1B) data set.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="IPFLT1B",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- USER'S GUIDE VIEW RELATED INFORMATION
- File Naming Convention for IPFLT1B VIEW RELATED INFORMATION