developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
755 stars 156 forks source link

Simplify the BaseTilerFactory #820

Open vincentsarago opened 2 months ago

vincentsarago commented 2 months ago

https://github.com/developmentseed/titiler/blob/77816bf93fa91f47e002aa9959ea940490224d16/src/titiler/core/titiler/core/factory.py#L123-L197

The BaseTilerFactory has many attributes that are not use or might not be used by other Factories so we should defer the definition of those attribute to the children not in the base class