<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Synchronize NetCDF files into Mosaic Dataset in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/synchronize-netcdf-files-into-mosaic-dataset/m-p/112069#M6422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using either of ArcMap 10.5.1&amp;nbsp;and&amp;nbsp;ArcGIS Pro 2.0.1&amp;nbsp;I am trying to keep a Mosaic Dataset updated with the contents of a folder of NetCDF files - where new NetCDF files are constantly being added -- &amp;nbsp;but "Synchronize" doesn't seem to be doing what I expect as it fails to add new items:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For my testing, I've created a new FileGeodatabase and a Mosaic Data set inside it.&lt;/LI&gt;&lt;LI&gt;I've added a few NetCDF files to the MDS using the NetCDF raster type- works fine (using "Add rasters" Tool)&lt;/LI&gt;&lt;LI&gt;I then move a few more NetCDF files into the directory where the first NetCDFs live&lt;/LI&gt;&lt;LI&gt;I then run "Synchronize Mosaic Dataset" - hoping that both the first and the added NetCDF files would appear as references in my attribute table - but it's still showing &amp;nbsp;just the original ones, that were added using "Add rasters". When I run synchronize I use the "Update With New Items" Option. This is the command expression&amp;nbsp;in Python - here with a SQL filter, but I've tried it with and without that with no difference:&lt;P&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small;"&gt;arcpy.management.SynchronizeMosaicDataset&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;r"D:\OneDrive - NIWA\GISDATA\ArcGISPro_Projects\NetCDF_Synchronizing_CSM\NetCDFs.gdb\syncWithNoFilterNoDatafileExtension"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;r"Name LIKE '%nwpsfc\_2017%' ESCAPE '\'"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_WITH_NEW_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"SYNC_STALE"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_CELL_SIZES"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_BOUNDARY"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_OVERVIEWS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_PYRAMIDS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_STATISTICS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_THUMBNAILS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_ITEM_CACHE"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"REBUILD_RASTER"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_FIELDS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"CenterX;CenterY;Dimensions;GroupName;ProductName;Raster;Shape;StdTime;Tag;Variable;ZOrder"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_EXISTING_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"IGNORE_BROKEN_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"OVERWRITE_EXISTING_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_REFRESH_INFO"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_STATISTICS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;I've tried a couple of different versions of the above process - using a SQL clause as mentioned by Jake Skinner&amp;nbsp;in another GeoNet post here: &lt;SPAN lang="EN-NZ"&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2050" data-containertype="14" data-objectid="121638" data-objecttype="1" href="https://community.esri.com/thread/121638"&gt;https://community.esri.com/thread/121638&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;As I'm using Windows 7 I've tried to disable Background Geoprocessing as advised here &lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDYwNjAz"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDYwNjAz&lt;/A&gt;&amp;nbsp;- this had made no difference.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the fact that I'm dealing with NetCDF files in the synchronize process that makes it fail to update the Mosaic Dataset? Anyone else had this? Sounds like the&amp;nbsp;above mentioned old thread is about the same or a similar issue&amp;nbsp;- but from the description of the synchronize tool it can be used to "add new items" which is exactly what I need to do on a regular&amp;nbsp;basis - but it fails. Using the manual "Add rasters" tool instead&amp;nbsp;doesn't sound like a valid option? mosaicdataset netcdf&amp;nbsp;synchronize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the output from one of my runs:&lt;/P&gt;&lt;P&gt;Start Time: Friday, 13 October 2017 1:26:17 p.m.&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.275: Synchronizing items associated with raster type instance 'NetCDF' [ID: 1].&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.297: Completed synchronization: 29 items selected, 0 items synchronized.&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.308: Adding new data source items associated with the raster type instance 'NetCDF' [ID: 1] last used on 2017/10/13 13:19:18.127 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.309: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.324: Completed crawling 0 data source items. Added 0 mosaic dataset items.&lt;/P&gt;&lt;P&gt;&lt;IMG height="14" src="https://community.esri.com/discussion/Image2.gif" width="14" /&gt;2017-10-13T13:26:18.326: Error: 8004205f: No new mosaic dataset item was added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thinking that it is the NetCDF file format which doesn't synchronize properly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next output&amp;nbsp;is after adding some other (non-NetCDF based) rasters to the same Mosaic Dataset and running a synchronize with some more of those afterwards - as you can see the NetCDF sync fails with "Error: 8004205f: No new mosaic dataset item was added." but synchronizing the other rasters is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing: SynchronizeMosaicDataset "D:\OneDrive - NIWA\GISDATA\ArcGISPro_Projects\NetCDF_Synchronizing_CSM\NetCDFs.gdb\syncWithNoFilterNoDatafileExtension" # UPDATE_WITH_NEW_ITEMS SYNC_STALE UPDATE_CELL_SIZES UPDATE_BOUNDARY NO_OVERVIEWS NO_PYRAMIDS NO_STATISTICS NO_THUMBNAILS NO_ITEM_CACHE REBUILD_RASTER UPDATE_FIELDS # IGNORE_EXISTING_ITEMS IGNORE_BROKEN_ITEMS SKIP_EXISTING_ITEMS NO_REFRESH_INFO NO_STATISTICS&lt;/P&gt;&lt;P&gt;Start Time: Fri Oct 13 15:26:46 2017&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.101: Adding new data source items associated with the raster type instance 'NetCDF' [ID: 1] last used on 2017/10/13 14:39:54.022 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.102: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.115: Completed crawling 0 data source items. Added 0 mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.117: Error: 8004205f: No new mosaic dataset item was added.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.118: Adding new data source items associated with the raster type instance 'Raster Dataset' [ID: 2] last used on 2017/10/13 15:10:06.575 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.120: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.149: Completed crawling 25 data source items. Added 25 mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.150: Synchronizing crawled data source items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.158: Synchronizing items associated with raster type instance 'Raster Dataset' [ID: 2].&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.083: Completed synchronization: 25 items selected, 25 items synchronized.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.084: Processing duplicate mosaic dataset items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.105: Removed 13 duplicate mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.109: Computing cell size levels&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.110: Computing unique cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.189: Computing maximum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.253: Updating maximum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.261: Computing minimum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.381: Updating visibility values of selected items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.400: Updating visibility values of selected items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.406: Computing maximum cell size for mosaic dataset&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.458: Completed computing cell size ranges.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.515: Completed building boundary.&lt;/P&gt;&lt;P&gt;Succeeded at Fri Oct 13 15:26:48 2017 (Elapsed Time: 2.49 seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 01:07:55 GMT</pubDate>
    <dc:creator>TilmannSteinmetz1</dc:creator>
    <dc:date>2017-10-13T01:07:55Z</dc:date>
    <item>
      <title>Synchronize NetCDF files into Mosaic Dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronize-netcdf-files-into-mosaic-dataset/m-p/112069#M6422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using either of ArcMap 10.5.1&amp;nbsp;and&amp;nbsp;ArcGIS Pro 2.0.1&amp;nbsp;I am trying to keep a Mosaic Dataset updated with the contents of a folder of NetCDF files - where new NetCDF files are constantly being added -- &amp;nbsp;but "Synchronize" doesn't seem to be doing what I expect as it fails to add new items:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For my testing, I've created a new FileGeodatabase and a Mosaic Data set inside it.&lt;/LI&gt;&lt;LI&gt;I've added a few NetCDF files to the MDS using the NetCDF raster type- works fine (using "Add rasters" Tool)&lt;/LI&gt;&lt;LI&gt;I then move a few more NetCDF files into the directory where the first NetCDFs live&lt;/LI&gt;&lt;LI&gt;I then run "Synchronize Mosaic Dataset" - hoping that both the first and the added NetCDF files would appear as references in my attribute table - but it's still showing &amp;nbsp;just the original ones, that were added using "Add rasters". When I run synchronize I use the "Update With New Items" Option. This is the command expression&amp;nbsp;in Python - here with a SQL filter, but I've tried it with and without that with no difference:&lt;P&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small;"&gt;arcpy.management.SynchronizeMosaicDataset&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;r"D:\OneDrive - NIWA\GISDATA\ArcGISPro_Projects\NetCDF_Synchronizing_CSM\NetCDFs.gdb\syncWithNoFilterNoDatafileExtension"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;r"Name LIKE '%nwpsfc\_2017%' ESCAPE '\'"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_WITH_NEW_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"SYNC_STALE"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_CELL_SIZES"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_BOUNDARY"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_OVERVIEWS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_PYRAMIDS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_STATISTICS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_THUMBNAILS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_ITEM_CACHE"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"REBUILD_RASTER"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_FIELDS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"CenterX;CenterY;Dimensions;GroupName;ProductName;Raster;Shape;StdTime;Tag;Variable;ZOrder"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"UPDATE_EXISTING_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"IGNORE_BROKEN_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"OVERWRITE_EXISTING_ITEMS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_REFRESH_INFO"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b58900; font-size: xx-small;"&gt;&lt;STRONG&gt;"NO_STATISTICS"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;I've tried a couple of different versions of the above process - using a SQL clause as mentioned by Jake Skinner&amp;nbsp;in another GeoNet post here: &lt;SPAN lang="EN-NZ"&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2050" data-containertype="14" data-objectid="121638" data-objecttype="1" href="https://community.esri.com/thread/121638"&gt;https://community.esri.com/thread/121638&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;As I'm using Windows 7 I've tried to disable Background Geoprocessing as advised here &lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDYwNjAz"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDYwNjAz&lt;/A&gt;&amp;nbsp;- this had made no difference.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the fact that I'm dealing with NetCDF files in the synchronize process that makes it fail to update the Mosaic Dataset? Anyone else had this? Sounds like the&amp;nbsp;above mentioned old thread is about the same or a similar issue&amp;nbsp;- but from the description of the synchronize tool it can be used to "add new items" which is exactly what I need to do on a regular&amp;nbsp;basis - but it fails. Using the manual "Add rasters" tool instead&amp;nbsp;doesn't sound like a valid option? mosaicdataset netcdf&amp;nbsp;synchronize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the output from one of my runs:&lt;/P&gt;&lt;P&gt;Start Time: Friday, 13 October 2017 1:26:17 p.m.&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.275: Synchronizing items associated with raster type instance 'NetCDF' [ID: 1].&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.297: Completed synchronization: 29 items selected, 0 items synchronized.&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.308: Adding new data source items associated with the raster type instance 'NetCDF' [ID: 1] last used on 2017/10/13 13:19:18.127 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.309: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T13:26:18.324: Completed crawling 0 data source items. Added 0 mosaic dataset items.&lt;/P&gt;&lt;P&gt;&lt;IMG height="14" src="https://community.esri.com/discussion/Image2.gif" width="14" /&gt;2017-10-13T13:26:18.326: Error: 8004205f: No new mosaic dataset item was added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thinking that it is the NetCDF file format which doesn't synchronize properly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next output&amp;nbsp;is after adding some other (non-NetCDF based) rasters to the same Mosaic Dataset and running a synchronize with some more of those afterwards - as you can see the NetCDF sync fails with "Error: 8004205f: No new mosaic dataset item was added." but synchronizing the other rasters is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing: SynchronizeMosaicDataset "D:\OneDrive - NIWA\GISDATA\ArcGISPro_Projects\NetCDF_Synchronizing_CSM\NetCDFs.gdb\syncWithNoFilterNoDatafileExtension" # UPDATE_WITH_NEW_ITEMS SYNC_STALE UPDATE_CELL_SIZES UPDATE_BOUNDARY NO_OVERVIEWS NO_PYRAMIDS NO_STATISTICS NO_THUMBNAILS NO_ITEM_CACHE REBUILD_RASTER UPDATE_FIELDS # IGNORE_EXISTING_ITEMS IGNORE_BROKEN_ITEMS SKIP_EXISTING_ITEMS NO_REFRESH_INFO NO_STATISTICS&lt;/P&gt;&lt;P&gt;Start Time: Fri Oct 13 15:26:46 2017&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.101: Adding new data source items associated with the raster type instance 'NetCDF' [ID: 1] last used on 2017/10/13 14:39:54.022 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.102: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.115: Completed crawling 0 data source items. Added 0 mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.117: Error: 8004205f: No new mosaic dataset item was added.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.118: Adding new data source items associated with the raster type instance 'Raster Dataset' [ID: 2] last used on 2017/10/13 15:10:06.575 (local).&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.120: Loading raster datasets&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.149: Completed crawling 25 data source items. Added 25 mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.150: Synchronizing crawled data source items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:46.158: Synchronizing items associated with raster type instance 'Raster Dataset' [ID: 2].&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.083: Completed synchronization: 25 items selected, 25 items synchronized.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.084: Processing duplicate mosaic dataset items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.105: Removed 13 duplicate mosaic dataset items.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.109: Computing cell size levels&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.110: Computing unique cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.189: Computing maximum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.253: Updating maximum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.261: Computing minimum cell size values&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.381: Updating visibility values of selected items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.400: Updating visibility values of selected items&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.406: Computing maximum cell size for mosaic dataset&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.458: Completed computing cell size ranges.&lt;/P&gt;&lt;P&gt;2017-10-13T15:26:48.515: Completed building boundary.&lt;/P&gt;&lt;P&gt;Succeeded at Fri Oct 13 15:26:48 2017 (Elapsed Time: 2.49 seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 01:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronize-netcdf-files-into-mosaic-dataset/m-p/112069#M6422</guid>
      <dc:creator>TilmannSteinmetz1</dc:creator>
      <dc:date>2017-10-13T01:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize NetCDF files into Mosaic Dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronize-netcdf-files-into-mosaic-dataset/m-p/112070#M6423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having similar-ish issues.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have a script that downloads NetCDF which has new time-slices of data in it (weekly forecast)&lt;/LI&gt;&lt;LI&gt;This overwrites the previous NetCDF in a folder&lt;/LI&gt;&lt;LI&gt;Mosaic Dataset points to this NetCDF file&lt;/LI&gt;&lt;LI&gt;Runs a Sync-MD&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Somehow still has a reference to the older forecast data, dispite removing overviews as part of the Sync.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;arcpy.SynchronizeMosaicDataset_management(&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;in_mosaic_dataset&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #d73a49; border: 0px; font-weight: inherit; font-size: 10pt;"&gt;r&lt;/SPAN&gt;&lt;SPAN style="color: inherit; border: 0px; font-weight: inherit; font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #005cc5; font-weight: inherit; font-size: 10pt; "&gt;\W&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;ork&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #005cc5; font-weight: inherit; font-size: 10pt; "&gt;\B&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;OM&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #005cc5; font-weight: inherit; font-size: 10pt; "&gt;\w&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;orkings&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #005cc5; font-weight: inherit; font-size: 10pt; "&gt;\B&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;OM_FTP&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #005cc5; font-weight: inherit; font-size: 10pt; "&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;gdb&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #22863a; font-weight: bold; font-size: 10pt; "&gt;\T&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;_SFC_ArcMap&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;where_clause&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: inherit; border: 0px; font-weight: inherit; font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: inherit; border: 0px; font-weight: inherit; font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;new_items&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_WITH_NEW_ITEMS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;sync_only_stale&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;SYNC_STALE&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;update_cellsize_ranges&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_CELL_SIZES&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;update_boundary&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_BOUNDARY&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;update_overviews&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_OVERVIEWS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;build_pyramids&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;NO_PYRAMIDS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;calculate_statistics&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;CALCULATE_STATISTICS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;build_thumbnails&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;NO_THUMBNAILS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;build_item_cache&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;NO_ITEM_CACHE&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;rebuild_raster&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;REBUILD_RASTER&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;update_fields&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_FIELDS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;fields_to_update&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;CenterX;CenterY;Dimensions;GroupName;ProductName;Raster;Shape;StdTime;Tag;Variable;ZOrder&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;existing_items&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;UPDATE_EXISTING_ITEMS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;broken_items&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;REMOVE_BROKEN_ITEMS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;skip_existing_items&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;SKIP_EXISTING_ITEMS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;refresh_aggregate_info&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;NO_REFRESH_INFO&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e36209; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;estimate_statistics&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;NO_STATISTICS&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #005cc5; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;Finished syncing Mosaic Dataset&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #005cc5; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;__name__&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #d73a49; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;==&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #032f62; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;__main__&lt;/SPAN&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: inherit; font-weight: inherit; font-size: 10pt; "&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 10pt;"&gt;: main()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://attachments.office.net/owa/sjackson@esriaustralia.com.au/service.svc/s/GetAttachmentThumbnail?id=AAMkADU0ZTQ4MDVhLTExZjMtNGNmYi04M2EzLWY4OWM0MmE0Y2YzYgBGAAAAAACiPN1eGtWkRaUAsrRCN1kWBwBHeXUChUlUQ69hAMNAfFdSAEVfR1YQAACGt2JoGTMxTq4IvSGP26HIAAPfwXunAAABEgAQAH9Acg%2FirBdChM9JQ9pGYQE%3D&amp;amp;thumbnailType=2&amp;amp;owa=outlook.office.com&amp;amp;scriptVer=2019012803.05&amp;amp;X-OWA-CANARY=P7Ew8NdjBkSra41vkXFQHRAb7nopiNYY37o7-zjArgJIqRhPYjc0TvyFRVYglxXARqZ7rIzp4uQ.&amp;amp;token=eyJhbGciOiJSUzI1NiIsImtpZCI6IjA2MDBGOUY2NzQ2MjA3MzdFNzM0MDRFMjg3QzQ1QTgxOENCN0NFQjgiLCJ4NXQiOiJCZ0Q1OW5SaUJ6Zm5OQVRpaDhSYWdZeTN6cmciLCJ0eXAiOiJKV1QifQ.eyJ2ZXIiOiJFeGNoYW5nZS5DYWxsYmFjay5WMSIsImFwcGN0eHNlbmRlciI6Ik93YURvd25sb2FkQDc5MmZjOWE0LTM5NjQtNDFhMS04ZWM4LWEwOWZlZjcwODhkZCIsImFwcGN0eCI6IntcIm1zZXhjaHByb3RcIjpcIm93YVwiLFwicHJpbWFyeXNpZFwiOlwiUy0xLTUtMjEtOTkwOTc2NDk2LTM4NDc0MzY0Mi04OTg3Mzg0OTYtNTY2ODc2OFwiLFwicHVpZFwiOlwiMTE1MzkwNjY2MDc4OTcxMDUzMVwiLFwib2lkXCI6XCI0OTgxOGUzNy01NWE5LTQ3ZGQtOWE2Yi01NmMwZjEwZTQyNGJcIixcInNjb3BlXCI6XCJPd2FEb3dubG9hZFwifSIsIm5iZiI6MTU0OTAxNDA5NCwiZXhwIjoxNTQ5MDE0Njk0LCJpc3MiOiIwMDAwMDAwMi0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDBANzkyZmM5YTQtMzk2NC00MWExLThlYzgtYTA5ZmVmNzA4OGRkIiwiYXVkIjoiMDAwMDAwMDItMDAwMC0wZmYxLWNlMDAtMDAwMDAwMDAwMDAwL2F0dGFjaG1lbnRzLm9mZmljZS5uZXRANzkyZmM5YTQtMzk2NC00MWExLThlYzgtYTA5ZmVmNzA4OGRkIn0.OlcevIWoOHi3n64MERB6wqCJ3LLpPZNzCp9KCU9oaZr1J05ORD2xiy9SXRpbmXuCsd-I7C9JPfylLhSGYj4yfn8DGkwLtfNasiPV88EVKv4ltHhldvbc0YJqXTXUf3WbicN-4tsNshOKIWjyt6F5TwiAsuTvqd_LqeGC9AeDHwrMszqa-iH11_90kFbXRm-V03fvy0WY_1rWxYYlRjLguwiFF69hnzNGG81KE1hb4hQwg7tg-Xhd6UDKV8hsBtcS2Mh0dp5KbU5xAAV20QO7SQTbp0Ijav8ILN_AENfmhgtjfSHGXgVjCUC9oaC0U1LlQvRmARsxUOaozlWuMS0FtQ&amp;amp;animation=true" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 09:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronize-netcdf-files-into-mosaic-dataset/m-p/112070#M6423</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2019-02-01T09:42:18Z</dc:date>
    </item>
  </channel>
</rss>

