Skip to content

How can I get Landsat 8 data at southern Latitudes? #35

Answered by calebrob6
cullen-molitor asked this question in Q&A
Discussion options

You must be logged in to vote

Hmmm, stack.crs is epsg:32734 while the data crs (e.g. crs returned by rasterio if you open one of the tiffs) is epsg:32634. If you use x_utm, y_utm = pyproj.Proj("epsg:32634")(lon, lat) then stack.loc behaves as expected (without the need to subtract 10000000).

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@cullen-molitor
Comment options

@calebrob6
Comment options

@TomAugspurger
Comment options

@cullen-molitor
Comment options

@cullen-molitor
Comment options

Answer selected by cullen-molitor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants