Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

376 gippy update #401

Closed ra-tolson closed 6 years ago

ra-tolson commented 6 years ago

Fixes #376. Pretty much every single gippy call in gips is changing. Most products are the same as before, but sometimes with changes to metadata that didn't seem incorrect. A few are broken or otherwise unexpectedly different. See #376 for details.

Most of the calls are just spelt different, eg getProjection is now get_srs; a few are method calls instead of constructors, such as GeoImage.create_from(...) instead of GeoImage(the, version, with, four_args). In a few places it made sense to refactor the code before conversion, and to add minor features to core code for convenience.

ircwaves commented 6 years ago

cannot merge tho.

ra-tolson commented 6 years ago

Don't merge yet; there's a problem with process_acolite; running the landsat system test for it now.