<?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: Need help with projection in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522181#M17365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FME (CS-MAP) doesn't support the "rectangular pseudopolyconic projection by Györffy 2002" projection either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can write (or integrate) custom reprojection code and use it with FME. All your code needs to do is transform arrays of coordinates -- it is very simple. Then, you can use it in FME to reproject all of our geometric types: vector data (including true arcs), rasters, point clouds, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This extension mechanism is very general and is not specifically tied to custom projections. To put this in context, users of FME normally use the CS-MAP or ArcGIS libraries to convert spatial data between coordinate systems. You can define custom coordinate systems in CS-MAP format (by specifying datum, ellipsoid, and/or coordinate system parameters), or in ArcGIS format (by specifying or selecting WKT for the coordinate system and/or geotransformation). There is currently no way to add a new projection type to CS-MAP or ArcGIS and have FME honor it. (At least no fast way: If you contribute your implementation to the CS-MAP open source project, or Esri implements it in ArcGIS, these would eventually be usable in FME too.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in extending FME with custom reprojection code, we ship samples and documentation with our SDK, an optional part of the FME Desktop installer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mita Hajirakar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Safe Software, Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2011 13:55:50 GMT</pubDate>
    <dc:creator>MitaHajirakar</dc:creator>
    <dc:date>2011-09-28T13:55:50Z</dc:date>
    <item>
      <title>Need help with projection</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522179#M17363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have just a basic question: is it possible to implement an new projection with ArcInfo or FME?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the rectangular pseudopolyconic projection by Györffy 2002, but is isnt listed in the standard-projections? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx for help, Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 13:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522179#M17363</guid>
      <dc:creator>hanzpeter</dc:creator>
      <dc:date>2011-09-20T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with projection</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522180#M17364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know about FME, but not in ArcGIS. It is possible if you use the low-level projection engine library by implementing the algorithm yourself. You still wouldn't be able to reproject the data on-the-fly in ArcMap for instance or define a coordinate system for the data in the Györffy pseudopolyconic that ArcGIS could understand. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 17:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522180#M17364</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2011-09-21T17:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with projection</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522181#M17365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FME (CS-MAP) doesn't support the "rectangular pseudopolyconic projection by Györffy 2002" projection either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can write (or integrate) custom reprojection code and use it with FME. All your code needs to do is transform arrays of coordinates -- it is very simple. Then, you can use it in FME to reproject all of our geometric types: vector data (including true arcs), rasters, point clouds, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This extension mechanism is very general and is not specifically tied to custom projections. To put this in context, users of FME normally use the CS-MAP or ArcGIS libraries to convert spatial data between coordinate systems. You can define custom coordinate systems in CS-MAP format (by specifying datum, ellipsoid, and/or coordinate system parameters), or in ArcGIS format (by specifying or selecting WKT for the coordinate system and/or geotransformation). There is currently no way to add a new projection type to CS-MAP or ArcGIS and have FME honor it. (At least no fast way: If you contribute your implementation to the CS-MAP open source project, or Esri implements it in ArcGIS, these would eventually be usable in FME too.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in extending FME with custom reprojection code, we ship samples and documentation with our SDK, an optional part of the FME Desktop installer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mita Hajirakar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Safe Software, Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 13:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-with-projection/m-p/522181#M17365</guid>
      <dc:creator>MitaHajirakar</dc:creator>
      <dc:date>2011-09-28T13:55:50Z</dc:date>
    </item>
  </channel>
</rss>

