Skip to content

Releases: NCALM-UH/CODEM

v0.25.5

18 Apr 20:14
88a5b6d
Compare
Choose a tag to compare

What's Changed

  • Add scale and offset args for pointcloud registration by @j9ac9k in #87
  • Add .vrt as a valid DSM filetype by @chambbj in #88
  • unindent WebSocketHandler definition by @j9ac9k in #90

Full Changelog: v0.25.4...v0.25.5

v0.25.4

03 Nov 16:46
94e1589
Compare
Choose a tag to compare

What's Changed

  • Replace problematic utf-8 characters with ASCII by @j9ac9k in #85
  • Websocket logging functionality by @j9ac9k in #86

Full Changelog: v0.25.3...v0.25.4

v0.25.3

17 Jul 22:37
464dde3
Compare
Choose a tag to compare

What's Changed

  • cKDTree needs numpy arrays, not dataframes by @j9ac9k in #81
  • Add --version command line option by @j9ac9k in #83
  • Do not use assert statements to check for stuff by @j9ac9k in #82

Full Changelog: v0.25.2...v0.25.3

v0.25.2

11 Jul 17:45
7598448
Compare
Choose a tag to compare

What's Changed

  • Handle the case where complement has a GCS by @j9ac9k in #74
  • Add features to trust labels and compute HAG in VCD by @chambbj in #71
  • Add arg for limiting results to certain classes and correctly apply cluster filtering by @chambbj in #77
  • Fix bad if statement to catch non-projected CRS by @j9ac9k in #78

New Contributors

Full Changelog: v0.25.1...v0.25.2

v0.25.1

08 May 20:55
259cad4
Compare
Choose a tag to compare

What's Changed

  • Apply colors to VCD pointcloud by @j9ac9k in #54
  • Add CODEM_VERSION tag to GeoTIFF by @j9ac9k in #55
  • Drop color information if it is present by @j9ac9k in #58
  • Remove unused code and objects in VCD codepaths by @j9ac9k in #56
  • Add Feature to limit the search space for registration features by @j9ac9k in #62
  • Fix tight search feature by @j9ac9k in #63
  • Add error propagation information to output by @j9ac9k in #67
  • Preserve raster pixel area or point by @j9ac9k in #69

Full Changelog: v0.25.0...v0.25.1

v0.25.0

01 Mar 16:15
d2869a6
Compare
Choose a tag to compare

What's Changed

  • Better attempts to identify correct transform by @j9ac9k in #47
  • Provide positive or negative attributes on VCD change output by @willforker in #49
  • Bump version number by @j9ac9k in #50

Full Changelog: v0.24.0...v0.25.0

v0.24.0

12 Dec 23:26
Compare
Choose a tag to compare

What's Changed

  • In VCD Iterate through transform groups to find the correct transform by @j9ac9k in #42
  • Fix issues identified by ODM by @j9ac9k in #43
    • make rich an optional dependency
    • Default to choosing appropriate min_resolution value based on foundation and AOI (optional argument overwrites this calculation)

Full Changelog: v0.23.0...v0.24.0

v0.23.0

21 Nov 19:37
Compare
Choose a tag to compare

What's Changed

  • Replace some assert statements with runtime checks and such by @j9ac9k in #5
  • Handle nodata being None by @j9ac9k in #7
  • Fix non-meter scaling of rasters by @j9ac9k in #11
  • Handle Integer dtypes within rasters by @j9ac9k in #14
  • XYwarning by @willforker in #12
  • Add Registration Test Suite for Point-Clouds by @j9ac9k in #20
  • Add GitHub Actions CI Testing by @j9ac9k in #21
  • Migrate from enlighten to rich by @j9ac9k in #25
  • Vertical Change Detection by @hobu in #27
  • connect ground-height and resolution arguments to runtime config by @j9ac9k in #36

New Contributors

Full Changelog: https://github.com/NCALM-UH/CODEM/commits/v0.23.0