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

Pre 0.4.3 release #575

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Pre 0.4.3 release #575

wants to merge 21 commits into from

Commits on Sep 24, 2024

  1. Fix/quickstart-MosaicAnalyzer (#565)

    * updated MosaicAnalyser section of quickstart notebook
    
    * A few other tweaks
    
    * Typo
    sllynn authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f62407b View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7…

    ….1 (#544)
    
    Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.7.0 to 3.7.1.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ef4d1e6 View commit details
    Browse the repository at this point in the history
  3. fix: typo in lettermap SZ->HZ (#433)

    Merged with the expansion of the grid
    tompeterken-os authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bef8c1b View commit details
    Browse the repository at this point in the history
  4. RST_Type RST_UpdateType (#564)

    * fixing deletion / typing issues for checkpointing
    
    * fix diff
    
    * does it build on GH?
    
    * changed some of the python tests to allow the package to build with checkpointing by default
    
    * updated R tests to allow checkpointing by default
    
    * prep to pass around tmp prefix
    
    * added RST_Type function to get type for each raster band
    
    * added rst_updatetype
    
    * added python bindings and docs
    
    * added R tests
    
    * fix to SQL reg for RST_Transform
    
    * Feature/tin mesh (#569)
    
    * added methods for triangulation and interpolation, data for testing
    
    * updated interpolation function to use an STRTree
    
    * fails due to row size exceeding heap
    
    * working generator for unconstrained triangulation
    
    * conforming triangulation appears to be working
    
    * added st_interpolateelevation expression and updated wkb / wkt writers to respect coordinate dimension
    
    * removed buffer for input masspoints
    
    * first pass at rasterization, added toWKT and toWKB that can explicitly specify coordinate dimensions
    
    * added a GDALRasterize operator to write outputs
    
    * added RST_DTMFromGeoms initial implementation and tests
    
    * fixed issues with interpolation and triangulation split points missing Z values
    
    * updated tests to use 1km subset of masspoints
    
    * fixed failing tests
    
    * ran black on python module
    
    * added python bindings for new functions
    
    * added triangulation and interpolation python tests
    
    * added python test for raster function
    
    * added python test for raster function
    
    * added SparkR tests for vector functions
    
    * added SparkR tests for raster function
    
    * added sparklyr tests for vector functions
    
    * added raster function tests to sparklyr bindings / fixed typo in sql registration for rst_dtmfromgeoms
    
    * description of st_triangulate
    
    * mistake in BNG grid
    
    * grid points are silently dropped if not in triangulated area (will be set equal to NoData value when raster written)
    
    * updated logic of rasterize method to handle empty geometry collections
    
    * hardcoded algorithm tolerance to zero
    
    * check / fix failing test
    
    * small docs updates
    
    * minor docs fix, split out tolerance into two params
    
    * updated docs / added examples for st_triangulate
    
    * added docs for interpolateelevation and dtmfromgeoms
    
    * ran isort, reverted h3 version bump, removed unused import
    sllynn authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ea37dda View commit details
    Browse the repository at this point in the history
  5. fixes 571, added test (#574)

    sllynn authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    53b22cf View commit details
    Browse the repository at this point in the history
  6. added python bindings for rst_avg, rst_max, rst_median, rst_min, and …

    …rst_pixelcount. (#576)
    
    Co-authored-by: Michael Johns <[email protected]>
    sllynn and mjohns-databricks authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0582410 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3964d7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0267bb0 View commit details
    Browse the repository at this point in the history
  9. pinned numpy version

    sllynn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4dffb54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a9d8bd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Raster api tweaks (#578)

    * formatter, added rst_setsrid to docs
    
    * standardize on rst_tooverlappingtiles, mark rst_to_overlapping_tiles as deprecated
    
    * fixed error in RST_WorldToRasterCoordY (was returning x)
    
    * marked rst_to_overlapping_tiles deprecated in MosaicContext
    
    * updated RST_PixelCount to take extra params
    
    * fixed failing python test
    
    * added rst_write expression for writing rasters
    
    * fixed R test
    
    * added cutline option to RST_Clip
    
    * minor docs tweak
    
    * `MosaicRasterGDAL` does not need `memsize` at instantiation. Will be estimated from band data types and sizes if not known
    
    * formatter run on the python bindings
    sllynn authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a019c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78a2057 View commit details
    Browse the repository at this point in the history
  3. updated CHANGELOG

    sllynn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4dc9bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    225f95d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    412d44f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. disabled checkpointing by default, fixed RST_Write failure when check…

    …pointing disabled, added checkpointing explanation and instructions to documentation
    sllynn committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ba042ae View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix failing python test (1)

    sllynn committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5b76490 View commit details
    Browse the repository at this point in the history
  2. fix failing python test (2)

    sllynn committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3307661 View commit details
    Browse the repository at this point in the history
  3. swap chown for chmod

    sllynn committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    74405b5 View commit details
    Browse the repository at this point in the history
  4. fix failing R tests

    sllynn committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1f91095 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Resolving triangulation issues (#592)

    * fixes to triangulation; exposed split point finding algorithm choice
    
    * updated R bindings and tests
    
    * fixed python bindings and tests
    
    * fixed failing test (sidecar files not cleaned up between checkpoint on / checkpoint off tests)
    
    * updated docs to reflect new sigs of triangulation funcs
    sllynn authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a9b17e4 View commit details
    Browse the repository at this point in the history