Skip to content
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

Updating the Climate application(Local data intergration) #51

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
changes
yambanso committed Aug 29, 2024
commit 5ef57f0d9833f7c19a3ff1de968c1e8a3900582c
1 change: 1 addition & 0 deletions src/hooks/useEarthEngineData.js
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ const useEarthEngineData = (dataset, period, features) => {
const eePromise = useEarthEngine();

useEffect(() => {
console.log(period)
if (dataset && features?.length) {
setLoading(true);
setData();