Skip to content
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

Added RasterSource/GDALBand GDAL objects #3694

Closed
wants to merge 1 commit into from

Conversation

claudep
Copy link
Member

@claudep claudep commented Dec 5, 2014

Based on Daniel Wiesmann's raster branch. Refs #23804.

@claudep claudep force-pushed the raster branch 2 times, most recently from 6200276 to e2c5feb Compare December 5, 2014 22:52

class GDALBand(GDALBase):
"""
Wraps a GDAL raster band, needs to be instantiated from a RasterSource object.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from a -> with a?

@claudep claudep force-pushed the raster branch 2 times, most recently from bc40ace to dfffae2 Compare December 16, 2014 21:09
@claudep
Copy link
Member Author

claudep commented Dec 16, 2014

I've rebased/merged all the latest reviews.

@claudep
Copy link
Member Author

claudep commented Dec 19, 2014

@yellowcap Are you planning a second review after the changes I introduced? Do you find them satisfying?

PARAMETER["false_easting",400000],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be updated with the new gdalinfo, which basically includes one more line in the coordinate system:
AUTHORITY["EPSG","3086"]]

@yellowcap
Copy link
Contributor

Just made a few minor comments. Other than those small things I think its good to go. @claudep - the latest updates you made are statisfying, thanks for those!

Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann
and Tim Graham for the reviews. Refs #23804.
@claudep
Copy link
Member Author

claudep commented Dec 20, 2014

Unfortunately Jenkins keeps giving unexplained errors, let's not consider its results for this commit.

@claudep
Copy link
Member Author

claudep commented Dec 23, 2014

Merged in 6e08bde

@claudep claudep closed this Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants