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
Currently set to Area. Should be points, as they're actually sample points.
Area
Command-line equivalent:
gdal_translate -mo "AREA_OR_POINT=Point" src.tif dest.tif
The text was updated successfully, but these errors were encountered:
write() in chunk.py:
write()
chunk.py
with rasterio.drivers(): with rasterio.open(tmp_path, "w", **meta) as tmp: tmp.update_tags(AREA_OR_POINT="Point") tmp.write(data, 1)
Sorry, something went wrong.
mojodna
No branches or pull requests
Currently set to
Area
. Should be points, as they're actually sample points.Command-line equivalent:
The text was updated successfully, but these errors were encountered: