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

hfsubset CLI failing for v2.2 and v20.1 (Internal error 500) #41

Open
taddyb opened this issue Nov 6, 2024 · 2 comments
Open

hfsubset CLI failing for v2.2 and v20.1 (Internal error 500) #41

taddyb opened this issue Nov 6, 2024 · 2 comments

Comments

@taddyb
Copy link

taddyb commented Nov 6, 2024

Assuming this problem is known, but writing up an issue in case it isn't

Problem:

Thoughts on the problem:

  • It looks to be a problem with how the v2.2 and v20.1 files are stored within Lynker Spatial's AWS bucket

Steps to reproduce:

curl -X GET "https://www.lynker-spatial.com/hydrofabric/hfsubset/subset?identifier=101&identifier_type=comid&layer=divides&layer=flowlines&layer=network&layer=nexus&subset_type=nextgen&version=2.2" -H "accept: */*"

curl -X GET "https://www.lynker-spatial.com/hydrofabric/hfsubset/subset?identifier=101&identifier_type=comid&layer=divides&layer=flowlines&layer=network&layer=nexus&subset_type=nextgen&version=20.1" -H "accept: */*"

@mikejohnson51
Copy link
Member

You nailed it, this is 100% related to how we distribute the data (gpkg vs parquet) given the 17.0.1 issues we see in arrow. A fix of some sort is coming but I keep hoping arrow just resolves itself 😅

@taddyb
Copy link
Author

taddyb commented Nov 7, 2024

Fingers crossed Arrow figures out their problems! I'll try some things locally with older versions of arrow in the meantime to get used to the format/managing parquet files.

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

2 participants