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

Read files from FTP server #163

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Read files from FTP server #163

merged 4 commits into from
Sep 18, 2024

Conversation

schlegelp
Copy link
Collaborator

@schlegelp schlegelp commented Sep 12, 2024

With this PR we can load neurons straight from FTP servers. For example:

# URL for supplemental data from Gowens et al. (2020)
url = "ftp://download.brainlib.org:8811/biccn/zeng/pseq/morph/200526"
# Load the first 20 SWC files matching the `_raw.swc` pattern
nl = navis.read_swc(url + "*_raw.swc", limit=20)

TODOs:

  • update I/O tutorials
  • update changelog

@schlegelp schlegelp marked this pull request as ready for review September 18, 2024 08:55
@schlegelp schlegelp merged commit a2bc5f3 into master Sep 18, 2024
21 checks passed
@schlegelp schlegelp deleted the ftp branch September 18, 2024 12:06
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

Successfully merging this pull request may close these issues.

1 participant