We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File [.conda\envs\gee\lib\site-packages\geotile\GeoTile.py:605](file://.conda/envs/gee/lib/site-packages/geotile/GeoTile.py:605), in GeoTile.rasterization(self, input_vector, out_path, value_col, **kwargs) 602 meta.update({'count': 1, "dtype": "uint8"}) 604 # write the output raster --> 605 with rio.open(out_path, 'w', **meta) as outds: 606 outds.write(mask) File [.conda\envs\gee\lib\site-packages\rasterio\env.py:451](file://.conda/envs/gee/lib/site-packages/rasterio/env.py:451), in ensure_env_with_credentials.<locals>.wrapper(*args, **kwds) 448 session = DummySession() 450 with env_ctor(session=session): --> 451 return f(*args, **kwds) File [.conda\envs\gee\lib\site-packages\rasterio\__init__.py:314](file://.conda/envs/gee/lib/site-packages/rasterio/__init__.py:314), in open(fp, mode, driver, width, height, count, crs, transform, dtype, nodata, sharing, **kwargs) 312 writer = get_writer_for_driver(driver) 313 if writer is not None: --> 314 dataset = writer( 315 path, ... 331 ) File rasterio\_io.pyx:1502, in rasterio._io.DatasetWriterBase.__init__() ValueError: Given nodata value, nan, is beyond the valid range of its data type, uint8.
The text was updated successfully, but these errors were encountered:
a8ab951
Merge pull request #40 from iamtekson/bug_39
f8257cd
solved rasterization dtype issue, close #39
rasterization bug fixed #39
8a9aecb
No branches or pull requests
The text was updated successfully, but these errors were encountered: