zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/latest/
Apache License 2.0
95 stars 18 forks source link

Use a set to avoid duplicate var names from kerchunk #179

Closed moradology closed 2 months ago

moradology commented 2 months ago

This PR uses a set comprehension rather than a list comprehension in find_var_names to drop all duplicate var names that happen to show up in the kerchunk reference dict.