Skip to content

issues Search Results · repo:Arkoniak/UrlDownload.jl language:Julia

Filter by

18 results
 (55 ms)

18 results

inArkoniak/UrlDownload.jl (press backspace or delete to remove)

HTTP support should be bumped to version 1
  • Arkoniak
  • Opened 
    on Sep 5, 2022
  • #34

module InitializeGlass using UrlDownload function downloadcatalogs(glassdirectory::String) catalogs = ( https://www.nikon.com/products/optical-glass/assets/pdf/nikon_zemax_data.zip , https://www.oharacorp.com/xls/OHARA_201130_CATALOG.zip ...
  • Arkoniak
  • Opened 
    on Feb 26, 2021
  • #33

This issue is used to trigger TagBot; feel free to unsubscribe. If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions ...
  • JuliaTagBot
  • 4
  • Opened 
    on Nov 13, 2020
  • #32

Despite UrlDownload is mostly aimed to in-memory operations, sometimes it make sense to download file too, in case some additional processing is required.Here is an example how it can be done in HTTP.jl ...
  • Arkoniak
  • 1
  • Opened 
    on Jun 9, 2020
  • #25

Some files coming in *.tar.gz or *.tar.bz2 format. It could make sense to try to use Tar.jl to extract these files as well.
  • Arkoniak
  • Opened 
    on Jun 9, 2020
  • #24

@JuliaRegistrator register()
  • Arkoniak
  • 1
  • Opened 
    on Jun 1, 2020
  • #23

Some of the UCI datasets have .data extension e.g. http://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data could I somehow indicate that this should be treated as CSV?
  • tlienart
  • 2
  • Opened 
    on May 24, 2020
  • #21

Not an issue, just an expression of appreciation. I m now shifting all of the tutorials in MLJ from using a crappy version of HTTP + body requests to urldownload(..., true) which is much much nicer :+1: ...
  • tlienart
  • Opened 
    on May 24, 2020
  • #20

Excel is one of the most popular data formats so it d be great to have it supported like: using UrlDownload using DataFrames url = https://archive.ics.uci.edu/ml/machine-learning-databases/00352/Online%20Retail.xlsx ...
  • PyDataBlog
  • 3
  • Opened 
    on May 4, 2020
  • #19

The first example in README.md requires CSV to be installed: using UrlDownload using DataFrames url = https://raw.githubusercontent.com/Arkoniak/UrlDownload.jl/master/data/ext.csv julia df = urldownload(url) ...
documentation
  • singularitti
  • 1
  • Opened 
    on Apr 29, 2020
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub