{"id":21642,"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.","status":"active","version":"0.7.0","language":"python","source_language":"en","source_url":"https://github.com/OpenRadar/open-radar-data","tags":["radar","meteorology","data-access"],"install":[{"cmd":"pip install open-radar-data","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from open_radar_data import datasets","symbol":"DATASETS","correct":"from open_radar_data import DATASETS"},{"wrong":"from open_radar_data import datasets","symbol":"dataset","correct":"from open_radar_data import dataset"},{"wrong":"from open_radar_data import datasets","symbol":"locate","correct":"from open_radar_data import locate"}],"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."},"warnings":[{"fix":"Update callers to expect a single string: file_path = datasets.fetch('dataset_name')","message":"In version 0.7.0 the fetch() function changed from returning a tuple (path, filename) to returning a string path. Code using unpacking will break.","severity":"breaking","affected_versions":"<0.7.0"},{"fix":"Replace datasets.get_path('name') with datasets.fetch('name')","message":"The function 'get_path()' is deprecated in favor of 'fetch()' and may be removed in a future release.","severity":"deprecated","affected_versions":">=0.6.0"},{"fix":"Manually cache the returned path or set environment variable OPEN_RADAR_DATA_CACHE_DIR to a persistent directory.","message":"Some datasets require internet access to download. The library does not cache aggressively; repeated calls may re-download.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.7.0':20 '3.9':23 'access':8,28 'current':18 'data':3,12,27 'data-access':26 'exampl':15 'function':6 'meteorolog':25 'notebook':17 'open':1,10 'provid':4 'python':22 'radar':2,11,24 'repositori':13 'requir':21 'util':5 'version':19","created_at":"2026-04-27T17:00:58.867349+00:00","updated_at":"2026-04-27T17:00:58.867349+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.8.0","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/openradar/open-radar-data","docs":"https://github.com/openradar/open-radar-data","changelog":null,"pypi":"https://pypi.org/project/open-radar-data/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data","workflow"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}