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

create_cutline expose rasterio rowcol op parameter to fix pixel raste… #759

Merged

Commits on Oct 25, 2024

  1. create_cutline expose rasterio rowcol op parameter to fix pixel raste…

    …r x,y approximation
    Martino committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7a3df75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e382d View commit details
    Browse the repository at this point in the history
  3. test update added op param to exists tests with default math.floor va…

    …lue. TODO: next need to test with specific feat and round or ceiling operators
    Martino committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    251350a View commit details
    Browse the repository at this point in the history
  4. UT create_cutline check callable operator passed rasies exception if …

    …not one of the accepted methods by rasterio.transform.rowcol
    Martino committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    43eaee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge branch 'main' of https://github.com/cogeotiff/rio-tiler into fe…

    …ature/improve-cutline-pixel-approx
    vincentsarago committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e09b596 View commit details
    Browse the repository at this point in the history
  2. edit PR

    vincentsarago committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    380f20e View commit details
    Browse the repository at this point in the history
  3. update type

    vincentsarago committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b3cc41d View commit details
    Browse the repository at this point in the history
  4. update changelog

    vincentsarago committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    592ebbe View commit details
    Browse the repository at this point in the history