hubverse-org / hubverse-transform

Data transform functions for hubverse model-output files
MIT License
1 stars 0 forks source link

Make sure incoming file URIs are encoded #10

Closed bsweger closed 4 months ago

bsweger commented 4 months ago

resolves #9

This ensures we can accommodate spaces in file names (and other special characters).

Essentially, instead of assuming that incoming file paths/names will be in a format enforced by upstream hub validations, encode/sanitize this information as is standard procedure for a function like this (the the goal of more flexibility for archived data conversions to Hubverse format).