Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit b029257

Browse files
author
Chris Brown
committed
Add ship detection example
Users will have to find their own projects, etc. but at least provides an idea for how this should work.
1 parent b5a47be commit b029257

File tree

2 files changed

+360
-1
lines changed

2 files changed

+360
-1
lines changed

examples/Ship Detection.ipynb

+359
Large diffs are not rendered by default.

rasterfoundry/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
SHOW_WARNINGS = os.getenv("SHOW_WARNINGS_RF", False)
1313

1414
if not SHOW_WARNINGS:
15-
warnings.simplefilter("ignore")
15+
warnings.simplefilter("ignore")

0 commit comments

Comments
 (0)