-
Notifications
You must be signed in to change notification settings - Fork 21
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
Landtype Boosting #789
Landtype Boosting #789
Commits on Apr 13, 2024
-
- initialize hexes without a landtype assignment - load landtype disktree - update tests to match HIP-103 chart with all 3 data sets
Configuration menu - View commit details
-
Copy full SHA for b649310 - Browse repository at this point
Copy the full SHA b649310View commit details -
HexAssignemnts wrap and labels Assignments. The order Assignments are considered is not always clear unless you have HIP-103 up next to the code. So we try to funnel all uses of the fields together into one place, and callers deal with Assignments as a collection.
Configuration menu - View commit details
-
Copy full SHA for 8a09846 - Browse repository at this point
Copy the full SHA 8a09846View commit details -
reify HexBoostData for CoverageDaemon
This is an attempt to simplify the trait soup hex boosting was starting to become. Until there is a concrete need for more traits, I believe this flow is easier to follow, and easier to mock at the level desired in tests.
Configuration menu - View commit details
-
Copy full SHA for a111595 - Browse repository at this point
Copy the full SHA a111595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e6213 - Browse repository at this point
Copy the full SHA 12e6213View commit details -
add mobile-verifier command to verify disktree
This command makes sure all values in a disktree file can be turned into Assignment.
Configuration menu - View commit details
-
Copy full SHA for a3fccfb - Browse repository at this point
Copy the full SHA a3fccfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c3419 - Browse repository at this point
Copy the full SHA 48c3419View commit details -
add from_paths constructor to Geofence
Now a geofence can be constructed directly without needing to go through a file if you have a HexTreeSet.
Configuration menu - View commit details
-
Copy full SHA for e5f3c75 - Browse repository at this point
Copy the full SHA e5f3c75View commit details -
match printing order with HIP order
The tables in HIP-103 list the assignments (AAA, ABC, etc,.) in the order (footfall, landtype, urbanized). Having the Debug repr of Assignments print in the same order makes it easier to cross reference with the tables.
Configuration menu - View commit details
-
Copy full SHA for 9618d74 - Browse repository at this point
Copy the full SHA 9618d74View commit details -
This test will break if the logic for deriving scores changes. If the break is on purpose, the test should be updated.
Configuration menu - View commit details
-
Copy full SHA for 95b747d - Browse repository at this point
Copy the full SHA 95b747dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d1318 - Browse repository at this point
Copy the full SHA 99d1318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bd9ce - Browse repository at this point
Copy the full SHA 95bd9ceView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 575bb4f - Browse repository at this point
Copy the full SHA 575bb4fView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d73b42e - Browse repository at this point
Copy the full SHA d73b42eView commit details -
implement From for the proto type, avoid base type
This forces us to go through the proto enum, but provides a stronger contract for going between types. very nice
Configuration menu - View commit details
-
Copy full SHA for 969b9f8 - Browse repository at this point
Copy the full SHA 969b9f8View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d3449c - Browse repository at this point
Copy the full SHA 8d3449cView commit details