replace_url¶ tiatoolbox . utils . tiff_to_fsspec . replace_url replace_url(data, output_path, old_url, new_url)[source]¶ Replace URL in the JSON file. Parameters: data (dict[str, Any]) output_path (Path) old_url (str) new_url (str) Return type: None