Hi Martin! @mtmorgan
I started using rjsoncons for https://github.com/waldronlab/ImageFeatureTCGA and I was wondering if rjsoncons could be slightly modified to work directly with json.gz URLs.
I noticed that if I download the file locally and use j_query(data = <...json.gz>) it works well. I suppose that the file would still have to get downloaded and decompressed if the data input were a URL. I could implement that layer but perhaps rjsoncons could do it more efficiently?
Here is an example URL: https://store.cancerdatasci.org/hovernet/TCGA_OV/json/TCGA-57-1582-01Z-00-DX1.BDF02DAA-E520-46BD-A479-58CAA4354B1A.json.gz
Hi Martin! @mtmorgan
I started using
rjsonconsfor https://github.com/waldronlab/ImageFeatureTCGA and I was wondering ifrjsonconscould be slightly modified to work directly withjson.gzURLs.I noticed that if I download the file locally and use
j_query(data = <...json.gz>)it works well. I suppose that the file would still have to get downloaded and decompressed if thedatainput were a URL. I could implement that layer but perhapsrjsonconscould do it more efficiently?Here is an example URL: https://store.cancerdatasci.org/hovernet/TCGA_OV/json/TCGA-57-1582-01Z-00-DX1.BDF02DAA-E520-46BD-A479-58CAA4354B1A.json.gz