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

isochrones giving back invalid geometries #365

Open
andy-esch opened this issue May 8, 2017 · 0 comments
Open

isochrones giving back invalid geometries #365

andy-esch opened this issue May 8, 2017 · 0 comments

Comments

@andy-esch
Copy link

andy-esch commented May 8, 2017

I used this query:

SELECT 
        CASE WHEN total_pop_area_2011_2015 > 5000
             THEN (cdb_isochrone(the_geom, 'walk', Array[600])).the_geom
             ELSE (cdb_isochrone(the_geom, 'car', Array[600])).the_geom
             END as the_geom,
        address, status, allhomes_zhvi_predenom_2016_08, closed_date, name, state_abb, distance, total_pop_area_2011_2015, male_30_to_34_predenominated_2011_2015, state, phone
FROM
        jc_penny_stores

from this table produces invalid geometries (I created a new table from that query):
screen shot 2017-05-08 at 16 04 52

This was a problem when I then augmented these polygons with Data Observatory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant