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

Beyond Point-Analyses: Supporting Other Analysis Types #25

Open
morganjwilliams opened this issue Sep 11, 2020 · 0 comments
Open

Beyond Point-Analyses: Supporting Other Analysis Types #25

morganjwilliams opened this issue Sep 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@morganjwilliams
Copy link
Owner

autopew is largely set up to deal with point analyses, but with a bit of work could support other types of analyses (assuming appropriate IO functions are available) including lines and simple/complex polygons. In order to extend functionality beyond points, to lines or polygons, using shapely might be a good idea (even the point geometry could be useful).

Taking this further, we should later revisit whether it might make sense to use geopandas - although using most ellipsoid-based coordinate reference systems wouldn't make much sense - we'd only be using the geometry aspect and separately implementing affine transforms, or perhaps pyproj's cartesian coordinate system with Easting/Northing.

@morganjwilliams morganjwilliams added the enhancement New feature or request label Sep 11, 2020
@morganjwilliams morganjwilliams self-assigned this Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant