Top "Extraction" questions

Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files).

Example of how to use PyLZMA

I want to use PyLZMA to extract a file from an archive (e.g. test.7z) and extract it to …

python archive extraction 7zip
MATLAB: extracting groups of columns into a submatrix?

I have a data-set, in which I want to extract columns 1-3, 7-9, 13-15, all the way to the end …

matlab extraction data-extraction submatrix
R, tm-error of transformation drops documents

I want to create a network based on the weight of keywords from text. Then I got an error when …

r extract keyword tm extraction
How to extract a file from an rpm to the current directory?

I recently found out about the existence of cpio and how it can be used, among many other things, to …

rpm extraction
Extract pixel values by points and convert to a table in Google Earth Engine

I am undertaking a project that is relating field measurements of fire severity to band values and spectral indices derived …

extraction google-earth-engine
How can I extract a resource into a file at runtime?

I want to distribute only a single .exe, however, at runtime I would like it to extract some embedded image …

delphi embedded-resource extraction
How to extract one file with commit history from a git repo with index-filter & co

My situation was, I have a git repo converted from SVN to HG to GIT, and I wanted to extract …

git extraction git-filter-branch
How do I extract ecdf values out of ecdfplot()

If I use the ecdfplot() function of the latticeExtra package how do I get the actual values calculated i.e. …

r extract extraction lattice ecdf
Extract files from zip file and retain mod date?

I'm trying to extract files from a zip file using Python 2.7.1 (on Windows, fyi) and each of my attempts shows …

python zip extraction
Extract part of a git repository?

Assume my git repository has the following structure: /.git /Project /Project/SubProject-0 /Project/SubProject-1 /Project/SubProject-2 and the repository has …

git repository extraction