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

[DOCS] Update Sedona Visualization docs to include note for single geometry column #929

Merged

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    16f39f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c132894 View commit details
    Browse the repository at this point in the history
  3. Replaced geopandas plot with KeplerGL visualization.

    Added a utilities file that hardcodes map config
    iGN5117 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ff9238c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ae4bd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add keplerGL to pipfile

    iGN5117 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    40135b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop_Nilesh_1.5.0_NotebookVisualization' of https://…

    …github.com/iGN5117/sedona into develop_Nilesh_1.5.0_NotebookVisualization
    iGN5117 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c7a62a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6629120 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    3095099 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop_Nilesh_1.5.0_NotebookVisualization' of https://…

    …github.com/iGN5117/sedona into develop_Nilesh_1.5.0_NotebookVisualization
    
    # Conflicts:
    #	binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb
    iGN5117 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    10adc55 View commit details
    Browse the repository at this point in the history
  3. Add keplergl import

    iGN5117 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    088aaf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 11, 2023

  1. Force version 3.6.4 of jupyter lab in pipfile

    Clean up jupyter notebook
    iGN5117 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d9d3cbb View commit details
    Browse the repository at this point in the history
  2. revert adding environment.yml

    iGN5117 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    196ac82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0015c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sedona-master' into develop_Nilesh_1.5.0_NotebookVisual…

    …ization
    
    # Conflicts:
    #	binder/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb
    iGN5117 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    92578dc View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Refactor SedonaKepler wrapper to take SedonaDataFrames as data input

    Added comments and documentation on using SedonaKepler
    Added keplergl to sedona/python pipfile
    Added SedonaKepler import to SedonaContext init
    Added basic test cases for map created by SedonaKepler
    Reverted jupyter notebook example to sedona 1.4.1 compatible example
    iGN5117 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bb46de5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. moved sedonakepler tests to a separate folder

    Removed unnecessary init.py in python
    Refactored method names to follow python convention
    iGN5117 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    349c855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a566ee0 View commit details
    Browse the repository at this point in the history
  3. refactor private method signature to be in line with naming convention

    Add comprehensive test cases for SedonaKepler
    iGN5117 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f7964ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5786f2a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update documentation

    iGN5117 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4ce9f22 View commit details
    Browse the repository at this point in the history
  2. fix typo

    iGN5117 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    084e0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4295e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Refactor SedonaKepler constructor to add support for pandas with pyth…

    …on 3.7
    
    Updated tests
    Refactored naming schemes
    iGN5117 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2e822bf View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Missed pushing gif

    iGN5117 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bea9973 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Add SedonaPyDeck wrapper for pydeck

    Refactor SedonaKepler to remove need for geometry_col in exposed APIs
    Add pydeck to Pipfile
    Add google buildings and chicago crimes dataset
    Add tests for SedonaPyDeck
    iGN5117 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c320d2c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Refactor to add generic plot geometry map API

    Update documentation and tests
    iGN5117 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e6da651 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sedona-master' into develop_Nilesh_1.5.0_NotebookVisual…

    …ization
    
    # Conflicts:
    #	docs/tutorial/sql.md
    #	python/Pipfile
    #	python/sedona/maps/SedonaKepler.py
    #	python/sedona/maps/__init__.py
    #	python/sedona/spark/__init__.py
    #	python/tests/maps/test_sedonakepler_visualization.py
    iGN5117 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    338b093 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update SedonaKepler docstring to remove geometry_col

    Update SedonaPyDeck scatterplot to add more possible customizations
    Updated documentation
    iGN5117 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    899f2b6 View commit details
    Browse the repository at this point in the history
  2. Update test logic and updated scatterplot tests

    Added Chicago Crimes dataset terms of use and referenced them in licenses file
    Referenced CC by 4.0 for Google Buildings Dataset in licenses file
    iGN5117 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8579b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ae0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7effc3 View commit details
    Browse the repository at this point in the history
  5. missed capitalizing

    iGN5117 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2fa4b9f View commit details
    Browse the repository at this point in the history
  6. refactored licenses

    iGN5117 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    84d3130 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 1) increase linewidth in geometry_map

    2) decrease opacity for geometry_map
    3) change extractCoordinate call to iterative instead of recursive
    iGN5117 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    32fcda3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'sedona-master' into develop_Nilesh_1.5.0_NotebookVisual…

    …ization
    
    # Conflicts:
    #	python/sedona/maps/SedonaMapUtils.py
    #	python/sedona/maps/SedonaPyDeck.py
    iGN5117 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4997c28 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    iGN5117 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2baba30 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    a809f7d View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    iGN5117 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f2ab11a View commit details
    Browse the repository at this point in the history