Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakoni/etrstm35fin
ETRS-TM35FIN to WGS84 conversion
https://github.com/kakoni/etrstm35fin
Last synced: about 2 months ago
JSON representation
ETRS-TM35FIN to WGS84 conversion
- Host: GitHub
- URL: https://github.com/kakoni/etrstm35fin
- Owner: kakoni
- License: mit
- Created: 2014-09-25T20:02:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T20:29:12.000Z (about 10 years ago)
- Last Synced: 2023-12-26T20:02:45.514Z (12 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Etrstm35fin
Converts coordinates from Finnish ETRS-TM35FIN coordinate system into WGS84.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'etrstm35fin'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install etrstm35fin
## Usage
For given north and east coordinates return latitude and longitude.``` ruby
Etrstm35fin.to_wgs84(6711804, 240724)
```## Kudos
This code is based on Matti Lattu's ETRSTM35FIN Perl module. http://search.cpan.org/~mplattu/Geo-Coordinates-ETRSTM35FIN-0.01/lib/Geo/Coordinates/ETRSTM35FIN.pm## Contributing
1. Fork it ( https://github.com/[my-github-username]/etrstm35fin/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request