Commit 72553e9b authored by Kristin's avatar Kristin
Browse files

merged with upstream

parents aa695b92 ae51cc6d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -102,3 +102,10 @@ venv.bak/

# mypy
.mypy_cache/

# Image files
*.IMG
*.tif

# VS Code
.vscode/*

README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Knoten

A library to leverage python wrapper CSM sensor models for common spatial/sensor operations.
+1 −0
Original line number Diff line number Diff line
@@ -13,4 +13,5 @@ dependencies:
  - pyproj
  - requests
  - scipy
  - matplotlib
  - shapely
+51 −17

File changed.

Preview size limit exceeded, changes collapsed.

+178 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading