Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.47 KB

NEWS.md

File metadata and controls

32 lines (23 loc) · 1.47 KB

susR 0.0.3

New geocoding functionality

  • Major changes:
    • Added support for the geocode parameter in fetch_susr_data(), enabling spatial analysis by appending geometry to the retrieved data.
    • Updated internal logic to ensure robust input validation and better user feedback when invalid codes are detected.

susR 0.0.2

Improved dimension handling by refactoring into a single function that expands special codes, validates inputs, and gracefully falls back (with warnings) when invalid codes are provided.

  • Major changes:
    • resolve_href() internally expands special keywords (e.g., "lastX", region shortcuts like "districs").
    • Added validation and fallback logic: user-supplied codes are now checked against available values (via susr_dimension_values()), and warnings are issued for any invalid codes.
    • If no valid codes remain, a fallback to "all" or the first available code is used with a warning.
    • Updated fetch_susr_data() to use the new resolve_href() function for cleaner dimension path construction.

susR 0.0.1

This is the first release version of susR! 🎉