Open
Description
I noticed we have several functions that don't have pages in our API reference, but are also not private (name doesn't start with _
):
- pvlib.iotools.midc.format_index
- pvlib.iotools.midc.format_index_raw
- pvlib.iotools.srml.format_index
- pvlib.iotools.srml.map_columns
- pvlib.iotools.surfrad.format_index
- pvlib.scaling.latlon_to_xy
- everything in pvlib.spa except
solar_position
,transit_sunrise_sunset
,earthsun_distance
, andcalculate_deltat
- Note that these functions lack real pages but do have stub entries here: https://pvlib-python.readthedocs.io/en/stable/reference/generated/pvlib.spa.html
I propose we make all these functions private (add a leading underscore to their names). I doubt they get any meaningful amount of use, so I wouldn't bother with a deprecation for any of them.
Metadata
Metadata
Assignees
Labels
No labels