Esri / hub-py

Python interface to ArcGIS Hub
https://github.com/esri/hub-py/wiki
Apache License 2.0
42 stars 13 forks source link

Remove Seaborn + Matplotlib #118

Open ajturner opened 2 years ago

ajturner commented 2 years ago

why are Seaborn + Matplotlib required?

ManushiM commented 2 years ago

They were required for indicators and their charts. Do I delete the indicator classes now?

ajturner commented 2 years ago

I suggest that we keep the classes, but extract the visualization & dependencies to a separate library/module.

This came up because I created a prototype Flask API using Hub.py and didn't want viz dependencies for a JSON api.