Wednesday, 11 November 2015

arcgis desktop - Transforming file geodatabase feature classes from custom local coordinate system?



Background: Started working for company that is in middle of system-wide IT upgrade including GIS data. Existing in-house data is in a FileGDB, is in an assumed coordinate system and represents 1000 sq\mi of service area in about 150 feature classes. I do have very good common data between existing dataset and 'real world' data (PLSS section data mostly).


System: Working with ArcGIS Desktop 10.0 with ArcInfo license level.


In old school command line ArcInfo I would have written an AML to run a Transform on the data coverages using the section corners for tic references. Not sure what the process is for File GDB. I looked into the Transform command, and it only appears to work at the Workstation software install level and not at the Desktop level, even though I have the Info license. Not sure if the Transform would work on a GDB instead of a coverage in any case.



  • Is there an equivalent Transform command for File GDB featureclasses?

  • What are any other options for converting?


My dataset is currently not in any coordinate system - it's floating\assumed\in-house coords. The data is good within itself but not at all related to any real world cood system. The old ArcInfo Transform command would use ID matched tics to move\warp\stretch data into a new spatial location. I do have data segregated in Feature Datasets with the File GDB.



Answer



In essence, what you want to do is georeference your data from a 'local' coordinate system to one known by the software.



In ArcGIS Desktop, the equivalent to TRANSFORM is the spatial adjustment toolbar. Here's a link to various ways that can be done while in the editor including using a conformal/affine transformation or rubbersheeting.


If you have a license, you also may be able to use the Data Interoperability extension (aka FME).


As you surmised, the Transform tool in ArcToolbox is for coverages only and I think you would have to install ArcInfo Workstation.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...