gee-community / geetools

A collection of tools to work with Google Earth Engine Python API
https://geetools.readthedocs.io/en/stable/
MIT License
504 stars 121 forks source link

rename all accessor classes #190

Closed 12rambau closed 5 months ago

12rambau commented 5 months ago

At the moment the object and the module have the same name which is very disturbing when dealing with sphinx references.

Let's follow xarray recomendation and use NumberAccessor instead of Number.

It should not change anything after registration.