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

release 0.0.9 #164

Merged
merged 75 commits into from
Feb 1, 2024
Merged

release 0.0.9 #164

merged 75 commits into from
Feb 1, 2024

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    ab88527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851338f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f9e21 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    d7a630b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b23f3f1 View commit details
    Browse the repository at this point in the history
  3. Strongly type and refactor geomEach meta function

    This commit also renames Geometry to GeometryObject
    baparham committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    95631be View commit details
    Browse the repository at this point in the history
  4. simplify geomEach

    lukas-h authored and baparham committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6494415 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0360b08 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Allow PR coverage comment to fail

    This allows PRs from forks to still run the tests successfully
    baparham committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    3a21086 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Refactor coverage reporting into its own job

    The coverage job is allowed to continue on error, letting the entire
    workflow 'pass' if we hit issues running or reporting coverage
    baparham committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    736342d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d35c4ce View commit details
    Browse the repository at this point in the history
  3. geomEach: nullable fields #36

    lukas-h committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b5935d4 View commit details
    Browse the repository at this point in the history
  4. fix types in tests

    lukas-h committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    dee647e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Update to latest romeovs/lcov-reporter-action

    This should resolve an issue where the 'comment code coverage on PR'
    action fails after being merged into main. See
    romeovs/lcov-reporter-action#16
    baparham committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    272a778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ff21d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

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

