orthorectification icon indicating copy to clipboard operation
orthorectification copied to clipboard

Orthorectification in Python

Results 2 orthorectification issues
Sort by recently updated
recently updated
newest added

I'm following your [notebook tutorial](https://github.com/mpfaffenberger/orthorectification/blob/master/tutorial/orbview_tutorial.ipynb) and I'm interested in understanding how the Orbview RPCs were generated. My understanding is that the RPCs describe the transformation between (col,row) to (lon, lat,...

I've been trying to use this package as a method for automatically orthorectifying Planet Labs satellite imagery for analysis, and have run into some issues using the make_ortho method! I...