batch processing facilities
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@76858 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
937ce83e54
commit
524e38b0d8
|
@ -77,7 +77,7 @@ public class ThreddsFetcher {
|
|||
CoordinateAxis yAxis = gdt.getCoordinateSystem().getYHorizAxis();
|
||||
AnalysisLogger.getLogger().debug("Bounds:"+xAxis.getMinValue()+","+yAxis.getMinValue()+","+xAxis.getMaxValue()+","+yAxis.getMaxValue());
|
||||
|
||||
Metadata previousmeta = featurer.checkForMetadatabyTitle(FeaturesManager.treatTitleForGN(generatedTitle), generatedTitle,filename);
|
||||
Metadata previousmeta = featurer.getGNInfobyUUIDorName(generatedTitle);
|
||||
if (previousmeta!=null){
|
||||
AnalysisLogger.getLogger().debug("***WARNING: layer yet found on GeoNetwork***");
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue