Skip to main content
U.S. flag

An official website of the United States government

What are Landsat Bulk Metadata Parquet Files?

The Landsat Bulk Metadata Service is comprised of files that list all available Landsat Level-1, Level-2, and U.S. Analysis Ready Data products contained in the USGS EROS archive. The files include millions of records from more than 53 years of data and are updated daily.
 
Since the files contain so much information, they can be very large. This can make them difficult to open or work with using standard computer programs.
 
Apache Parquet files store data in a format designed to make large datasets easier and faster to use. They offer several benefits:
 
  • Smaller file sizes. A CSV file that is 3 GB may shrink to about 700 MB when saved as a Parquet file.
  • Faster searches. You can pull only the information you need, such as cloud cover or image date, without opening the entire file.
  • Better data analysis. Parquet files work well with programming languages such as Python and R, which helps speed up analysis.
  • Compatible with big-data tools. Parquet files work with analytics and processing systems such as Tableau, Apache Spark, Hadoop, and cloud platforms.
  • Flexible updates. New data can be added to Parquet files without breaking existing workflows.

Learn more:

Updated Date: March 31, 2026
Was this page helpful?