- Parsing1 coordinates from a string of symbols without specifying the format;
- Converting coordinates from
- DD2: 34.05668, -117.1957
- DMS3: 34°03'24.073 -117°11'44.634
- DDM4: 34°14.04', 34°27.24'
- 6-sign GeoRef5: GJPJ342171
- 8-sign GeoRef5: GJPJ34241716
- USNG6: 38RNP5024920407
- MGRS7: RHAL29992999
- Radians8: 1 rad, 3 rad
- Radians8: 1,3 rad
to popular formats:- DDM
- DD
- DMS
- MGRS
- USNG
- GeoRef
- Visualizing the converted results on the interactive World Map.
1Parsing is a process of syntactic analysis of a string with symbols to discover the constituents of the string, the syntactic relation between those symbols, as well as semantic and related information.
2DD (Decimal Degrees) - latitude and longitude as decimal fractions of degrees, with negative signs for the south and west coordinates.
3DMS (Degree-Minutes-Seconds) are latitude and longitude with minutes and seconds ranging from 0 to 60.
4DDM (Degree-Decimal-Minutes) are latitude and longitude with minutes ranging from 0 to 60.
5GEOREF (world Geographic Reference System) is a simplified geocode based on latitude and longitude.
6USNG (the United States National Grid) is a compact location system for local applications.
7MGRS (Military Grid Reference System) is a global geocode standard based on UTM (Universal Transverse Mercator) and UPS (Universal Polar Stereographic) grid systems but with different labeling conventions.
8Radians are units angle in the context of trigonometry and circular motion. An angle of one radian corresponds to the angle formed when the length of the arc is equal to the radius of the circle.
The equator is divided into 360 equal parts, each equivalent to 1 degree, which corresponds to approximately 111.32 kilometers. Each degree has 60 minutes and each minute has 60 seconds. Consequently, 1 minute equals 1.85 km, and 1 second equals 0.0309 km.
To simplify the conversion, consider these coordinate scale features:
- Latitude: -90 to 90
- Longitude: -180 to 180
- Degrees: Up to 6 decimal places.
- Degrees (0 to 89, 0 to 179) as integers
- Minutes and seconds: 0 to 59.9999, up to 4 decimal places
- Degrees (0-59) and minutes (0 to 59) as integers and seconds (0 to 59.9999) up to 4 decimal places.
Our app supports radians, offering streamlined angular measurement processing.
1 radian is approximately equal to 57.2958 degrees. Radians can have decimal values, it is common to round them to a reasonable number of decimal places for clarity and accuracy. To convert radians to degrees, use the formula: degrees = radians × 180 / π.
Our app works from any browser on any device. All processes run on our servers so no need for any registrations or install any software.
Our app is a virtual instrument powered by Aspose.GIS. All files are processed with Aspose.APIs, which are useful for developers to work (reading, writing, and converting) with the most popular GIS file formats and come with great documentation, clear code samples, and an all-dev support team.