PiRSquared17 / morisoliver

Automatically exported from code.google.com/p/morisoliver
0 stars 0 forks source link

Mass State Plane and UTM projections are not working properly #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  View vector data and actuate the Data Export Wizard.
2. Select either of the Mass State Plane or UTM projection options. 
3. Once downloaded, check to ensure the projection is correct in a GIS.

What is the expected output? What do you see instead?
See attached Word doc

What version of the product are you using? On what operating system?
XP/Firefox 3.x and 4.0

Please provide any additional information below.

Original issue reported on code.google.com by daniel.s...@state.ma.us on 28 Mar 2011 at 5:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by daniel.s...@state.ma.us on 28 Mar 2011 at 5:26

GoogleCodeExporter commented 9 years ago
1. To fix the UTM projection problem:
a. In the Export Data Wizard code, replace EPSG:26718 with EPSG:26918
b. In the Export Data Wizard code, replace EPSG:26719 with EPSG:26919

2. Delete Mass State Plane FEET export option.

3. Change the labels in the export wizard to the following:
a. NAD83/Massachusetts State Plane Coordinate System, Mainland Zone, meters - 
EPSG:26986
b. NAD83/UTM zone 18N, meters (Western Massachusetts) - EPSG:26918
c. NAD83/UTM zone 19N, meters (Eastern Massachusetts) - EPSG:26919
d. WGS84 (Latitude-Longitude) - EPSG:4326

Original comment by emily.hu...@state.ma.us on 29 Jul 2011 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by emily.hu...@state.ma.us on 29 Jul 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Thanks for the cookbook instructions, Emily!

Committed revision 73.

Original comment by cpl...@gmail.com on 24 Aug 2011 at 7:09

GoogleCodeExporter commented 9 years ago
I think these changes are complete but I would like CZM to verify.
NOTE: the fix that makes the .prj work in ArcMap won't be available until I 
upgrade GeoServer to a new version. 

Original comment by Aleda.Fr...@state.ma.us on 25 Aug 2011 at 4:03

GoogleCodeExporter commented 9 years ago
MSPm opens in Arc in the correct location but has no defined projection 
parameters.
Coordinate System:  <Undefined>
>>> I don't understand why this is happening but it will need to be fixed.

UTM18N opens in Arc in the correct location with the following projection 
parameters:
Projected Coordinate System:    NAD83 / UTM zone 18N
Projection: Transverse_Mercator
false_easting:  500000.00000000
false_northing: 0.00000000
central_meridian:   -75.00000000
scale_factor:   0.99960000
latitude_of_origin: 0.00000000
Linear Unit:    m

UTM19N opens in Arc in the correct location with the following projection 
parameters:
Projected Coordinate System:    NAD83 / UTM zone 19N
Projection: Transverse_Mercator
false_easting:  500000.00000000
false_northing: 0.00000000
central_meridian:   -69.00000000
scale_factor:   0.99960000
latitude_of_origin: 0.00000000
Linear Unit:    m

WGS84 opens in Arc in the correct location with the following projection 
parameters:
Geographic Coordinate System:   WGS 84
Datum:  World Geodetic System 1984
Prime Meridian:     Greenwich
Angular Unit:   degree

Original comment by daniel.s...@state.ma.us on 26 Aug 2011 at 2:44

GoogleCodeExporter commented 9 years ago
Dan, this was fixed in GeoServer, but has not yet been deployed.  I need to 
upgrade GeoServer for this to get into place.  I assume you mean that message 
that you get when you try to open the shapefile in ArcMap. 

Original comment by Aleda.Fr...@state.ma.us on 26 Aug 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Right Aleda.  The raster do open in Arc, just there's no projection info that 
comes along with it.  Although the data pop into place OK, I'm not clear if the 
data I download as Projection X is indeed in Projection X.

Mea culpa.  Arc does projection on the fly; I don't understand though how data 
with no projection info can fall onto other data in the right place.  The 
answer is probably pretty simple although I've never investigated it.

dan

Original comment by daniel.s...@state.ma.us on 26 Aug 2011 at 5:35

GoogleCodeExporter commented 9 years ago
This works for me. I downloaded a shapefile and GeoTiff in all four output 
coordinate systems and they all opened in the correct location in ArcGIS. 
Tested with Chrome 14 on Windows 7.

Original comment by emily.hu...@state.ma.us on 26 Sep 2011 at 5:30