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

Add GeometryIndex #7

Merged
merged 28 commits into from
Nov 23, 2022
Merged

Commits on Nov 18, 2022

  1. add GeoVectorIndex

    As replacement of ShapelySTRTreeIndex.
    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    74ec7c9 View commit details
    Browse the repository at this point in the history
  2. update quickstart notebook

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5acb0b2 View commit details
    Browse the repository at this point in the history
  3. fix __version__

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    61539a5 View commit details
    Browse the repository at this point in the history
  4. remove ShapelySTRTreeIndex

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3b7e020 View commit details
    Browse the repository at this point in the history
  5. tweaks

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2f21e56 View commit details
    Browse the repository at this point in the history
  6. add some docstrings

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    604f5fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5be917a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3256992 View commit details
    Browse the repository at this point in the history
  9. fix tests

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ef16849 View commit details
    Browse the repository at this point in the history
  10. pre-commit

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    97c90f5 View commit details
    Browse the repository at this point in the history
  11. fix API docs

    Remove Index API that is meant to be only used via Xarray internals.
    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7b35e6c View commit details
    Browse the repository at this point in the history
  12. add tests

    benbovy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    be351e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update xvec/index.py

    Co-authored-by: Martin Fleischmann <[email protected]>
    benbovy and martinfleis authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6cc503d View commit details
    Browse the repository at this point in the history
  2. Update xvec/index.py

    Co-authored-by: Martin Fleischmann <[email protected]>
    benbovy and martinfleis authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    90aaf1a View commit details
    Browse the repository at this point in the history
  3. Update xvec/index.py

    Co-authored-by: Martin Fleischmann <[email protected]>
    benbovy and martinfleis authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8c0f83d View commit details
    Browse the repository at this point in the history
  4. fix _repr_inline_ test

    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dbf3c7d View commit details
    Browse the repository at this point in the history
  5. make index crs optional

    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    531e4cf View commit details
    Browse the repository at this point in the history
  6. assert -> raise

    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cbcaa51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe1dada View commit details
    Browse the repository at this point in the history
  8. enable intersphinx

    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c539562 View commit details
    Browse the repository at this point in the history
  9. doc tweaks

    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1a84c23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e945b7 View commit details
    Browse the repository at this point in the history
  11. review CRS check and error vs. warning

    Try being consistent with geopandas.
    benbovy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cd1cb4e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    dcc4a32 View commit details
    Browse the repository at this point in the history
  2. max_width temp fix

    benbovy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b8fbbd0 View commit details
    Browse the repository at this point in the history
  3. quickstart notebook: fixed seed to generate data

    Prevent long diffs.
    benbovy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4da5b85 View commit details
    Browse the repository at this point in the history
  4. sel (sindex): remove CRS check for now

    Let's address later the extraction of CRS info from various input types
    in a more general way?
    benbovy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f01e33a View commit details
    Browse the repository at this point in the history
  5. increase test coverage

    benbovy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6d770d7 View commit details
    Browse the repository at this point in the history