Processor

class swpy.swds.dataset.utilities. Processor

Processor class reads data from the database in conjunction with 'swds.request.request'.

search

A swds.request.Downloader object that includes the searched data.

Type

str


Methods Summary

db_search()

Change the keyword from 'search', which finds file information from the URL, to 'download', which handles the file download function.


Methods Documentation

Change the keyword from 'search', which finds file information from the URL, to 'download', which handles the file download function.

Returns
  • data_all - The numpy array storing the data has a size of 1460 x 8 (8 days) for data retrieved from the database, and a size of 1460 x 7 (7 days) for data loaded from the local files.


    Usage of Processor can be read in the Examples page.