Commits on Dec 14, 2021

  1. Assemble different types, refactor GeoJSON serialization, general imp…

    …rovements (#43)
    
    * #19, #20, #21, refactor
    
    * convert GeoJSONObjectType to enum, rename
    
    * rm overridden bboxes
    
    * Implement vector operations #23
    
    * statically type 'round' helper func, fix unit test
    
    * gen coverage
    
    * fix typo
    
    * geojson unit tests, type fixes
    
    * fix deserialization with GeoJSONObjectType, implement hashCode
    
    * initial unit tests for new constructors
    
    * integration tests
    
    * fix path
    
    * test bbox on other geojson types
    
    * update enum tests
    
    * required params for new constructors, unit tests
    
    * license notices
    lukas-h authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    bcc7cfb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. bump version for release

    lukas-h committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    0b02608 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    d427d05 View commit details
    Browse the repository at this point in the history
  2. Add pub version badge

    lukas-h authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    fde7642 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. [meta] add coordeach implementation (#50)

    * [meta] add coordeach implementation
    
    * [benchmark] add coordeach benchmark using test fixtures
    tobrun authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    2aff26e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Add implementation for getCoord & getCoords // invariant package (#53)

    * initial getCoord & getCoords implementation
    
    * WIP test coords/coord
    
    * test gitpod flutter config
    
    * ports invariants package (#62)
    
    * dart pub get added
    
    * wip, type problem
    
    * fixed return error of the test
    
    * Gitpod config
    
    * new test cases, changed comments
    
    * standardized the comments
    
    * wrapped List in brackets
    
    * some minor typo edit
    
    * added highlight in documentation
    
    * formatted conflicting files
    
    * deleted the gitpod files
    
    Co-authored-by: Arman Torkzaban <[email protected]>
    
    Co-authored-by: arman <[email protected]>
    Co-authored-by: arman <[email protected]>
    Co-authored-by: Arman Torkzaban <[email protected]>
    4 people authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f3b6b0a View commit details
    Browse the repository at this point in the history
  2. Add flattenEach function and tests (#48)

    * Add flattenEach function and tests
    
    * Refactor flattenEach slightly
    
    * Refactor meta -- breaking of iterations tests
    
    * Explicitly do not support nested GeometryCollections
    
    * Update documentation links
    
    * Use more specific type checks in flattenEach test
    
    * rm duplicate fcMixed
    
    * remove geometryCollection clause
    
    * warning for nested GeometryCollection
    
    Co-authored-by: Lukas Himsel <[email protected]>
    baparham and lukas-h authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0c4522c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. refactor coordEach with geomEach, change type in geomEach callback (#68)

    * [meta] add coordeach implementation
    
    * Rework coordEach implementation to match setup more from geomEach
    
    * cleanup
    
    * optimize for geometry collection
    
    * refactor coordEach with geomEach, change type in geomEach callback
    
    Co-authored-by: Tobrun Van Nuland <[email protected]>
    lukas-h and tobrun authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ad7b2ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Port coordAll function and test, also: refactor coordEach callback (#64)

    * beginning
    
    * wip coordAll
    
    * coordAll test, WIP
    
    * changes CoordEachCallback's signature
    
    * typecast removed, test corrected
    
    * changes before merging
    
    * refactor for Position in CoordEachCallback
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5c0d02a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Update README.md

    lukas-h authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    4f49a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Feature reducers (#49)

    * Temporarily type geomEach callback to GeometryType
    
    * Add geomReduce function and tests
    
    * propReduce function
    
    * WIP - featureReduce()
    
    * WIP
    
    * added examples and documentations
    
    * flattenReduce WIP
    
    * WIP
    
    * coordReduce
    
    * documentation
    
    * add static types
    
    * merge readme
    
    * prepare new merge
    
    * generic types for all reducer functions
    
    * TurfJS compatible solution with type checks
    
    * add cloning
    
    * fixed types passed to callbacks, propReduce test
    
    * flattenReduce and featureReduce test
    
    * coordReduce
    
    * minor type conv. num to int
    
    Co-authored-by: Arman Torkzaban <[email protected]>
    Co-authored-by: Lukas Himsel <[email protected]>
    3 people authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    16ade7a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Port cluster functions and tests (#69)

    * port functions
    
    * getCluster documentation
    
    * WIP documentation
    
    * Did the documentation
    
    * wrote tests
    
    * benchmarks - in process
    
    * moved benchmarks to separate file
    
    * exported clusters.dart
    
    Co-authored-by: armantorkzaban <[email protected]>
    lukas-h and armantorkzaban authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    03d1839 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Port meta segment functions & lineSegment (#70)

    * initial commit to segment file
    
    * beginning
    
    * lineSegment()
    
    * lineSegment
    
    * refactor
    
    * lineSegment tests
    
    * polygon test
    
    * wip segmentEach
    
    * rewrite segmentEach witohut coordEach
    
    * fix flattenEachCallback
    
    * combine units
    
    * tests for segmentEach
    
    * segmentEach id check tests
    
    * segmentReduce impltd.
    
    * updated README
    
    * Documentation
    
    * benchmark init
    
    Co-authored-by: Arman Torkzaban <[email protected]>
    lukas-h and armantorkzaban authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b3b0ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f95eb View commit details
    Browse the repository at this point in the history
  3. Meta functions extension methods (#73)

    * initial setup
    
    * fix export, add all *each functions
    
    * implement 'other' functions
    
    * implement *reduce functions
    
    * fix tests
    
    * rm geojson param for reducers
    lukas-h authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4fdcb58 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Update functions and packages in README.md (#67)

    * WIP - updating README.md
    
    * missing new functions & packages
    
    * helpers function aint needed anymore - constructor
    
    * Links added and unnecessary funtioncs deleted
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a35adb1 View commit details
    Browse the repository at this point in the history
  2. Raise version to 0.0.5

    lukas-h committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6d6d786 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Documentation (#75)

    * in process - early analysis of the work
    
    * linked the meta functions in readme
    
    * CONTRIBUTING.md
    
    * links to the sources
    
    * edited typos
    
    * documentation work
    
    * closes #77, closes #16
    
    * proofread
    
    * improves pub.dev score, closes #79, #78, #75
    
    * Added deleted model, complemented contributing.md
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    2ecfc4f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. raise to version 0.0.6

    lukas-h committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    4cb1ca7 View commit details
    Browse the repository at this point in the history
  2. Improve pub score & raise to version 0.0.6+2 (#82)

    * add examples, fix segment * callbacks
    
    * raise version to 0.0.6+2
    lukas-h authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9135395 View commit details
    Browse the repository at this point in the history
  3. Improve pub score (rename example file, raise to 0.0.6+3) (#84)

    * add examples, fix segment * callbacks
    
    * raise version to 0.0.6+2
    
    * Rename example file, raise to 0.0.6+3
    lukas-h authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a940904 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Implement nearestPointOn(Multi)Line and internal intersects helpe…

    …r (Attempt 2) (#87)
    
    * Implement `nearestPointOn(Multi)Line` (#86)
    
    Co-authored-by: Levente Morva <[email protected]>
    
    * localIndex and index
    
    * add documentation
    
    * Fix `globalIndex` behaviour
    
    Co-authored-by: Levente Morva <[email protected]>
    
    * fix test, according to new globalIndex behaviour
    
    * add intersection test
    
    Co-authored-by: Levente Morva <[email protected]>
    lukas-h and skreborn authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    57c3616 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Port explode function and test (#93)

    * initial version without tests
    
    * closes #93
    
    * updated readme for explode
    
    * fixed formatting
    
    Co-authored-by: armantorkzaban <[email protected]>
    lukas-h and armantorkzaban authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    560d2a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Merge bbox-polygon and bbox, center, polyline decode (#99)

    * Added coordEach translation
    
    * Added bBox translation
    
    * Added center translation
    
    * Added decode points from polyline
    
    * Update read me
    
    * Remove and exclude .idea from git indexing
    
    * Convert double to Position
    
    * Use existing coord each implementation
    
    * Return bBox points in the correct order
    
    * Add bbox unit test
    
    * Change libraries namespaces
    
    * Code refactor
    
    * Add doc blocs and some more missing functions
    
    * Add encode polyline feature
    
    * Add tests for both encode and decode polylines
    
    * Add bbox tests
    
    * Add helper functions
    
    * Convert array to Bbox
    
    * Remove redundant helper functions
    
    * Add documentation
    
    * implementation
    
    * tests init, documentation, addition of types and debug
    
    * implemented, docs
    
    * test initiation
    
    * added it to /lib, updated readme, can close 97
    
    * renamed the test file
    
    * comments resolved
    
    * typo
    
    * unused lib removed
    
    * merge bbox-polygon
    
    * missing center_test.dart
    
    * imported bbox_polygon to center_test
    
    * test error fixes
    
    Co-authored-by: Dennis Mwea <[email protected]>
    Co-authored-by: Lukas Himsel <[email protected]>
    3 people authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    25c99d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Added missing alt1, alt2 in BBox constructor, BBox put in README (#100)

    * Added coordEach translation
    
    * Added bBox translation
    
    * Added center translation
    
    * Added decode points from polyline
    
    * Update read me
    
    * Remove and exclude .idea from git indexing
    
    * Convert double to Position
    
    * Use existing coord each implementation
    
    * Return bBox points in the correct order
    
    * Add bbox unit test
    
    * Change libraries namespaces
    
    * Code refactor
    
    * Add doc blocs and some more missing functions
    
    * Add encode polyline feature
    
    * Add tests for both encode and decode polylines
    
    * Add bbox tests
    
    * Add helper functions
    
    * Convert array to Bbox
    
    * Remove redundant helper functions
    
    * Add documentation
    
    * implementation
    
    * tests init, documentation, addition of types and debug
    
    * implemented, docs
    
    * test initiation
    
    * added it to /lib, updated readme, can close 97
    
    * renamed the test file
    
    * comments resolved
    
    * typo
    
    * unused lib removed
    
    * merge bbox-polygon
    
    * missing center_test.dart
    
    * imported bbox_polygon to center_test
    
    * test error fixes
    
    * added alt 1,2 to Bbox
    
    * added bbox to readme
    
    * Fix typos
    
    * bbox constructure changed to standard
    
    * bbox optional positional param. set accordingly
    
    * Documentation on limitation of optional prms. Bbox
    
    * Update geojson.dart
    
    * fix order of BBox default constructor in test
    
    * update doc comment
    
    * fix previously missed null exceptions
    
    Co-authored-by: Dennis Mwea <[email protected]>
    Co-authored-by: Lukas Himsel <[email protected]>
    3 people authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1e83297 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Implement rhumbBearing function and test (#109)

    * initial commit, stolen from @armantorkzaban
    
    * fix formatting
    
    * cleanup comments
    lukas-h authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ea56d89 View commit details
    Browse the repository at this point in the history
  2. Ports lineToPolygon, polygonToLine, and their tests (#104)

    * line_to_polygon ported
    
    * test init of lineToPolygon
    
    * debugging the test on line to polygon
    
    * line_to_polygon_test done
    
    * polygonToLine init
    
    * check for features' tyope in FeatureCollections
    
    * file name change
    
    * test and impl. done for polygonToLine
    
    * refactor autocomplete, lineStringToPolygon
    
    * comments resolved
    
    * type added
    
    * implementation and test and type setting
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b17d3fd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Adds proper documentation to feature-conversion Part I (#115)

    * line_to_polygon ported
    
    * test init of lineToPolygon
    
    * debugging the test on line to polygon
    
    * line_to_polygon_test done
    
    * polygonToLine init
    
    * check for features' tyope in FeatureCollections
    
    * file name change
    
    * test and impl. done for polygonToLine
    
    * refactor autocomplete, lineStringToPolygon
    
    * comments resolved
    
    * type added
    
    * implementation and test and type setting
    
    * corrected documentation
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    358a43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885bd6d View commit details
    Browse the repository at this point in the history
  3. Ports truncate package and its test (#111)

    * implemented
    
    * test init
    
    * moving on with the test
    
    * test finished.
    
    * comments resolved
    armantorkzaban authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f2cfcc6 View commit details
    Browse the repository at this point in the history
  4. add truncate reference

    lukas-h authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2ffce92 View commit details
    Browse the repository at this point in the history
  5. Ports clean_coords and its test (#112)

    * init
    
    * implemented
    
    * test init - imported
    
    * test, moving on
    
    * implemented points in comments
    
    * resolving comments
    
    * test done
    
    * readme updated, js removed
    
    * fix turf_equality dep, replace forEach with for
    
    * update types
    
    * trying to fix mutation
    
    * refactor, fix tests
    
    * another variance
    
    * simplified, cleaned comments
    
    * seems like it works!
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    037b03c View commit details
    Browse the repository at this point in the history
  6. Debugs GeometryCollection condition in truncate (#121)

    * implemented
    
    * test init
    
    * moving on with the test
    
    * test finished.
    
    * comments resolved
    
    * updated readme.md
    
    * changed from forEach to for and used the element
    
    * changed forEach to a for loop
    
    * variable name changed - resolving a comment
    
    * rid of redundant case for GeometryCollection, test
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    0895750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01029fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78f68e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Added support for the area function (#123)

    * Added the area function
    
    * made the geometry to be of type GeometryType
    
    * fixed the test and added a benchmark test
    
    * fixed the area docs
    
    * added some more tests
    
    * Marked functions as private and fixed documentation
    
    * fixed documentation
    
    * added exception in case of unsupported geometry type, formatted the code and removed some redundant code
    
    Co-authored-by: yarden <[email protected]>
    yardenfi and yarden-fishler authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5770e4c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Implement polygon-smooth and its tests (#127)

    * initial implementation, and refactor
    
    * finished test and benchmark impl
    
    * reference in README
    lukas-h authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f503b90 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Port boolean functions and tests (#91)

    * in process - early analysis of the work
    
    * linked the meta functions in readme
    
    * CONTRIBUTING.md
    
    * links to the sources
    
    * edited typos
    
    * documentation work
    
    * closes #77, closes #16
    
    * proofread
    
    * improves pub.dev score, closes #79, #78, #75
    
    * Added deleted model, complemented contributing.md
    
    * booleans init
    
    * initial import
    
    * boolean_touches
    
    * valid - wip
    
    * within - init
    
    * rewiring the translated code
    
    * contains etc.
    
    * touches
    
    * valid
    
    * dependencies imported
    
    * Update CONTRIBUTING.md
    
    * clockwise test
    
    * concave test
    
    * intersect test
    
    * pointOnLine test
    
    * contains
    
    * crosses_test - blocked by findIntersections
    
    * boolean_contain
    
    * boolean_within
    
    * rhumb_bearing
    
    * rhumb_bearing\'s test  - incomplete
    
    * rhumb_bearing's test - done, added to lib/bearing
    
    * boolean_contains, boolean_parallel, IP
    
    * working on contain - removed usages of runtimeType
    
    * rewriting pointInLine
    
    * tests reverted to false/true folder style
    
    * restructuring, clean-up
    
    * clockwise and its test, documentation
    
    * concave finalized
    
    * PointInPolygon plus test, dart format
    
    * removed the commented JS lines
    
    * return type added
    
    * disjoint and test - not done, depends on sweepline
    
    * equal implement, test, has dependencies
    
    * moving on
    
    * clean coords init
    
    * cleanCoord implemented, going to new branch
    
    * moving on with equal
    
    * update turf_equality dep
    
    * moving forward
    
    * refactors boolean_equal
    
    * #88 crosses, disjoint, equal, intersects, pip @lukas-h
    
    * cleanup on #88
    
    * progress on overlap
    
    * bool: overlap,parallel,valid,touches & lineOverlap
    
    * issue with test is worked on
    
    * still at porting the overlap test
    
    * done: parallel
    
    * working on valid
    
    * touches done
    
    * valid - got stuck
    
    * progress on within
    
    * moved on with valid, refactored
    
    * valid test
    
    * lineIntersection testet - contains sweepline
    
    * package publishabe, rm git deps, fix equality dep
    
    * update params in equality
    
    * mod. on valid to cover the std. - MutiPs' 'finite'
    
    * RFCs resolved - readied for merge
    
    * return type of getGeom
    
    * linter effect!
    
    * reolved requests
    
    * more requests resolved
    
    * more requests resolved
    
    * test name, touching lineOverlap
    
    * fix conversations in booleanContains
    
    * fixes conversations in crosses and disjoint
    
    * resolves allllllllll outdated conversations, refactor
    
    * use getGeom in booleanTouches
    
    * use getGeom more frequently
    
    * rm linter rule, which is already inherited from dartclub_lint
    
    * cleanup, ready for merge
    
    Co-authored-by: Lukas Himsel <[email protected]>
    armantorkzaban and lukas-h authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b17c9bf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    e39cc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfbbe11 View commit details
    Browse the repository at this point in the history
  3. Implement centroid with tests.

    ggastv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    02f5497 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    a0aba24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ff385 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. run dart format

    ggastv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2c2f5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    98fa780 View commit details
    Browse the repository at this point in the history
  2. work student position

    lukas-h authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4b7e16f View commit details
    Browse the repository at this point in the history
  3. Fix excludeWrapCoord in coordEach for MultiPolygon type. (#148)

    * Fix excludeWrapCoord in coordEach for MultiPolygon type.
    
    * Added multipolygon test case for centroid.
    ggastv authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    38edf93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcbd0e5 View commit details
    Browse the repository at this point in the history
  5. format markdown

    lukas-h committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bbccfb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    c3537d6 View commit details
    Browse the repository at this point in the history
  2. Implement length and along (#153)

    * Implement length with tests
    
    * Implement along with tests
    
    * Fix export added functions
    
    * Document along behaviour when distance is outside line length range
    
    * Format along test
    
    * Change length and along to accept Feature<LineString> instead of LineString
    
    * Change length to never return null.
    
    To my understanding, the reason why segmentReduce in its signature
    may return null is due to initialValue may be null, but in length()
    we supply 0.0 as the default.
    
    * Change along to throw Exception when empty line is passed instead of returning null
    
    It appears to be more in line with how turf.js operates and also
    existing error handling in turf_dart.
    
    * Change along to count from back when distance is negative
    
    I raised an issue with turf.js about behavour being undefined
    when distance is zero and they where in favour of counting from
    back behavour over clamping to the end. I think it is best to
    use same behavour as upstream turf.js so changing to their
    solution.
    
    * Update along test for negative distance
    
    * Fix along test for negative distance
    
    * Add along test using default unit
    
    * Add test of length() using default unit
    
    * Fix docs for along() when distance is negative
    
    * Change along() implementation to handle travelled == distance eagerly
    leiflinse-trivector authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bec5af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c123163 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Change return type of along to Feature<Point> (#161)

    This goes along with preferring to pass around full Features,
    and it allow to in the future set properties on the returned
    point without it being a breaking change.
    leiflinse-trivector authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    620d1f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Prepare release 0.0.9 (#162)

    * Update Dart SDK version in pubspec.yaml
    
    * Update README.md
    
    * Remove .DS_Store files
    
    * Update changelog
    
    * Update package version to 0.0.9
    
    * Update dependencies
    jsiedentop authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a0b9304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db20dfe View commit details
    Browse the repository at this point in the history
  3. Entfernt .DS_Store

    jsiedentop committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ac46ee1 View commit details
    Browse the repository at this point in the history
  4. Remove job offer

    jsiedentop committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    41d5b4c View commit details
    Browse the repository at this point in the history