-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix respecting bounds bug Auto plot reference reefs as points or polygons Config options for point size Config option for sub-sampling
- Loading branch information
1 parent
a3b6e56
commit 2c3bded
Showing
3 changed files
with
125 additions
and
45 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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="reefmapmaker", # Replace with your own username | ||
version='0.1.4', | ||
version='0.1.5', | ||
author="Benjamin C C Hume", | ||
author_email="[email protected]", | ||
description="Script to plot maps with reference coral reefs annotated.", | ||
|