[
https://issues.apache.org/jira/browse/SDAP-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16650574#comment-16650574
]
ASF GitHub Bot commented on SDAP-155:
-------------------------------------
fgreg commented on a change in pull request #10: SDAP-155 add processor to
extract timestamp from granule metadata
URL:
https://github.com/apache/incubator-sdap-ningesterpy/pull/10#discussion_r225251755
##########
File path: sdap/processors/__init__.py
##########
@@ -62,6 +62,7 @@ def process_nexus_tile(self, nexus_tile):
from sdap.processors.tilereadingprocessor import GridReadingProcessor,
SwathReadingProcessor, TimeSeriesReadingProcessor
from sdap.processors.tilesummarizingprocessor import TileSummarizingProcessor
from sdap.processors.winddirspeedtouv import WindDirSpeedToUV
+from sdap.processors.extracttimestampprocessor import ExtractTimestampProcessor
INSTALLED_PROCESSORS = {
Review comment:
Also add your new processor to the `INSTALLED_PROCESSORS` dict. This allows
it to be used in a `ProcessorChain`:
https://github.com/apache/incubator-sdap-ningesterpy/blob/master/sdap/processors/processorchain.py#L51
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add Processor to Pull Timestamp from Granule Metadata
> -----------------------------------------------------
>
> Key: SDAP-155
> URL: https://issues.apache.org/jira/browse/SDAP-155
> Project: Apache Science Data Analytics Platform
> Issue Type: Task
> Reporter: Elizabeth Yam
> Assignee: Elizabeth Yam
> Priority: Major
>
> Some datasets don't have a time variable and have a timestamp in their
> metadata and file headers instead. Without a convention, we need to be able
> to pull the timestamp, given the variable name and add it to the nexus tile.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)