conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

Aggregation fails with invalid geometries #200

Closed mattwigway closed 8 years ago

mattwigway commented 9 years ago

If you have an invalid geometry somewhere, aggregation fails. We can use GeoTools makeValid to get around this. Ideally this would be applied at shapefile upload, as that would be more efficient and would potentially lead to better centroid calculations as well.

mattwigway commented 8 years ago

201 will address this for all shapefiles uploaded in the future.