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

[Feature Request] - Generic file retrieval class for online files #94

Open
1 of 8 tasks
RoyThomsonMonash opened this issue Jun 6, 2024 · 0 comments
Open
1 of 8 tasks
Labels
medium priority we will do this soon

Comments

@RoyThomsonMonash
Copy link
Contributor

💻

  • Would you like to work on this feature?

Feature Title

Generic file retrieval class

Feature Description

When accessing online files (ftp, http for example) there should be a class to deal with retrieval of those files including timeouts, error handling and retries. This would be used for shapefiles, dtm, config files and clut files.

Current Situation

Currently there is specific code written for each case of DTM, shapefile, config and clut file retrieval and the error handling is not standardised.

Proposed Solution

A class that specifies the url, timeout time, number of retries and what to return on different types of errors (Empty Dataframe??, None??, exception??)

Additional Context

No response

Affected Areas

  • input data
  • project creation
  • samplers
  • sorters
  • stratigraphic column
  • data types
  • Other
@AngRodrigues AngRodrigues added the medium priority we will do this soon label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority we will do this soon
Projects
None yet
Development

No branches or pull requests

2 participants