Changeset 8554
- Timestamp:
- 04/09/12 14:56:56 (8 years ago)
- Location:
- mauRepo/MolesManager/trunk/cedaMoles
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/cedaMoles/libs/migration/MigrationEPB.py
r8545 r8554 62 62 """ 63 63 Returns the DataEntityMigration associated with the given path 64 @param migration_object: the migration object to look for. If None returns all the DataEntityMigration items 64 @param migration_object: the migration object to look for. 65 If None returns all the DataEntityMigration items 65 66 """ 66 67 ret = [] -
mauRepo/MolesManager/trunk/cedaMoles/libs/migration/processor/dataEntity.py
r8545 r8554 104 104 def _assignPhenomenonTime(self, ceda_observationCollection): 105 105 start, end = unify_observation_collection_phenomenon_time(ceda_observationCollection) 106 dateString = start107 if end is not None:108 dateString = '%s/%s' % (start, end)109 106 pt = from_date_string_to_pt(start, end) 110 107 -
mauRepo/MolesManager/trunk/cedaMoles/libs/migration/processor/deployment.py
r8545 r8554 507 507 self._report.append(NoGeographicalExtensionException(self._deployment_migration)) 508 508 self._report.append(NoGeographicalExtensionException(self._data_entity_migration)) 509 return 509 510 510 511 geographicExtent = create_ex_geographic_boundingbox(ge['east'], \ -
mauRepo/MolesManager/trunk/cedaMoles/tests/migration/migrationprocess.py
r8537 r8554 105 105 106 106 #Infrared Atmospheric Sounding Interferometer (IASI) 107 self.processDataEntity(DO_BADC, DS_pUBLISHED, 'dataent_12417810458627666.atom')107 #self.processDataEntity(DO_BADC, DS_pUBLISHED, 'dataent_12417810458627666.atom') 108 108 109 109 #Facility for Airborne Atmospheric measurements (FAAM) 110 self.processDataEntity(DO_BADC, DS_pUBLISHED, 'dataent_12162569915925921.atom') 110 111 111 112 #self.processDataEntity()
Note: See TracChangeset
for help on using the changeset viewer.