When creating a raster from a polygon (the CRS of the polygon is a geographic coordinate system), the raster is created in the projected coordinate reference system of the data frame, which is a projected one. I need to do so because I need to specify the Cell size of the raster in meters.
I also need to deliver this raster (previously converted to polygon) in WGS84 (GCS); I am considering to do it so: Changing the Data frame coordinate reference system to WGS84, and, on the result raster, do Data > Export Data and, for the option “Use the same coordinate system as:”, choose “the data frame”.
Is this an accurate way of dealing with that? I mean, aren’t there modifications in areas or coordinates of the delivered shape layer?
No comments:
Post a Comment