Tool to convert geopandas vector data into rasterized xarray data.
Questions tagged [geocube]
33 questions
1
vote
1 answer
How to use geocube with option -at (all_touched=TRUE)
In the code below, I'm trying to rasterize "roads" and "cube" to 128x128 pixels with a 10m spatial resolution for each pixel. First, I want to rasterize roads separately to make them look better by using the option "all_touched"=True. And then I…
Oskar
- 11
- 2
0
votes
0 answers
CRSerror in geocube make_geocube
I get the error below when i run the example by snowman2 here Rasterizing polygon grid in Python (geopandas & rasterio)
CRSError: CRS is invalid:
Name: WGS 84
Axis Info [ellipsoidal]:
Lat[north]: Geodetic latitude…
Ikey
- 1