-
Notifications
You must be signed in to change notification settings - Fork 46
Simplify proj params #225
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
Merged
naschmitz
merged 32 commits into
google:simplify_pixel_grid_params
from
tylere:simplify_proj_params
Oct 6, 2025
Merged
Simplify proj params #225
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b4ec234
Add ability to open ee.Image objects
tylere afaa9c5
End docstring with punctuation
tylere c2e2a9f
Expose __version__ as module attribute
tylere fd9e20a
Add install docs
jdbcode 5fac43a
Account for mask byte in chunk size calculation
jdbcode 3c34816
ignore temp directory
tylere 4ba0259
Merge branch 'main' into simplify_proj_params
tylere c107bca
Add pixi config files
tylere 0dbd250
limit to python<3.13; add proj, gdal as dependencies
tylere fd2b255
Use grid params (crs, crs_transform, shape_2d)
tylere 2cda1b9
Merge branch 'simplify_proj_params' into simplify_proj_params
tylere dab7297
Remove helper placeholders
tylere 68d7a46
Update README code and add tests
tylere 97a3814
Double to single quotes.
tylere c4da199
Remove unnecessary import and print
tylere 4566716
Clean up TransformType type definition
tylere 5b5a75f
Add type hints.
tylere 6419d93
Revert .gitattributes change
tylere b52f630
Revert .gitignore changes
tylere 82407de
Revert .vscode/settings.json
tylere 3044fce
Remove pixi config
tylere 0228871
Remove extra print statement
tylere 9770fae
Change strings from double to single quotes
tylere 68c1905
Switch back to double quotes to enclose single quote
tylere d661309
Remove match/case syntax
tylere addc823
refactor: Use `affine` directly instead of `rasterio.transform.Affine`
jdbcode 4c0a799
refactor: Make `shapely` a require dependency
jdbcode e32843e
refactor: Add support for accepting `affine.Affine` object as `crs_tr…
jdbcode 1d866b8
refactor: Make `crs_transform` an attribute of `self` for reuse
jdbcode cf48661
fix: Handle negative and positive y scale in `fit_geometry`
jdbcode 0a54b45
fix: Fix tests so that tuple is used (requried type for crs_transform…
jdbcode c215fac
refactor: Update readme to use tuple for shape and transform, add det…
jdbcode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -130,4 +130,4 @@ cython_debug/ | |
| .DS_Store | ||
|
|
||
| # pixi environments | ||
| .pixi | ||
| .pixi | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.