In issues #12 and #14, it has become apparent that the full range of possible document features, and their associated relevant parameters are not well documented.
Most of these features are listed in parserServer.py, but they're not all up-to-date. We use the AWE_Info utility function to retrieve the document features now, but not all features are retrieved in this way. Additionally, AWE_Info uses the following parameters for any call:
- infoType
- indicator
- filters
- transformations
- summaryType
It'd be nice if we had a "master table" of all document features and their relevant parameters (and noting which features aren't used anymore).
In issues #12 and #14, it has become apparent that the full range of possible document features, and their associated relevant parameters are not well documented.
Most of these features are listed in parserServer.py, but they're not all up-to-date. We use the AWE_Info utility function to retrieve the document features now, but not all features are retrieved in this way. Additionally, AWE_Info uses the following parameters for any call:
It'd be nice if we had a "master table" of all document features and their relevant parameters (and noting which features aren't used anymore).