jthielen / OpenMosaic

Open-source and extensible radar mosaic creation in Python
Apache License 2.0
14 stars 0 forks source link

Where do I get Weather_Radar_Stations.geojson? #5

Open ahuang11 opened 3 years ago

ahuang11 commented 3 years ago

I am looking at https://github.com/jthielen/OpenMosaic/blob/main/examples/process_full_conus.py

    parser.add_argument(
        "-n",
        "--nexrad-file",
        help="NEXRAD Site GeoJSON file",
        default="~/Weather_Radar_Stations.geojson",
        metavar="~/Weather_Radar_Stations.geojson"
    )

Do I need it if I already have .bz2 files from https://nomads.ncep.noaa.gov/pub/data/nccf/radar/nexrad_level2/

jthielen commented 3 years ago

Good catch! That file is from the HIFLD platform, and a direct download is available at this link: https://opendata.arcgis.com/datasets/85c59fe951504e9b9919e24d7a684084_3.geojson

Definitely a good thing to get into the documentation (or to provision with pooch if other data files are also needed locally going forward)!