https://github.com/xoolive/cartotools
Making cartopy suit my needs
https://github.com/xoolive/cartotools
airports cartopy maps python
Last synced: about 2 months ago
JSON representation
Making cartopy suit my needs
- Host: GitHub
- URL: https://github.com/xoolive/cartotools
- Owner: xoolive
- License: mit
- Created: 2017-11-27T21:50:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T15:28:09.000Z (over 5 years ago)
- Last Synced: 2026-03-21T12:25:04.653Z (3 months ago)
- Topics: airports, cartopy, maps, python
- Language: Jupyter Notebook
- Size: 5.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
## Making cartopy suit my needs
`cartotools` include new projections, caches image tiles from WMTS services, and provides image tiles from various national SIG providers (Pseudo-Mercator only, *maybe* "for now").
### Installation
```bash
sudo apt-get install libproj-dev
pip install Cartopy
pip install requests pillow OWSLib appdirs
pip install git+https://github.com/xoolive/cartotools
```
### Usage
For now, just replace:
```python
import cartotools.crs # instead of cartopy.crs
import cartotools.img_tiles # instead of cartopy.io.img_tiles
```