You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to convert to common calendar for comparison; probably use convertdate package; propose working with Hijri calendar as first case since it's used on two of our projects
Need to know what it was converted from (since it could impact certainty)
Conversion needs to be reversible / able to round-trip
proposed implementation:
initial approach will be to use Undate object without adding a new converted date type
store original date using the undate text label field
add explicit calendar logic; store original calendar, use consistent internal calendar for comparison
implement calendar conversion as a "formatter" (probably rename these as converters to be more general)
adapt existing Princeton Geniza Project calendar conversion code, but look into writing as a parser (similar to EDTF approach) to make it more extensible
use ISMI sample data as a test case / comparison; write an example notebook with updated ISMI data (see: complex date objects from the ISMI database #17 ) and compare/demonstrate calendar conversion between the two implementations
preliminary support for calendar conversion:
convertdatepackage; propose working with Hijri calendar as first case since it's used on two of our projectsproposed implementation:
Undateobject without adding a new converted date type