tablesaw icon indicating copy to clipboard operation
tablesaw copied to clipboard

add support for plotting geographic maps

Open lwhite1 opened this issue 6 years ago • 6 comments

lwhite1 avatar Jan 23 '19 12:01 lwhite1

My team would benefit from this feature. How hard is to implement it? Do it need a lot of specialized knowledge, or it is more like wrapping/porting an already done feature from an underlying/inspiring library. Can you give some directions? I cannot guarantee that I will be able to contribute: I need to open a ticket asking permission due to company procedures (unless it is very simple), but I want to have an idea to put this possibility on the table.

henriquebecker91 avatar Sep 14 '22 19:09 henriquebecker91

There is some support in the other branch

On Wed, Sep 14, 2022 at 3:56 PM Henrique Becker @.***> wrote:

My team would benefit from this feature. How hard is to implement it? Do it need a lot of specialized knowledge, or it is more like wrapping/porting an already done feature from an underlying/inspiring library. Can you give some directions? I cannot guarantee that I will be able to contribute: I need to open a ticket asking permission due to company procedures (unless it is very simple), but I want to have an idea to put this possibility on the table.

— Reply to this email directly, view it on GitHub https://github.com/jtablesaw/tablesaw/issues/445#issuecomment-1247237319, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2FPAXYOVEEEBCJIWT6VGLV6IUWTANCNFSM4GR24NXA . You are receiving this because you authored the thread.Message ID: @.***>

lwhite1 avatar Sep 14 '22 20:09 lwhite1

Sorry, which branch?

henriquebecker91 avatar Sep 14 '22 20:09 henriquebecker91

I’m on a phone now but I think it’s on the unreleased master branch (not the released Java-8 branch)

On Wed, Sep 14, 2022 at 4:24 PM Henrique Becker @.***> wrote:

Sorry, which branch?

— Reply to this email directly, view it on GitHub https://github.com/jtablesaw/tablesaw/issues/445#issuecomment-1247264016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2FPARJRMI76A2O45YTNCDV6IYARANCNFSM4GR24NXA . You are receiving this because you authored the thread.Message ID: @.***>

lwhite1 avatar Sep 14 '22 20:09 lwhite1

Sorry, the subject was not brought again by our team until now. I have searched the repository using some keywords and looked directly into https://github.com/jtablesaw/tablesaw/tree/master/jsplot/src/main/java/tech/tablesaw/plotly/traces (which seemed to me the right folder to search for them), and I have not found support for plotting geographic maps. Depending on how much time it would take to implement such feature, I could check with my team if I can contribute with the feature myself.

henriquebecker91 avatar Dec 05 '22 22:12 henriquebecker91

My bad. In the future version I planned to separate the plotting library from the dataframe library, so that it could be more easily used by more Java devs. TBH, IDK if i will ever get back to that work, but it can be found here: https://github.com/jtablesaw/plotly.java.

You can see in the readme a simple geo plot example. More advanced Plot.ly geo plots require a closed source (commercial) shape library so it isn't supported.

larry

On Mon, Dec 5, 2022 at 5:06 PM Henrique Becker @.***> wrote:

Sorry, the subject was not brought again by our team until now. I have searched the repository using some keywords and looked directly into https://github.com/jtablesaw/tablesaw/tree/master/jsplot/src/main/java/tech/tablesaw/plotly/traces (which seemed to me the right folder to search for them), and I have not found support for plotting geographic maps. Depending on how much time it would take to implement such feature, I could check with my team if I can contribute with the feature myself.

— Reply to this email directly, view it on GitHub https://github.com/jtablesaw/tablesaw/issues/445#issuecomment-1338238187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2FPATQRZZDMHMUHOO5FXLWLZRONANCNFSM4GR24NXA . You are receiving this because you authored the thread.Message ID: @.***>

lwhite1 avatar Dec 06 '22 14:12 lwhite1