<?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 Re: Does Generalize Support 3D? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3885#M166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that&amp;nbsp; generalization in the Z axis is depend on &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The interpolation method for DEM creation &lt;/LI&gt;&lt;LI&gt;cell size ( small cell size make your 3d line more smooth )&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After create DEM make your line get elevation from DEM surface.&lt;/P&gt;&lt;P&gt;layer properties &amp;gt; base heights &amp;gt;elevation from surface &amp;gt; floating&amp;nbsp; on a custom surface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jun 2016 20:28:38 GMT</pubDate>
    <dc:creator>AbdullahAnter</dc:creator>
    <dc:date>2016-06-12T20:28:38Z</dc:date>
    <item>
      <title>Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3881#M162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to generalize some 3D lines, but it does not seem to obey the distance tolerance in the Z space. Documentation doesn't seem to say anything either way. Would like to confirm if the generalizer even supports 3D?&amp;nbsp; If not, any recommendations on simplifying a 3D line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually trying to do this in FME, but it was simplifying the same way... so using an ArcGIS GP was going to be the backup plan until it appears to not obey Z values either. Running 10.4 at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 14:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3881#M162</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2016-06-11T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3882#M163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will say no... generalization in 2D has some application such as data simplification based on proximity or duplicates.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I think to generalize in the Z axis would be a bit more complicated since one would presumably have to perform the generalization in the xy directions first.&lt;/P&gt;&lt;P&gt;Now will there be a counter-point???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 18:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3882#M163</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-12T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3883#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, thanks for that information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are basically after simplification based on proximity. We have ~60,000 3D lines each varying from 1,500 to 6,000 feet long. Each of these lines has a vertex at each foot along it, that's a lot! So after running the current generalize tool, a line might go from 2,000 vertices to 100. We just need the line to stay within a tolerance of about 1/2 a foot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our drivers for this are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. The performance on this dataset in ArcMap and ArcScene is tremendously better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. We need to intersect these 3D lines with 3D multipatchs... that intersection GP tool works great but takes many, many hours when run on the non-generalized dataset. The multipatches that are intersecting these lines change often so we have a nightly job to recalculate the intersections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's our reasoning for this at least. Thanks again for the help and if you or anyone might have any recommendations to solve this issue, that would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:06:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3883#M164</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2016-06-12T20:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3884#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am curious now.&amp;nbsp; Are your lines straight? or do they collectively follow a pattern? &lt;/P&gt;&lt;P&gt;I am thinking along the lines of your data forming a 3D array.&amp;nbsp; It is easy to determine points of departure in the z direction, then generalize in the x,y based on that, perhaps rather than generalizing in the xy, first.&amp;nbsp; If you have any more comments on the data form that would be interesting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3884#M165</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-12T20:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3885#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that&amp;nbsp; generalization in the Z axis is depend on &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The interpolation method for DEM creation &lt;/LI&gt;&lt;LI&gt;cell size ( small cell size make your 3d line more smooth )&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After create DEM make your line get elevation from DEM surface.&lt;/P&gt;&lt;P&gt;layer properties &amp;gt; base heights &amp;gt;elevation from surface &amp;gt; floating&amp;nbsp; on a custom surface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3885#M166</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-06-12T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3886#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The majority of the lines are not straight nor do they follow any pattern. The lines are for wellbores starting at the surface and winding their way between geologic structures and other wellbores to a point thousands of feet below the surface. The means of getting there is manual and varies for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdullah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The elevations are subsurface and come from survey points. A minimum curvature algorithm is used to closely generate the line between survey points. So a DEM wont work for us in this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3886#M167</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2016-06-12T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3887#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah...this is for vector, not raster&lt;/P&gt;&lt;P&gt;x,y,z data can be represented as either sparse or dense arrays and it is possible to generalize the array in the 3rd dimension, then extract those array elements that either deviate globally or sequentially from a specified value or within a range.&lt;/P&gt;&lt;P&gt;As a sparse array, you are not confined by a cell size which limits the spatial resolution to finite units since there is no requirement for equal locational spacing.&lt;/P&gt;&lt;P&gt;This type of analysis currently is the forte of analytical tools such as numpy, scipy, r etc which we are beginning to interface with arcmap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 20:56:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3887#M168</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-12T20:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3888#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that logically for vector, look to Ryan Coodey Question,Dan.&lt;/P&gt;&lt;P&gt;" Trying to generalize some&lt;SPAN style="text-decoration: underline;"&gt; 3D lines&lt;/SPAN&gt;"&amp;nbsp; is line Raster ??????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;about cell size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you get elevation from survey points , you shouldn't waste any one of them&lt;/P&gt;&lt;P&gt;for example, If I have 5 survey points in one meter square and adjust my cell size to 1 meter , that is meaning wasting for survey.&lt;/P&gt;&lt;P&gt;you should make your cell size not have more than one point ( In 3d modeling application).&lt;/P&gt;&lt;P&gt;So you should be carious for cell size and make it small enough to don't contain more than one point, and it will make the Lines smooth as far as survey enables us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not talking about dividing a cell pixel after creation a raster or increase pixels without varies data, Dan&lt;/P&gt;&lt;P&gt;because its output will be same pixel value&amp;nbsp; and we will not see a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 21:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3888#M169</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-06-12T21:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3889#M170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are working with vectors, so I am not sure of your point.&amp;nbsp; Rasters and arrays are two different data structures which might share a often similar outward appearance visually but can be completely different conceptually and structurally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 02:57:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3889#M170</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-13T02:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3890#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan, so the boreholes have a fixed surface location and the X,Y,Z values represent their respective values with depth relative to the surface.&amp;nbsp; Interesting. So in this context, one could be interested in maintaining a perfectly straight borehole or or to be able to monitor the positional and depth values if you were doing something like horizontal drilling.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Have you worked in ArcGIS Pro yet? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 03:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3890#M171</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-13T03:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3891#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;do you have access to the original downhole survey data. This will be undoubtably more sparse than the interpolated curve fitting XYZ's you have now.&lt;/P&gt;&lt;P&gt;Could regenerate the drill trace using the survey dip, azimuth, depth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3891#M172</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-06-13T07:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3892#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, other than playing with Pro for about 10 minutes, I cannot say I have worked with it much. It had crossed my mind to check it out for this current issue... but thought it probably still used the same GP tools and calculations. If that is not the case, I will certainly check it out more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, the boreholes are not perfectly straight. Part of the problem with the generalize not obeying Zs is that it is straightening them out too much and deviating too far from the original line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3892#M173</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2016-06-13T15:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3893#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we do. Since we already had these interpolated curves we thought it simplest to just generalize those (until this issue of course). Just connecting the dots from the survey though would also be too far off. Was thinking we probably need to add some logic during this interpolation to just throw away points until it deviates the max tolerance in the either X, Y or Z space. We still need to hold onto the high precision line as well though so would have to output two versions at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or we could probably just build our own FME job to do something like this. Start with the first vertex then loop through all of them until it is greater than the tolerance along any axis. Then hold on to that coordinate and do the same looping to the next. And so on. That sound like a viable option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3893#M174</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2016-06-13T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3894#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can do that using fme, you are better than I am at calculating dx,dy.dz using that interface. Would love to see it when done.&lt;/P&gt;&lt;P&gt;But what is the spacing downhole of the survey? Is it really that sparse? After all, the interpolated 1ft values are rather imaginary anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 18:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3894#M175</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-06-13T18:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3895#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just found this discussion, and I have another application case where I would need 3D generalization. My customer maintains a road network and wants to print kilometrage on maps that can be used by car drivers and should be consistent with their trip meters. Since part of the network is in mountainous terrain, we decided to use 3D length derived from a 10m DGM and accumulate it in M values. In a first step, we get the Z component onto the road nethwork with the Interpolate Surface tool, so that we can calculate the 3D length. You might argue that this does not represent the "true" length of the road, but it is certainly closer to reality than the 2D length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool densifies the road network with vertices at about every 10 m, blowing up the size of the dataset by about 100%. We now want to generalize the dataset to get rid of vertices that do not have an influence on 3D length and the M values - that is, vertices that fall on a straight line in 3D space (straight line in XY space and zero or constant slope).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My approach for now is this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;From the densified and 3D length calibrated road network, extract all vertices to points and add X, Y, Z, M attributes&lt;/LI&gt;&lt;LI&gt;Generalize the road network (all vertices on straight lines in the XY space will drop out)&lt;/LI&gt;&lt;LI&gt;Locate features along routes to get updated M values for the extracted vertices along the generalized routes&lt;/LI&gt;&lt;LI&gt;Determine the difference between M values before and after generalization - those points where the difference is greater than a tolerance value we need to add back (this is a subset of the points that dropped out before)&lt;/LI&gt;&lt;LI&gt;Re-calibrate the road network with its vertices plus the points identified in step 4 - this will add only the relevant vertices back&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still think that the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/cartography/how-simplify-line-works.htm"&gt;Douglas Peucker&lt;/A&gt; algorithm should not be too difficult to be implemented in 3D space, so maybe I will give it a try some day as an alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3895#M176</guid>
      <dc:creator>FridjofSchmidt</dc:creator>
      <dc:date>2016-07-13T15:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does Generalize Support 3D?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3896#M177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found what I was looking for. There is a &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IPolycurve3D_Generalize3D.htm"&gt;Generalize3D&lt;/A&gt; method in the ArcObjects interface &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IPolycurve3D.htm"&gt;IPolycurve3D&lt;/A&gt;. It just hasn't been exposed in a toolbox tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/does-generalize-support-3d/m-p/3896#M177</guid>
      <dc:creator>FridjofSchmidt</dc:creator>
      <dc:date>2016-07-20T13:01:14Z</dc:date>
    </item>
  </channel>
</rss>

