echyam 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_r225324860
##########
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:
fixed in ab557f0
----------------------------------------------------------------
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]
With regards,
Apache Git Services