VorTECHsa / VorTECHsa/python-sdk
allow for a layer argument in the geographies endpoint
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 25
- Forks
- 12
- Avg merge
- 20h 47m
- Merged PRs (30d)
- 2
Description
Trying to pull up a list of STS locations to use in searching cargo movements, however I can only search by term in geographies.
Also I have to enter a search term, so I can just pull all the data then filter the dataframe

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the geographies endpoint in the Python SDK and reviewing how its current search-term argument is handled. Implement support for a layer argument and allow requests without a search term so callers can retrieve all locations; done means both query patterns work as described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100