We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368c412 commit 89f0b8dCopy full SHA for 89f0b8d
leafmap/fire.py
@@ -11,7 +11,9 @@
11
import os
12
13
# Base API endpoint for OpenVEDA OGC API Features
14
-OPENVEDA_ENDPOINT = os.getenv("OPENVEDA_API_ENDPOINT", "https://openveda.cloud/api/features")
+OPENVEDA_ENDPOINT = os.getenv(
15
+ "OPENVEDA_API_ENDPOINT", "https://openveda.cloud/api/features"
16
+)
17
18
# Available fire collections with descriptions
19
# The full collection IDs use the prefix "public.eis_fire_"
requirements_dev.txt
@@ -12,7 +12,7 @@ h5netcdf
h5py
# ipysheet
# jupyter_bokeh
-keplergl
+# keplergl
laspy
localtileserver>=0.10.6
lonboard
0 commit comments