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

Flex: Add locations.geojson schema #1750

Closed
emmambd opened this issue May 8, 2024 · 2 comments · Fixed by #1810
Closed

Flex: Add locations.geojson schema #1750

emmambd opened this issue May 8, 2024 · 2 comments · Fixed by #1810
Assignees
Labels
enhancement New feature request or improvement on an existing feature flex Rules and rule changes related to GTFS-Flex.

Comments

@emmambd
Copy link
Contributor

emmambd commented May 8, 2024

Describe the problem

We want to be able to support Flex as a part of #1721, we need to add a schema for the new file locations.geojson.

Proposed solution

Alternatives you've considered

No response

Additional context

No response

@emmambd emmambd added enhancement New feature request or improvement on an existing feature status: Needs triage Applied to all new issues labels May 8, 2024
@emmambd emmambd changed the title Add locations.geojson schema Flex: Add locations.geojson schema May 8, 2024
@emmambd emmambd added flex Rules and rule changes related to GTFS-Flex. status: Blocked Can't work on it currently because of an external factor. and removed status: Needs triage Applied to all new issues labels May 9, 2024
@davidgamez davidgamez self-assigned this May 13, 2024
@emmambd emmambd added this to the Flex: modifying pre-existing rules milestone May 14, 2024
@emmambd emmambd modified the milestones: Flex: modifying pre-existing rules, 6.0 Validator Release May 30, 2024
@qcdyx
Copy link
Contributor

qcdyx commented Jul 15, 2024

Continues #1758
How to setup gradle dependencies of GeoTools?

  1. add the following dependencies into gtfs-validator/core/build.gradle
    implementation 'org.geotools:gt-main:31.2'
    implementation 'org.geotools:gt-shapefile:31.2'
    implementation 'org.geotools:gt-geojson:31.2'
    implementation 'org.geotools:gt-api:31.2'
    implementation 'org.locationtech.jts:jts-core:1.19.0'
  2. add OGeo repository into the repositories block of gtfs-validator/build.gradle
    maven {
    url 'https://repo.osgeo.org/repository/release/'
    }
  3. run ./gradlew build

@davidgamez davidgamez self-assigned this Jul 16, 2024
@emmambd emmambd removed the status: Blocked Can't work on it currently because of an external factor. label Jul 16, 2024
@emmambd emmambd assigned jcpitre and unassigned davidgamez Aug 29, 2024
@jcpitre
Copy link
Contributor

jcpitre commented Sep 3, 2024

Tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request or improvement on an existing feature flex Rules and rule changes related to GTFS-Flex.
Projects
None yet
4 participants