You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a great package of nice tools! As I'm working more and more with DwC data, either during reformatting or extracting using pyobis, I find myself rewriting this little bit of code in all my notebooks to make a simple map of observations. It got me thinking, is this something that would be appropriate to be added to this package?
Something like py-dwc-viz.dwc_make_map(DataFrame), where DataFrame contains decimalLongitude and decimalLatitude, at a minimum.
Something like py-dwc-viz.dwc_make_map(DataFrame), where DataFrame contains decimalLongitude and decimalLatitude, at a minimum.
This is a great suggestion and thank you so much for it! I am not sure where to put it into this package. Currently we have three modules, stats to view statistics of records distribution, taxon plotting distribution of taxa against many parameters, and diversity to account for diversity indices. I believe a function to taxon module like make_map() would be good?
This looks like a great package of nice tools! As I'm working more and more with DwC data, either during reformatting or extracting using pyobis, I find myself rewriting this little bit of code in all my notebooks to make a simple map of observations. It got me thinking, is this something that would be appropriate to be added to this package?
Something like
py-dwc-viz.dwc_make_map(DataFrame)
, where DataFrame containsdecimalLongitude
anddecimalLatitude
, at a minimum.The text was updated successfully, but these errors were encountered: