POST
|
Hi @Craig_Eissler_Iceman, According to the NOAA's National Geodetic Survey website regarding the current GEOID18 model, it appears that geoid heights are all negative for CONUS. This would indicate that the current geoid model for NAVD88 is consistently below the GRS80 ellipsoid for NAD83 (2011). I hope this helps, Bojan
... View more
05-13-2025
08:22 AM
|
1
|
0
|
83
|
POST
|
@RyanDillingham @BenPearse Great news! You can now create your own custom vertical transformations using local geoid models in ArcGIS Pro. The Create Custom Vertical Transformation tool, introduced in ArcGIS Pro 3.2, is available in the Data Management toolbox. At that time, my colleague published a blog post titled How to Create and Use a Custom Vertical Transformation in ArcGIS Pro, which also explains the required file format for custom geoid models and where to place them to enable these transformations. Since 2021, we have also expanded support for geoid models to include additional countries for which we were able to obtain the necessary data and definitions. Below is a map of the countries currently supported in ArcGIS Pro 3.4. Please note that to use these geoid models, you must install the ArcGIS Coordinate Systems Data component along with ArcGIS Pro. I hope this helps, Bojan
... View more
05-13-2025
07:55 AM
|
0
|
0
|
192
|
IDEA
|
Hi @MelanieWawryk! Here are updated links. NAD83(CSRS)v3 to NAD83(CSRS)v6 (3) NAD83(CSRS)v3 to NAD83(CSRS)v7 (2)
... View more
11-07-2024
11:33 AM
|
0
|
0
|
660
|
BLOG
|
Hi @Wojciech87, Thank you for reaching out and for your question.
Yes, Esri will support the dynamic datums to be released with NSRS 2022. Implementation of these functionalities will be complex and may lag a little behind the NSRS 2022 rollout. We are closely following this development.
Regards, Bojan
... View more
10-25-2024
12:01 PM
|
0
|
0
|
430
|
POST
|
Hi @KevinBoes! Yes, some ArcGIS systems do not allow horizontal and vertical coordinates to be in different units because the scale of tridimensional data is then inconstant. It is one of those “best-practice” rules. Tridimensional data should have the same units in all three directions. In general, when converting only heights and keeping horizontal positions in the same coordinate system, positions do not change. There are some rare cases when data needs to be converted to different positions in order to convert heights. In those, there could be minor differences depending on which transformation path is applied for the conversion. In your case, having data in the NAD 1983 StatePlane Nebraska FIPS 2600 (US Feet) (WKID: 26852) and converting NAVD88 height (m) (WKID: 5703) to NAVD88 height (ftUS) (WKID: 6360), it requires only unit conversion. Transformation NAVD88 Height (m) To USFT (WKID: 110026) would only change the units and your positions should stay the same as they are. So yes, there should be minimal effect or no effect at all with your conversion. Since you are writing a python script to populated height values, you could convert units yourself. If you do, just be careful you apply the correct conversion factor. 😅 If your heights are measured in NAVD88, you should use it. The alternative you talk about in your comment is the ellipsoidal-based vertical coordinate system called NAD 1983 (WKID: 115702). For all work that relies on gravitation and “correct water flow,” you should avoid using ellipsoidal-based systems since they are geometric, and they do not follow the gravitational forces. Best practice is to use some gravity-based system that is compatible with your horizontal positions. In your case, this is NAVD88 system. I hope this helps.
... View more
08-07-2024
09:22 AM
|
2
|
2
|
1075
|
BLOG
|
@COSPNWGuy Unfortunately, there is nothing planned for this year's UC (2024). We hope to have something specific planned for next Esri UC 2025. We will mention upcoming changes during our technical workshop about coordinate systems and transformations. Look for What You Need to Know About Coordinate Systems and Transformations session on Tuesday, Jul 16, at 1PM in Room 10 (SDCC). Meanwhile, if you want to talk about NSRS 2022 in detail, you are very much welcome to stop by the Coordinate Systems kiosk at ArcGIS Pro area in Esri Showcase. There may also be someone from the National Geodetic Survey at the NOAA kiosk at the Federal Agency area in Esri Showcase.
... View more
06-03-2024
12:50 PM
|
2
|
0
|
764
|
POST
|
I set my map to Web Mercator (3857) PCS and then I used Go To XY tool and I input your projected coordinates above, by changing units to meters: By setting units to decimal degrees, I get the same point with geographic coordinates above:
... View more
02-27-2024
12:30 PM
|
0
|
0
|
867
|
POST
|
@SatyaraySingh Convergence angle is a difference between between True North and Grid North, and its value depends on a map projection used in a grid. If you use WGS 1984, technically this is not a projected coordinate system, but a geographic coordinate system, so your "grid" north with always be True North, and convergence angle is always 0. The same results would be in WGS 1984 Web Mercator, because the Mercator projection displays straight meridians and Grid North will always be aligned with True North. This would be the case with any cylindrical projection in normal aspect. With other projected coordinate systems, like UTM or State Plane CRS, True and Grid North might be different, so convergence angle will not always be 0 (depending on the location). I hope this explains it.
... View more
01-03-2024
11:18 AM
|
0
|
0
|
2079
|
POST
|
@MichaelDavis3 GetConvergenceAngle method does not calculate magnetic declination but provides a difference between True North (calculated in GCS) and Grid North (calculated in PCS). The math relies purely on projection’s mathematics, and it does not require a dataset.
... View more
01-03-2024
11:05 AM
|
1
|
0
|
2079
|
POST
|
@JummaKhan: These projected coordinate appear to be in Web Mercator (3857):
... View more
12-06-2023
01:00 PM
|
1
|
2
|
1056
|
POST
|
Hi @nexusiceland, Using custom projected coordinate system and aligning it with existing definition depends on the custom definition. Does you definition also have a custom geographic coordinate system? If it does, you have to first use the Create Custom Geographic Transformation tool to define a transformation that will align your custom geographic coordinate system with existing definition. After that, you can use Project tool to convert your data to your custom definition, by selecting it as an output coordinate system. Make sure you also select an appropriate transformation path in the tool, using previously defined custom geographic transformation.
... View more
11-14-2023
09:20 AM
|
2
|
0
|
617
|
BLOG
|
To read this article, click on the image, or open this link.
... View more
10-18-2023
11:06 AM
|
7
|
8
|
1391
|
POST
|
Hi @Esther_Morrow! Your difference in location is caused by using degrees-minutes-seconds format as they would be decimal degrees. 0 deg 18' S is not -0.18 deg, but -0.3 deg; and 130 deg 40' E is not 130.40 deg, but 130.66666667 deg. If I use correct decimal degrees in ArcGIS Pro, the point appears on the same location as on Google Earth. I hope this helps!
... View more
04-27-2023
02:09 PM
|
4
|
1
|
1593
|
POST
|
Thank you, @Bernd_Loigge, for your question! The image of the GCS on the slide 13 is correct and intentional. Let me explain it… A geographic coordinate system is defined on an ellipsoidal surface. The center of the ellipsoid is still where the polar axis intersects the equatorial plane. Latitude of the point P is measured between the equatorial plane and the normal on the ellipsoidal surface at the point P. In general, normals on an ellipsoidal surface do not go through the center of an ellipsoid. They intersect the polar axis below or above the center depending on whenever the latitude is positive or negative. Exceptions are points on the Equator and at the pole. Their normals go through the center. The distance between the point P and where the normal intersects the polar axis (Q) is called the transverse radius of curvature. If Earth’s model would be a sphere instead an ellipsoid, then all normals would go through the center of the sphere. I hope this helps, Bojan
... View more
09-05-2022
01:40 PM
|
1
|
0
|
769
|
BLOG
|
The latest information we have is that NSRS Modernization has been delayed and "the new estimated timeline for release of the modernized NSRS (data + limited tools) is mid-2025." NGS also has a set of instructions Get Prepared, which might help your users to start getting ready for the change. They may also explore and prepare their datasets in historic NAD realizations and see how much their data lines up in the current NAD 1983 (2011) realization. This way they could identify potential discrepancies, if any, in their datasets. NCAT tool allows to transform points/data via all NAD realizations, NAD27 -> NAD83 -> NAD83(HARN) -> NAD83(FBN) -> NAD83(NSRS2007) -> NAD83(2011). The same data conversions through the realizations can be done in multiple steps with NADCON5 transformations in ArcGIS. Those transformations become active once the ArcGIS Coordinate Systems Data is installed with the core software. I hope this helps.
... View more
08-29-2022
03:07 PM
|
0
|
0
|
482
|
Title | Kudos | Posted |
---|---|---|
1 | 07-15-2022 12:09 PM | |
1 | 05-13-2025 08:22 AM | |
1 | 08-25-2021 02:30 PM | |
2 | 08-07-2024 09:22 AM | |
2 | 06-03-2024 12:50 PM |
Online Status |
Offline
|
Date Last Visited |
Monday
|