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

Feature/update GitHub actions #23

Merged
merged 3 commits into from
Oct 18, 2023
Merged

Conversation

RanbirAulakh
Copy link
Collaborator

Description of changes:

  • Restructure the workflows. There are 2 workflows:
    • osml-imagery-toolkit-build
      • This workflow will be executed only IF the pull request have been made to dev or main branch.
    • osml-imagery-toolkit-publish
      • This workflow will be executed only IF the changes have been merged into main branch. It will build and then publish an update to pypi and push documentation pages to gh-pages branch
  • Eliminate all commits id for github actions and used stable version of it

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

drduhe
drduhe previously approved these changes Oct 17, 2023
Copy link
Collaborator

@drduhe drduhe left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@drduhe drduhe left a comment

Choose a reason for hiding this comment

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

LGTM

@RanbirAulakh RanbirAulakh merged commit b37d047 into dev Oct 18, 2023
1 check passed
@RanbirAulakh RanbirAulakh deleted the feature/update-github-actions branch October 18, 2023 19:57
edparris added a commit that referenced this pull request Dec 12, 2023
…ities (#32)

This release extends OversightML Imagery Toolkit support to include additional image formats and processing utilities. Key changes include:

* Support for SAR imagery including the SICD, and SIDD sensor models and ability to create georeferenced tiles. Also includes basic preprocessing utilities for converting complex data into 8-bit grayscales for display.
* RSM sensor models are enabled by default for datasets created using load_gdal_dataset().
* Addition of an optional output_size parameter for the GDALTileFactory that can be used to produce reduced resolution tiles.
* Addition of a new aws.osml.features module that contains utilities for working with GeoJSON features derived from imagery. These utilities include spatial indices for creating vector tiles and utilities for working with properties of features that have both geospatil and pixel coordinates.


---------

Pull Requests Merged:
* feat: add SICD sensor model with planar projection (#10)
* feat: add optional dynamic pixel range operations to tile factory (#9)
* feat: add HAE and DEM projections to SICD sensor model (#12)
* feat: Fix documentation commands for github actions (#13)
* docs: Updating CONTRIBUTING.md (#11)
* fix: correct calculation of INCA R/Rdot projection (#14)
* feat: update DRA to work with SICDs (#15)
* feat: enable RSM sensor model by default (#16)
* feat: gdal sensor model now supports non-wgs84 crs (#17)
* docs: update readme for SAR features (#18)
* feat: SAR examples and display processing (#21)
* feat: add support for sidd imagery (#22)
* feat: Update GitHub actions (#23)
* build: Update Github Actions
* fix: errors constructing RSMSectionedPolynomialSensorModel from TREs
* feat: adds features module with 2D spatial index and basic property utils
* feat: adds generic DEM tile set and geodetic coordinate formatting
* fix: lint error in generic_dem_tile_set.py
* feat: add ability to create scaled tiles and tiles from SIDD
* docs: add examples to package level documentation
* build: update library version to v1.2.0

---------

Co-authored-by: Ranbir Aulakh <[email protected]>
Co-authored-by: drduhe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants