geoai-py 0.18.2__py2.py3-none-any.whl → 0.19.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- geoai/__init__.py +23 -1
- geoai/agents/__init__.py +1 -0
- geoai/agents/geo_agents.py +74 -29
- geoai/geoai.py +2 -0
- geoai/landcover_train.py +685 -0
- geoai/landcover_utils.py +383 -0
- geoai/map_widgets.py +556 -0
- geoai/moondream.py +990 -0
- geoai/tools/__init__.py +11 -0
- geoai/tools/sr.py +194 -0
- geoai/utils.py +329 -1881
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/METADATA +3 -1
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/RECORD +17 -13
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/WHEEL +0 -0
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/entry_points.txt +0 -0
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/licenses/LICENSE +0 -0
- {geoai_py-0.18.2.dist-info → geoai_py-0.19.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: geoai-py
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.19.0
|
|
4
4
|
Summary: A Python package for using Artificial Intelligence (AI) with geospatial data
|
|
5
5
|
Author-email: Qiusheng Wu <giswqs@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -57,6 +57,8 @@ Requires-Dist: strands-agents-tools; extra == "agents"
|
|
|
57
57
|
Requires-Dist: strands-agents[ollama]; extra == "agents"
|
|
58
58
|
Requires-Dist: strands-agents[anthropic]; extra == "agents"
|
|
59
59
|
Requires-Dist: strands-agents[openai]; extra == "agents"
|
|
60
|
+
Provides-Extra: sr
|
|
61
|
+
Requires-Dist: opensr-model; extra == "sr"
|
|
60
62
|
Dynamic: license-file
|
|
61
63
|
|
|
62
64
|
# GeoAI: Artificial Intelligence for Geospatial Data
|
|
@@ -1,33 +1,37 @@
|
|
|
1
|
-
geoai/__init__.py,sha256=
|
|
1
|
+
geoai/__init__.py,sha256=TjVf00Mu3h2tSrwqYir9HvRGbkFkz_2pZkZakNKmDak,5171
|
|
2
2
|
geoai/change_detection.py,sha256=pdQofnPRiwoES8vMln2vHghRnpeTdsmqLir74dnqZYU,60389
|
|
3
3
|
geoai/classify.py,sha256=0DcComVR6vKU4qWtH2oHVeXc7ZTcV0mFvdXRtlNmolo,35637
|
|
4
4
|
geoai/detectron2.py,sha256=dOOFM9M9-6PV8q2A4-mnIPrz7yTo-MpEvDiAW34nl0w,14610
|
|
5
5
|
geoai/dinov3.py,sha256=u4Lulihhvs4wTgi84RjRw8jWQpB8omQSl-dVVryNVus,40377
|
|
6
6
|
geoai/download.py,sha256=i3hUKYnh9O5bKCioJuK4uEph-x-4AA0JT34u-km5L7o,47785
|
|
7
7
|
geoai/extract.py,sha256=595MBcSaFx-gQLIEv5g3oEM90QA5In4L59GPVgBOlQc,122092
|
|
8
|
-
geoai/geoai.py,sha256=
|
|
8
|
+
geoai/geoai.py,sha256=OskDN2AiiQj8mxjJY8vlF3fY5LszurEDpYPRFQkUTZk,10214
|
|
9
9
|
geoai/hf.py,sha256=HbfJfpO6XnANKhmFOBvpwULiC65TeMlnLNtyQHHmlKA,17248
|
|
10
|
-
geoai/
|
|
10
|
+
geoai/landcover_train.py,sha256=QuuTOAVCfNqVarkrKVZRFQRcPM5poA_3_PRc9GduKpc,24713
|
|
11
|
+
geoai/landcover_utils.py,sha256=ETNhPORZk84BUvpzZvTiJ85AgAJ4fhPlIf4WgQsHYJU,14231
|
|
12
|
+
geoai/map_widgets.py,sha256=HECIBcLbDBtLaKKNt-xA5HqLNbJAjOpuVZnfN_MaQAE,25521
|
|
13
|
+
geoai/moondream.py,sha256=37k-gX1jhapy1-DO5onzTJ7s4l_V43p-tOgJpgj03jE,33498
|
|
11
14
|
geoai/sam.py,sha256=O6S-kGiFn7YEcFbfWFItZZQOhnsm6-GlunxQLY0daEs,34345
|
|
12
15
|
geoai/segment.py,sha256=yBGTxA-ti8lBpk7WVaBOp6yP23HkaulKJQk88acrmZ0,43788
|
|
13
16
|
geoai/segmentation.py,sha256=7yEzBSKCyHW1dNssoK0rdvhxi2IXsIQIFSga817KdI4,11535
|
|
14
17
|
geoai/timm_segment.py,sha256=GfvWmxT6t1S99-iZOf8PlsCkwodIUyrt0AwO_j6dCjE,38470
|
|
15
18
|
geoai/timm_train.py,sha256=y_Sm9Fwe7bTsHEKdtPee5rGY7s01CbkAZKP1TwUDXlU,20551
|
|
16
19
|
geoai/train.py,sha256=NtT5EDoHEQKFUcAdEy4zVkGsJU8pqzk8H9alfR90BSY,175838
|
|
17
|
-
geoai/utils.py,sha256=
|
|
18
|
-
geoai/agents/__init__.py,sha256=
|
|
20
|
+
geoai/utils.py,sha256=CWCgK66KL2igIhHtbqacGEn4OfcQwST7WAjKsev-HOY,301250
|
|
21
|
+
geoai/agents/__init__.py,sha256=K9htapECbC0h4BE2Ic4DW7GC6TuR9wNZ6HDZ2HkI6vI,310
|
|
19
22
|
geoai/agents/catalog_models.py,sha256=19E-PiE7FvpGEiOi4gDMKPf257FOhLseuVGWJbOjrDs,2089
|
|
20
23
|
geoai/agents/catalog_tools.py,sha256=psVw7-di65hhnJUFqWXFoOkbGaG2_sHrQhA5vdXp3x4,33597
|
|
21
|
-
geoai/agents/geo_agents.py,sha256=
|
|
24
|
+
geoai/agents/geo_agents.py,sha256=F6ptHEuuygoGnzATt1NRQh1EX-SxjqP5CIMKiZY_4CQ,61142
|
|
22
25
|
geoai/agents/map_tools.py,sha256=OK5uB0VUHjjUnc-DYRy2CQ__kyUIARSCPBucGabO0Xw,60669
|
|
23
26
|
geoai/agents/stac_models.py,sha256=N2kv7HHdAKT8lgYheEd98QK4l0UcbgpNTLOWW24ayBs,2573
|
|
24
27
|
geoai/agents/stac_tools.py,sha256=ILUg2xFRXVZ9WHOfPeJBvPSFT7lRsPLnGMZhnpDZ1co,16107
|
|
25
|
-
geoai/tools/__init__.py,sha256=
|
|
28
|
+
geoai/tools/__init__.py,sha256=DE1kZOxzaW8C89TfOWQ3Vdv4WsBLV_SFiFWNWVWc4Ys,1922
|
|
26
29
|
geoai/tools/cloudmask.py,sha256=qzvqVa8FAEgd8mePXBaV5Ptx4fHhwfS1BsYL0JAZBjM,14500
|
|
27
30
|
geoai/tools/multiclean.py,sha256=TVwmWgeQyGIyUuCe10b6pGCtgIl8TkZmcgVXPimn9uM,11949
|
|
28
|
-
|
|
29
|
-
geoai_py-0.
|
|
30
|
-
geoai_py-0.
|
|
31
|
-
geoai_py-0.
|
|
32
|
-
geoai_py-0.
|
|
33
|
-
geoai_py-0.
|
|
31
|
+
geoai/tools/sr.py,sha256=kg6Zkq2wB2Ve7c1WblCfbDgd7hFkY65wWgFiD1zC7Vg,7018
|
|
32
|
+
geoai_py-0.19.0.dist-info/licenses/LICENSE,sha256=TlBm8mRusRVB9yF2NTg-STcb71v69-XZaKaPdshqP2I,1074
|
|
33
|
+
geoai_py-0.19.0.dist-info/METADATA,sha256=v3kt79q3oEA-EUP-2z_bUW2DbpEQxlKR3B2CjJHPhlY,11325
|
|
34
|
+
geoai_py-0.19.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
35
|
+
geoai_py-0.19.0.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
|
|
36
|
+
geoai_py-0.19.0.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
|
|
37
|
+
geoai_py-0.19.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|