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

Output Coordinates to CSV #115

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Output Coordinates to CSV #115

wants to merge 9 commits into from

Conversation

kdottiemo
Copy link
Collaborator

These changes enable the user to view the coordinates of the vertices of each polygon in the database and output to CSV. (This feature was driven by Chip Trepte as an end-user. Whether to include this in the master branch can be up for discussion, but for now it's up for comparison to and incorporation with master.)

@Syntaf
Copy link
Member

Syntaf commented Jul 13, 2016

I will test this tonight and get back to this

@Syntaf
Copy link
Member

Syntaf commented Jul 14, 2016

I would recommend the Coordinates section is moved to either the end of the database, or the string is set to a maximum length. E.g. take for example this specific free draw shape:
free_draw

The coordinates section of the database becaomes way too big. This expands that columns and makes the database look pretty ugly, the image below is only a portion of the full coordinate list.

coords_list

I would lean towards maybe having a 6-8 coordinate limit (some constant maximum string character length maybe), and placing this columns at the end of the database. If a user would like the full coordinate list of a free draw shape, they can choose to export it as CSV.

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

Successfully merging this pull request may close these issues.

2 participants