Bug Summary
open_dataset is not listed in API docs: https://xee.readthedocs.io/en/latest/api.html
xee.EarthEngineStore includes all of the parameters, but does not inlcude descriptions. https://xee.readthedocs.io/en/latest/_autosummary/xee.EarthEngineStore.html#xee.EarthEngineStore
I believe the open function is what is being documented:
EarthEngineBackendEntrypoint.open_dataset() includes the complete docstring:
We can see EarthEngineBackendEntrypoint.open_dataset() in the docs, but it does not include helpful information on parameters and is buried in EarthEngineBackendEntrypoint class, which is not an intuitive place for people to look.
Bug Summary
open_datasetis not listed in API docs: https://xee.readthedocs.io/en/latest/api.htmlxee.EarthEngineStoreincludes all of the parameters, but does not inlcude descriptions. https://xee.readthedocs.io/en/latest/_autosummary/xee.EarthEngineStore.html#xee.EarthEngineStoreI believe the
openfunction is what is being documented:Xee/xee/ext.py
Line 146 in dfba2fa
EarthEngineBackendEntrypoint.open_dataset()includes the complete docstring:Xee/xee/ext.py
Line 1014 in dfba2fa
We can see
EarthEngineBackendEntrypoint.open_dataset()in the docs, but it does not include helpful information on parameters and is buried inEarthEngineBackendEntrypointclass, which is not an intuitive place for people to look.