From ae44b47a713012ddf3255e7995e37b08a568a3f1 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Sat, 15 Feb 2025 19:45:28 -0500 Subject: [PATCH] Inline links in README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6da4ace..47b9f5a 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ # NEXRAD Level II Archive Tool -This tool uses Spatialite -(https://www.gaia-gis.it/fossil/libspatialite/index) -in conjunction with the NCEI Storm Events Database -(https://www.ncei.noaa.gov/pub/data/swdi/stormevents/csvfiles/) +This tool uses +[Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) +in conjunction with the +[NCEI Storm Events Database](https://www.ncei.noaa.gov/pub/data/swdi/stormevents/csvfiles/) to archive only NEXRAD Level II data for which storms were recorded by the National Weather Service. Using the start and end times and coordinates of a given storm report, this tool is able to query and -filter objects in the NEXRAD Level II Amazon bucket -(https://registry.opendata.aws/noaa-nexrad/), allowing one to only -archive volume scans for which storms were noted, from the appropriate -radar sites. +filter objects in the +[NEXRAD Level II Amazon bucket](https://registry.opendata.aws/noaa-nexrad/), +allowing one to only archive volume scans for which storms were noted, +from the appropriate radar sites. ## Building