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