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

Unpack vector information into numpy arrays #4

Open
uniomni opened this issue Jan 31, 2011 · 0 comments
Open

Unpack vector information into numpy arrays #4

uniomni opened this issue Jan 31, 2011 · 0 comments

Comments

@uniomni
Copy link
Member

uniomni commented Jan 31, 2011

Raster data naturally maps to numeric arrays for processing.
Risk-in-a-Box server will also need to extract vector data (points, lines and polygons) from data downloaded from GeoServer. The format is most likely GeoJSON. A suitable format for point data would be something like Nx3 arrays x,y, z in each row where x is longitude, y is latitude and z is an attribute value. Similar formats need to be found for line and polygon data.

Presumably these arrays can be wrapped into objects that contain necessary metadata.

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