-
Notifications
You must be signed in to change notification settings - Fork 48
Writing GeoTIFFs #212
New issue
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
Writing GeoTIFFs #212
Conversation
* develop: Docs on raster write: samples, parquet Move numpy-pandas doc to pymd format; initial content Small docs tweaks lingering from PR 187 raster reader can take a Pandas DataFrame or geopandas GeoDF change link on line 61 to go to nodata-handling.md fix tile stats and histogram functions; promote headings up 1 level; remove rf_cell_types convert function ref code chunks to running code
vpipkt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor docs comments and python api comments for now. There is a lot here. I am going to try it out!
|
Excited that my initial test is looking very good! |
|
One interesting thing. I read and wrote to gtiff a single MODIS granule (single channel). In the resulting But the original granule's pixel size is slightly larger: (463.312716527916905,-463.312716527916677) See the movie attached, you can kind of see an artifact that may be the tile boundaries. Happy to share original and written file. The tile dimensions are pretty much normal for this kind of file, so pretty irregular. The most common one is not even square. |
No description provided.