Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardScottOZ committed Feb 18, 2024
1 parent 59f6397 commit 5cbcfe1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/richardutils/richardutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
from osgeo import gdal
import geopandas as gpd
import fiona
from shapely.geometry import box, mapping

import xarray as xr
import rioxarray
import geocube
from geocube.api.core import make_geocube
from geocube.rasterize import rasterize_points_griddata, rasterize_points_radial, rasterize_image

from shapely.geometry import box, mapping

import xrspatial
from xrspatial import proximity

Expand Down Expand Up @@ -1317,7 +1316,7 @@ def extract_band(tifpath, findstr):

def rasterize_one(tilow, strpath, da):
"""
Rasterize a geodataframe to a default one slow
Rasterize a geodataframe to a default one raster
Args:
tilow: gdf
Expand Down

0 comments on commit 5cbcfe1

Please sign in to comment.