Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipcjs/coordtransform_dart
Transform coordinate systems between Wgs84/Gcj02/Bd09
https://github.com/ipcjs/coordtransform_dart
bd09 gcj02 wgs84
Last synced: 22 days ago
JSON representation
Transform coordinate systems between Wgs84/Gcj02/Bd09
- Host: GitHub
- URL: https://github.com/ipcjs/coordtransform_dart
- Owner: ipcjs
- License: bsd-3-clause
- Created: 2020-12-16T10:39:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T10:34:04.000Z (5 months ago)
- Last Synced: 2024-07-30T18:39:42.509Z (3 months ago)
- Topics: bd09, gcj02, wgs84
- Language: Dart
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coordtransform_dart
[![pub package](https://img.shields.io/pub/v/coordtransform_dart.svg)](https://pub.dartlang.org/packages/coordtransform_dart)
[![GitHub Stars](https://img.shields.io/github/stars/ipcjs/coordtransform_dart.svg?logo=github)](https://github.com/ipcjs/coordtransform_dart)The Dart/Flutter version of [ipcjs/coordtransform].
It provides a utility class for converting coordinates between Baidu coordinates (BD09), National grid coordinates (Mars coordinates, GCJ02), and WGS84 coordinate system.[ipcjs/coordtransform]的Dart/Flutter版。
提供百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具模块。## Other Implementations 其他版本实现
- JavaScript:[wandergis/coordtransform]
- Python:[wandergis/coordTransform_py]
- Java:[ipcjs/coordtransform] ([原版][geosmart/coordtransform])
- Dart/Flutter:[ipcjs/coordtransform_dart]## References 参考资料
- [Coordtransform Documentation](http://wandergis.com/coordtransform/)
[ipcjs/coordtransform]: https://github.com/ipcjs/coordtransform
[ipcjs/coordtransform_dart]: https://github.com/ipcjs/coordtransform_dart
[geosmart/coordtransform]: https://github.com/geosmart/coordtransform
[wandergis/coordTransform_py]: https://github.com/wandergis/coordTransform_py
[wandergis/coordtransform]: https://github.com/wandergis/coordtransform