pysat / pysatSpaceWeather

pysat support for space weather indices and data sets
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

MAINT: Remove use of `label` kwarg #136

Closed aburrell closed 3 months ago

aburrell commented 10 months ago

Description

After pysat 3.2.0 is the latest supported version of pysat, the label Instrument kwarg will no longer need to be supported.

Potential impact

Potential solution(s)

Identify places in the code where a pysat Instrument is called using labels and replace with meta_kwargs.

Alternatives

Continue to support kwargs of no-longer-supported pysat versions