This document discusses filtering and searching earthquake data by magnitude. It notes that an EarthQuakeClient class can create CSV data from quake readings that can then be filtered or searched based on magnitude or distance with similar code. Debugging live data can be challenging so the document suggests capturing data streams for replay and analysis.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views2 pages
Search Earthquake Data: Coding A Magnitude Filter
This document discusses filtering and searching earthquake data by magnitude. It notes that an EarthQuakeClient class can create CSV data from quake readings that can then be filtered or searched based on magnitude or distance with similar code. Debugging live data can be challenging so the document suggests capturing data streams for replay and analysis.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Search Earthquake Data
Coding a Magnitude Filter
Filtering and Searching Quake Data • We can read and print quake data • EarthQuakeClient class creates CSV data • Can copy/paste into spreadsheet • Build experience with filter and search • Search through data, filtering or selecting • Magnitude or distance: similar code • Debugging live-data can be tough • Capture stream for replay/analysis/checking