Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnegi10/geonames_analysis
https://github.com/vnegi10/geonames_analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vnegi10/geonames_analysis
- Owner: vnegi10
- License: mit
- Created: 2023-02-19T00:15:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T00:50:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T03:13:05.607Z (about 1 month ago)
- Language: Julia
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoNames_notebook.jl
This repository contains a Pluto notebook to inspect data obtained from
[GeoNames.](https://download.geonames.org/export/dump/)This work is licensed under a Creative Commons Attribution 4.0 License,
see [here.](https://creativecommons.org/licenses/by/4.0/) The data is provided
"as is" without warranty or any representation of accuracy, timeliness or
completeness. The data format is tab-delimited text in utf8 encoding.**Files are used as input for the [Weather.jl](https://github.com/vnegi10/Weather.jl)
package.**## Files
- cities500.txt --> all cities with a population > 500
- cities15000.txt --> all cities with a population > 15000## Data extracted
Following fields are read from the main 'geoname' table:
- asciiname: name of geographical point in plain ascii characters, varchar(200)
- latitude: latitude in decimal degrees (wgs84)
- longitude: longitude in decimal degrees (wgs84)
- timezone: the iana timezone id varchar(40)