{"library":"open-radar-data","title":"Open Radar Data","description":"Provides utility functions for accessing the open radar data repository for examples and notebooks. Current version 0.7.0, requires Python >=3.9.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install open-radar-data"],"cli":null},"imports":["from open_radar_data import datasets"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from open_radar_data import datasets\n\n# List available datasets\ndatasets.list_datasets()\n\n# Download a dataset (returns path to downloaded file)\nfile_path = datasets.fetch('nexrad_level2_example')\nprint(file_path)","lang":"python","description":"Fetch a public radar dataset by name. The function downloads it if not cached.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}