Build a planting calendar off the last frost date, then size the soil and fertilizer for the bed.
Generate planting windows for a list of crops from the last frost date.
garden_planting_calendar({"last_frost": "example"})Calculate the soil volume needed for a raised bed.
raised_bed({"length_ft": 20, "width_ft": 12})Work out the fertilizer amount for the bed's square footage and target nitrogen rate.
fertilizer({"area_sqft": 100, "n_percent": 15})