|
POST
|
It's converting from NAD83 to WGS84, then WGS84 to ITRF2000. The 2nd transformation's parameters are zeroes. I call it a "bookkeeping" transformation. Even though the first transformation says WGS_1984_(ITRF00), it's between WGS84 and NAD83. The (ITRF00) is to clue that the WGS84 version is the approximately ITRF00 realization. Melita
... View more
01-12-2016
10:11 AM
|
0
|
2
|
4930
|
|
POST
|
Is the data labeled with the different zones? Or do you have to graphically figure it out after adding it to a map? If the former, Dump all data into Excel (or other spreadsheet program). Sort by UTM zone Copy/paste one of the UTM zones data to another worksheet Delete that data from the first worksheet. Now use Add X/Y data on each worksheet. Possible alternative--use Convert Coordinate Notation to add geographic coordinates to the "table." If the latter, one possibility is to check what X coordinates are at the zonal boundaries in data's area. You may be able to sort the data using that information. Melita
... View more
01-11-2016
12:25 PM
|
1
|
8
|
2209
|
|
POST
|
You would have to define a custom projected coordinate system in ArcGIS, but it's certainly do-able. Lambert azimuthal equal area has always supported non-polar cases in ArcGIS for Desktop, and did in Workstation too. Anyway, here's the well-known text string for the definition: PROJCS["raster_laz",GEOGCS["GCS_Sphere_ARC_INFO",DATUM["D_Sphere_ARC_INFO",SPHEROID["Sphere_ARC_INFO",6370997.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-100.0],PARAMETER["Latitude_Of_Origin",45.0],UNIT["Meter",1.0]] Copy it as a single line to a text file, change the text file's extension to .prj, then you can import it through the raster's property page in ArcCatalog or the Define Projection tool. Your next question may be on what geographic/datum transformation should be used to convert to NAD83 or WGS84-based coordinate system (or to overlay it with that type of data). There's no predefined transformations between a sphere-based GCS and a geodetic GCS (AKA one based on a true geodetic datum). Try just adding the raster with your other data, ignore any transformation warnings. Does it appear to overlay? Then you're good to go. If it appears to be offset north-south, try adding a custom geographic transformation (there's a tool) between its GCS and NAD83 or WGS84 whatever you're using. Set the method to Geocentric Translation and leave the parameter values set to zeroes. Melita
... View more
01-08-2016
03:18 PM
|
1
|
1
|
4483
|
|
POST
|
We do have some "named" realizations for NAD83 in the US - HARN, CORS96, NSRS2007, 2011. "NAD 1983" should only be used for the 1986 version, but some people use it for everything. When I can find an ITRF/NAD83 transformation from the NGS (National Geodetic Survey) CORS website, I put it, but also put "equivalents" where I include it for HARN and CORS96 or NSRS2007 and 2011, and possibly "1986." WGS84 is a generic definition. We've been debating adding the specifically named versions, but there's very little public information about how to convert between them. Also, what do we do with the existing "to WGS84" transformations? Do they apply also to any of the specific WGS84 realizations? Specifically for Alaska, I'm not sure I have a full solution for you. There was no HARN grid published to convert from NAD83 (1986) to NAD 1983 HARN that I'm aware of. GEOCON v2.0 will convert from the Alaska FBN re-adjustment of 1992 to NSRS2007 and then from NSRS2007 to 2011. That still leave a gap between 1986 and 1992. You might try contacting the NGS state advisor for Alaska to see what she recommends. Melita
... View more
01-08-2016
03:05 PM
|
1
|
0
|
4930
|
|
POST
|
It's uploaded. This should be a direct link to the powerpoint. The presenter also asked me to send his apologies for not uploading last summer. Melita
... View more
01-08-2016
03:02 PM
|
1
|
1
|
3759
|
|
POST
|
And, he said he's going to look into it (uploading the presentation).
... View more
01-07-2016
02:54 PM
|
2
|
2
|
3759
|
|
POST
|
I probably shouldn't throw my colleagues under the bus, but it's up to the presenters to upload the files either before/during/after the conference. We do get emailed (and reminded) several times to do so by the organizers. I've sent a note to one of the presenters asking about it. Melita
... View more
01-06-2016
05:28 PM
|
3
|
3
|
3759
|
|
POST
|
Unfortunately, they didn't use GGRS87; it was defined after 1978. The map may have used the older Greek Grid, which uses a map projection that isn't supported in ArcGIS.
... View more
01-05-2016
03:16 PM
|
0
|
0
|
2361
|
|
POST
|
They could be off for year-end holidays / university is shut. I would give it a week at least.
... View more
01-04-2016
01:14 PM
|
0
|
1
|
1693
|
|
POST
|
The display xy data tool defaults the coordinate system to the whatever the data frame is using. If you have a base map loaded, that's usually EPSG:3857 aka Web Mercator. For data in a csv or text file, it's almost never Web Mercator but latitude/longitude values in degrees. I keep meaning to ask the mapping team about changing the default, or at least making it smarter, but haven't gotten around to it yet. When you open the display xy data tool, just change the coordinate system from the default to geographic coordinate systems, work, WGS 1984. Or when you click the Edit button on the coordinate system, type in 4326. Melita
... View more
12-29-2015
02:41 PM
|
0
|
0
|
6478
|
|
POST
|
It looks like there's a related article here: Coordinates : A resource on positioning, navigation and beyond » Blog Archive » Improved algorithms for sailing calcu… The 2009 article is available for purchase. Otherwise, you could contact professor to see if he has a pre-print version that he would be willing to send to you. https://webacademic.snd.edu.gr/hydronav/Pallikaris/communicationEN.html
... View more
12-29-2015
02:33 PM
|
1
|
3
|
1693
|
|
POST
|
Why not round the input value (internally) to the nearest 5 degrees, then calculate the way points?
... View more
12-29-2015
02:27 PM
|
0
|
0
|
1225
|
|
POST
|
Showing up far to the west could mean an incorrectly identified coordinate system. For instance, the coordinates are in lat/lon but the definition is for UTM or State Plane. The "small" lat/lon coordinates would then show up southwest of true projected coordinates.
... View more
12-29-2015
02:24 PM
|
1
|
1
|
2283
|
|
POST
|
HI Mark, You're right, you don't need that functionality. Please look at this topic instead: Available WMS service properties—Documentation (10.3 and 10.3.1) | ArcGIS for Server and search/scroll down to: Additional spatial reference systems You just need to list additional WKIDs in the properties so that they become part of the capabilities. Melita
... View more
12-23-2015
10:19 AM
|
0
|
1
|
3590
|
|
POST
|
It's due to the fact that the CRS had an Esri number at 10.3.0, 103045, but was "code changed" at 10.3.1 to update the well-known ID to the EPSG one, 6463. They're just different numbers pointing at the same definition. Using the older number in a query that passes through the Esri projection engine, the older number is converted to the new one before use. I'm not sure what's occurring on the DBMS-side. Melita
... View more
12-21-2015
03:44 PM
|
1
|
0
|
1372
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-09-2026 01:34 PM | |
| 3 | a month ago | |
| 1 | 01-31-2014 09:23 AM | |
| 4 | 01-18-2026 04:30 PM | |
| 1 | 01-16-2026 10:03 AM |