Skip to content

Commit

Permalink
Reorg (#30)
Browse files Browse the repository at this point in the history
Reorg
  • Loading branch information
knaaptime authored Dec 2, 2019
2 parents 7cf5de9 + 194234b commit 1f9cfc0
Show file tree
Hide file tree
Showing 9 changed files with 500 additions and 3 deletions.
Binary file removed files/land_cover_corresp.pkl
Binary file not shown.
Binary file removed files/scanlines_classes.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
493 changes: 493 additions & 0 deletions notebooks/areal.ipynb

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions tobler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
=================================================
"""
from .area_weighted import *
from . import area_weighted
from . import data
from .vectorized_raster_interpolation import *
from .data import *
6 changes: 5 additions & 1 deletion tobler/tests/test_area_tables_area_interpolate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import unittest
import numpy as np
import geopandas as gpd
from tobler import *
from tobler.area_weighted import (area_tables,
area_tables_binning,
area_interpolate,
area_interpolate_binning)

from shapely.geometry import Polygon


Expand Down

0 comments on commit 1f9cfc0

Please sign in to comment.