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

Support GeoJSON uploads for creating opportunity datasets. #902

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Mar 25, 2024

  1. Create opportunity datasets from GeoJSON

    Closely mirrors the way Shapefiles are converted into grids. With GeoTools it is quite simple. It's possible to abstract common creation code between the two types but may not be necessary unless more types are added.
    trevorgerhardt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    36c1d9f View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/com/conveyal/r5/analyst/Grid.java

    Co-authored-by: Anson Stewart <astewart@conveyal.com>
    trevorgerhardt and ansoncfit committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cfe9fd3 View commit details
    Browse the repository at this point in the history