-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
36 lines (27 loc) · 874 Bytes
/
Copy pathrequirements.txt
File metadata and controls
36 lines (27 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Google Earth Engine Python Examples - Requirements
#
# Install all dependencies with: pip install -r requirements.txt
# Core Google Earth Engine library
earthengine-api>=0.1.380
# Geospatial data visualization (optional but recommended)
# Uncomment if you want to create interactive maps
# geemap>=0.30.0
# Data manipulation and analysis
numpy>=1.23.0
pandas>=2.0.0
# Visualization libraries (optional)
# Uncomment if you want to create charts and plots
# matplotlib>=3.7.0
# seaborn>=0.12.0
# For exporting and handling geospatial data (optional)
# geopandas>=0.13.0
# For working with dates and times
python-dateutil>=2.8.0
# For HTTP requests (used by earthengine-api)
requests>=2.28.0
# Google authentication
google-auth>=2.16.0
google-auth-httplib2>=0.1.0
google-auth-oauthlib>=0.4.6
# Note: After installation, authenticate with:
# earthengine authenticate