<?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 [Python]Reprojecting points in memory, instead of temporary storing them in FC in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503445#M16752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;not sure if this would help, but you can write output to memory using "in_memory\featureclassname". It's not possible to edit this feature class but you can read from it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Apr 2010 16:59:54 GMT</pubDate>
    <dc:creator>JonathanBaarda</dc:creator>
    <dc:date>2010-04-21T16:59:54Z</dc:date>
    <item>
      <title>[Python]Reprojecting points in memory, instead of temporary storing them in FC</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503444#M16751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if anyone knows a way of reprojecting points without first having to store them in a feature class, reprojecting them to another feature class and then reading them back into memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating the featureclasses takes alot of time when we are talking alot of rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the points from code like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
dsc = gp.describe(raster)
point_UL = dsc.extent.UpperLeft


point_UL_proj = # Insert magic here #
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 08:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503444#M16751</guid>
      <dc:creator>Jan_ToreKyrdalen</dc:creator>
      <dc:date>2010-04-21T08:24:01Z</dc:date>
    </item>
    <item>
      <title>[Python]Reprojecting points in memory, instead of temporary storing them in FC</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503445#M16752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;not sure if this would help, but you can write output to memory using "in_memory\featureclassname". It's not possible to edit this feature class but you can read from it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 16:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503445#M16752</guid>
      <dc:creator>JonathanBaarda</dc:creator>
      <dc:date>2010-04-21T16:59:54Z</dc:date>
    </item>
    <item>
      <title>[Python]Reprojecting points in memory, instead of temporary storing them in FC</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503446#M16753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That was actualy exactly what I was looking for! And it did help some, but since &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Project_managment()&lt;/PRE&gt;&lt;SPAN&gt; cant return a Feature class in memory, it only got me halfway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 05:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-reprojecting-points-in-memory-instead-of/m-p/503446#M16753</guid>
      <dc:creator>Jan_ToreKyrdalen</dc:creator>
      <dc:date>2010-04-22T05:53:40Z</dc:date>
    </item>
  </channel>
</rss>

