-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ole Streicher
authored
Mar 3, 2018
1 parent
2f32a63
commit 1310f14
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
List of radio observatories with their coordinates | ||
================================================== | ||
|
||
The observatories with their langitude and latitude (WGS84) are taken | ||
from [Wikipedia](https://en.wikipedia.org/wiki/List_of_radio_telescopes). | ||
The elevation is retrieved with the [Google Maps Elevation API] | ||
(https://developers.google.com/maps/documentation/elevation/start). | ||
Corrections and additions are welcome. Please put the source into a | ||
`reference` field of the entry if you do a commit or pull request. | ||
The observatories with their langitude and latitude (WGS84) are taken from [Wikipedia](https://en.wikipedia.org/wiki/List_of_radio_telescopes). The elevation is retrieved with the [Google Maps Elevation API](https://developers.google.com/maps/documentation/elevation/start). Corrections and additions are welcome. Please put the source into a `reference` field of the entry if you do a commit or pull request. | ||
|
||
This compilation is under the [Creative Commons CC0] | ||
(https://creativecommons.org/publicdomain/zero/1.0) license. That | ||
means you can copy, modify, distribute, even for commercial purposes, | ||
all without asking permission. | ||
This compilation is under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0) license. That means you can copy, modify, distribute, even for commercial purposes, all without asking permission. | ||
|
||
For convenience, a simple Python 3 script is added to convert the table | ||
into the casacore `Observatories` data table. | ||
For convenience, a simple Python 3 script is added to convert the table into the casacore `Observatories` data table. | ||
|
||
Ole Streicher <[email protected]>, 2016-11-01 |