Revision 14511
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/tnrs.py | ||
---|---|---|
190 | 190 |
debug_log('session_id', session_id) |
191 | 191 |
headers['Cookie'] = 'JSESSIONID='+session_id |
192 | 192 |
|
193 |
# The output of the retrieve step is unusable because the array has |
|
194 |
# different lengths depending on the taxonomic ranks present in the |
|
195 |
# provided taxon name. The extra download step is therefore necessary. |
|
193 |
# the output of the retrieve step is unusable because the array does not |
|
194 |
# contain all the columns, contains no column names, and has different |
|
195 |
# lengths depending on the taxonomic ranks present in the provided taxon |
|
196 |
# name. the extra download step is therefore necessary. |
|
196 | 197 |
|
197 | 198 |
debug_log('Prepare download') |
198 | 199 |
request = download_request_template.replace('[key]', key_enc) |
Also available in: Unified diff
lib/tnrs.py: documentation about output of the retrieve step: added that this is also unusable because the array does not contain all the columns and contains no column names