https://github.com/63rabbits/draw_a_globe
draw a globe (Earth)
https://github.com/63rabbits/draw_a_globe
cartopy globe map
Last synced: 4 months ago
JSON representation
draw a globe (Earth)
- Host: GitHub
- URL: https://github.com/63rabbits/draw_a_globe
- Owner: 63rabbits
- Created: 2023-01-27T10:28:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T16:39:30.000Z (over 2 years ago)
- Last Synced: 2025-01-13T08:46:05.957Z (5 months ago)
- Topics: cartopy, globe, map
- Language: Python
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# draw_a_globe
draw a globe (Earth).Requires the following packages :
```
pip install geos
pip install shapely
pip install pyshp
pip install numpybrew install geos # for macOS
pip install cartopy
```