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

Geopandas explorer #108

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

Geopandas explorer #108

wants to merge 11 commits into from

Commits on Sep 2, 2014

  1. adding the ability to run dframe_explorer from geopandas

    basically we monkey patch geopandas to have an explore method that calls dframe_explorer with all the right configuration.
    
    This is nice because geopandas
    * can convert to 4326
    * has the center of the shapefile already
    * can read shapefiles rather than geojson into a leaflet map
    * can convert to geojson on the fly so that no file on the filesystem is required
    
    This also calls the webbrowser automatically when everything is ready
    fscottfoti committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    86580ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d54cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef628c View commit details
    Browse the repository at this point in the history
  4. this removes the monkey patching for geocanvas and moves it to dframe…

    …_explorer
    
    still needs a test for this new function
    fscottfoti committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    8ea9c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f8fcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed4e5f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c287b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca6001d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98f4714 View commit details
    Browse the repository at this point in the history
  10. I'm not sure why this test wasn't breaking locally.

    For now, I'm going to assume the shape being passed in is in epsg=4326.
    fscottfoti committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    1f60910 View commit details
    Browse the repository at this point in the history
  11. pep8

    fscottfoti committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    b6aa0fd View commit details
    Browse the repository at this point in the history