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

Reimplement usage of geometry services #4

Open
gisfromscratch opened this issue Jan 2, 2021 · 0 comments
Open

Reimplement usage of geometry services #4

gisfromscratch opened this issue Jan 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@gisfromscratch
Copy link
Owner

gisfromscratch commented Jan 2, 2021

When using the geometry service with a bunch of geometries the connection is running in a timeout. We have to chunk geometries using a meaningful size like 1000.

@gisfromscratch gisfromscratch added the enhancement New feature or request label Jan 2, 2021
@gisfromscratch gisfromscratch changed the title Implement Reproject usin Implement reproject using chunks of geometries Jan 2, 2021
gisfromscratch added a commit that referenced this issue Jan 2, 2021
gisfromscratch added a commit that referenced this issue Jan 2, 2021
- support offline wgs84 to web mercator for points
@gisfromscratch gisfromscratch changed the title Implement reproject using chunks of geometries Reimplement usage of geometry services Jan 2, 2021
gisfromscratch added a commit that referenced this issue Jan 3, 2021
- using construction params
- can be used for point in box intersections
gisfromscratch added a commit that referenced this issue Jan 3, 2021
- finding the cell index
- cell index is used for intersection
- cell index is calculated by row and column index
- need to be tested especially with egde cases like out of bounds coordinates
gisfromscratch added a commit that referenced this issue Jan 3, 2021
- no spatial intersect just an index lookup
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