-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Shorten lines * Tidy module * Make target length argument optional * Remove redundant function * Update cookbook Remove dependency on preprepared shapefile data when demonstrating how to create a set of release zones around a polygon representing an island or another object. * Remove old reference shapefile data * Release zone class Add coordinate system argument to ReleaseZone init method which makes it possible to creeate release zones in cartesian or geographic coordinates. The class handles the conversion to UTM coordinates internally should a set of geographic coordiantes be passed in. * Add PyLagAttributeError exception * Switch to using properties * Shorten line * Expand ReleaseZone's interface * Release zone creation Enable support for creating single release zones or release zones along a cord by passing in either Cartesian or geographic coordiantes. * Release zones Further support for defining and using release zones using either cartesian or geographic coordinates. * Align input module with new changes * Initial positions documentation examples Make examples work given the recent changes to release_zone.py * Return copies of mutable objects * Sync more notebooks * Sync global example notebook * Sync the final set of doc examples * Sync release zone unit tests * Print PyLag git commit in pylag-package-conda-linux.yml * Update pylag-package-conda-linux.yml
- Loading branch information
Showing
17 changed files
with
879 additions
and
618 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
221 changes: 155 additions & 66 deletions
221
doc/source/documentation/cookbook/initial_positions.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.