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

fwa_locatealonginterval details #168

Open
smnorris opened this issue Feb 2, 2025 · 0 comments
Open

fwa_locatealonginterval details #168

smnorris opened this issue Feb 2, 2025 · 0 comments

Comments

@smnorris
Copy link
Owner

smnorris commented Feb 2, 2025

  1. The index row counter for the features returned is 0 based. I am not sure why I did this, but I'd think 1 based makes more sense in the db context. This would change the behaviour of the web service output (and is unimportant), so I will leave as is.

  2. The argument order would probably be better as (interval, start, end) vs (start, interval, end). Since arguments are named when calling the function via pgfs, this tweak should have no effect on existing users.

I'm considering these tweaks because I'm adding a new function FWA_SegementAlongInterval with very similar args (returning the line segments along the intervals, rather than the endpoints).

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