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

reload pavementedge_carto #17

Closed
mattyschell opened this issue Jul 2, 2024 · 1 comment
Closed

reload pavementedge_carto #17

mattyschell opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@mattyschell
Copy link
Owner

See CityOfNewYork/nyc-planimetrics#56

We loaded pavementedge_carto.pos_yitz assuming that the column was "internal use only." Instead it should be named "visibility" and "show/hide" values replace "above/below." Visibility should be published.

@mattyschell mattyschell self-assigned this Jul 2, 2024
@mattyschell mattyschell added the invalid This doesn't seem right label Jul 2, 2024
@mattyschell
Copy link
Owner Author

update pavementedge_carto
set
visibility = 'Show'
where
visibility = 'above';
update pavementedge_carto
set
visibility = 'Hide'
where
visibility = 'below';
commit;

select
count(*)
from
pavementedge_carto
where
visibility not in ('Show','Hide');

0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant