Skip to content

Is reproject_match average resampling method similar to area weighted average? #639

Answered by snowman2
hamiddashti asked this question in Q&A
Discussion options

You must be logged in to vote

That is a great question. Here is the documentation on the resampling methods: https://rasterio.readthedocs.io/en/latest/api/rasterio.enums.html#rasterio.enums.Resampling

It mentions using the weighted average, so I would assume that it does the area weighted average. It uses GDAL to perform the calculations, so you will likely get a better answer here: https://lists.osgeo.org/mailman/listinfo/gdal-dev

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hamiddashti
Comment options

Answer selected by hamiddashti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants