- Add Extent static constructors from epsg:3857 coords
- Work to allow uploading to PyPi:
- Download and install `pandoc`
- `pip install pypandoc`
- Delete the `dist` directory
- `python setup.py sdist`
- `pip install twine`
- The following assumes ".pypirc" has been written correctly (see https://packaging.python.org/specifications/pypirc/)
- `twine upload --repository pypitest dist/*`
- If you get an error, maybe I have already uploaded, and then deleted, the same version. Try changing the version by adding letters.
- Test: ``
- More instructions here: https://packaging.python.org/tutorials/packaging-projects/