Field-measured forest trees, leaves and biomass (SMAPVEX)
What it measures. Hands-on forest measurements from a New York study site: a tree inventory, leaf area, estimated biomass, and other plant details, plus photos, for over 500 trees of about 45 species.
How it's made. Gathered on the ground by field crews between April and August 2022 during the SMAPVEX19-22 soil moisture validation campaign, which targeted forested land.
How & where you'd use it. Provides ground-truth forest data to help validate and improve satellite-based soil moisture estimates in forested areas.
What's measured
Coverage & cadence
- Time span2022-04-20 → 2022-08-01
- Measured byGROUND-BASED OBSERVATIONS (CAMERAS, LICOR PLANT CANOPY ANALYZER)
- Processing levelLevel NA
- Spatial extent-73.81, 41.66, -73.42, 42.05
- FormatsCSV, Shapefile
- StatusCOMPLETE
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
The SMAPVEX19-22 Millbrook Field data (SV19MB_FOR) consists of forest tree inventory, biophysical, leaf area index (LAI), and estimated biomass data as well as photos collected between April and August 2022 in the vicinity of Millbrook, New York during the SMAPVEX19-22 (Soil Moisture Active Passive Validation Experiment 2019-2022) field campaign. The location was chosen due to its forested land cover, as SMAPVEX19-22 aims to validate satellite derived soil moisture estimates in forested areas. Over 500 trees of approximately 45 different species were sampled.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SV19MB_FOR",
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 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
- 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
- Find more data access options and help resources. VIEW RELATED INFORMATION
- SMAPVEX19-22 Millbrook Field Measured Forest Tree Inventory, Biophysical Data, Leaf Area Index, and Estimated Biomass, Version 1 User Guide VIEW RELATED INFORMATION