From e5f2a3c27aa313db115c204ce153bb56799cc464 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Fri, 7 Mar 2025 09:43:43 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1afb3b1..0075702 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The solar-spa package provides a Node.js module for calculating solar position a The SPA calculates the solar zenith angle, azimuth angle, incidence angle, sunrise time, sunset time, solar noon time, and sun transit altitude for a given date, time, and location. +This is a direct WASM conversion, which has some limitations and bugs in real-world usage, especially when used as an NPM package or within frameworks like Next.js. This repository will remain available for those who need or want it, but it will no longer be maintained by me in favor of the newer **[nrel-spa](https://github.com/acamarata/nrel-spa/)** package going forward. + ## Installation To install the solar-spa package, use the following command: @@ -68,4 +70,4 @@ function formatTime(hours) { The source code for this package is available on GitHub: github.com/acamarata/solar-spa # License -MIT \ No newline at end of file +MIT