Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] experimental support for ARROW:extension:point #2716

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. deckgl-arrow-layers module

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    93df746 View commit details
    Browse the repository at this point in the history
  2. initial changes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    684e1dc View commit details
    Browse the repository at this point in the history
  3. point layer & text layer changes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    40cc328 View commit details
    Browse the repository at this point in the history
  4. arc layer changes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4be220d View commit details
    Browse the repository at this point in the history
  5. bump loaders; geoparquet metadata; fixes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cf99484 View commit details
    Browse the repository at this point in the history
  6. remove checks for arrow container

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    21a7611 View commit details
    Browse the repository at this point in the history
  7. line layer changes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a24b76d View commit details
    Browse the repository at this point in the history
  8. heatmap layer - support geoarrow points extension - without geoarrow …

    …layer
    
    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8a34629 View commit details
    Browse the repository at this point in the history
  9. fixes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    66446d6 View commit details
    Browse the repository at this point in the history
  10. lint fixes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c014c6a View commit details
    Browse the repository at this point in the history
  11. changes to heatmap layer

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cdafcd2 View commit details
    Browse the repository at this point in the history
  12. changes to heatmap layer

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    385e50f View commit details
    Browse the repository at this point in the history
  13. generate geoarrow temp geoarrow column for separate lon lat props whe…

    …n we deal with arrow tables
    
    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    903d853 View commit details
    Browse the repository at this point in the history
  14. yarn.lock update

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9932f39 View commit details
    Browse the repository at this point in the history
  15. remove redundant esbuild config improvements

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    891cdc6 View commit details
    Browse the repository at this point in the history
  16. bump loaders to stable 4.3.1

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    093530a View commit details
    Browse the repository at this point in the history
  17. bump loaders

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5f0be7d View commit details
    Browse the repository at this point in the history
  18. revert loaders to working parquet version

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5dbb7c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3df9941 View commit details
    Browse the repository at this point in the history
  20. fixes, cleanup

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    992a6b6 View commit details
    Browse the repository at this point in the history
  21. filter extension optional

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    39468eb View commit details
    Browse the repository at this point in the history
  22. lint

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a416a17 View commit details
    Browse the repository at this point in the history
  23. fix lint

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5c08db6 View commit details
    Browse the repository at this point in the history
  24. fix lint

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7926da2 View commit details
    Browse the repository at this point in the history
  25. revert; fix tests

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7bf0049 View commit details
    Browse the repository at this point in the history
  26. fix tests

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c03c6ba View commit details
    Browse the repository at this point in the history
  27. try to fix jest

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6747e1d View commit details
    Browse the repository at this point in the history
  28. try to fix jest

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d864d12 View commit details
    Browse the repository at this point in the history
  29. try to fix jest

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5975b07 View commit details
    Browse the repository at this point in the history
  30. try to fix jest

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3507bbc View commit details
    Browse the repository at this point in the history
  31. fix jest

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7220ae4 View commit details
    Browse the repository at this point in the history
  32. fix yarn lock for demo-app

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    49b0150 View commit details
    Browse the repository at this point in the history
  33. fixes for website build deploy netlify

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7e403bd View commit details
    Browse the repository at this point in the history
  34. fixes

    Signed-off-by: Ihor Dykhta <[email protected]>
    igorDykhta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4dc0c33 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    898cea7 View commit details
    Browse the repository at this point in the history