geoai-py 0.5.2__tar.gz → 0.5.3__tar.gz

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.
Files changed (105) hide show
  1. {geoai_py-0.5.2 → geoai_py-0.5.3}/PKG-INFO +1 -1
  2. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/__init__.py +1 -1
  3. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/geoai.py +4 -0
  4. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/PKG-INFO +1 -1
  5. {geoai_py-0.5.2 → geoai_py-0.5.3}/pyproject.toml +2 -2
  6. {geoai_py-0.5.2 → geoai_py-0.5.3}/requirements_docs.txt +2 -2
  7. {geoai_py-0.5.2 → geoai_py-0.5.3}/.editorconfig +0 -0
  8. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/FUNDING.yml +0 -0
  9. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  10. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  11. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  12. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/dependabot.yml +0 -0
  13. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/docs-build.yml +0 -0
  14. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/docs.yml +0 -0
  15. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/macos.yml +0 -0
  16. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/pypi.yml +0 -0
  17. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/ubuntu.yml +0 -0
  18. {geoai_py-0.5.2 → geoai_py-0.5.3}/.github/workflows/windows.yml +0 -0
  19. {geoai_py-0.5.2 → geoai_py-0.5.3}/.gitignore +0 -0
  20. {geoai_py-0.5.2 → geoai_py-0.5.3}/.pre-commit-config.yaml +0 -0
  21. {geoai_py-0.5.2 → geoai_py-0.5.3}/LICENSE +0 -0
  22. {geoai_py-0.5.2 → geoai_py-0.5.3}/MANIFEST.in +0 -0
  23. {geoai_py-0.5.2 → geoai_py-0.5.3}/README.md +0 -0
  24. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/CNAME +0 -0
  25. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/assets/logo.ico +0 -0
  26. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/assets/logo.png +0 -0
  27. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/assets/logo_rect.png +0 -0
  28. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/changelog.md +0 -0
  29. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/classify.md +0 -0
  30. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/contributing.md +0 -0
  31. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/download.md +0 -0
  32. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/_template.ipynb +0 -0
  33. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/building_footprints_africa.ipynb +0 -0
  34. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/building_footprints_china.ipynb +0 -0
  35. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/building_footprints_usa.ipynb +0 -0
  36. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/building_regularization.ipynb +0 -0
  37. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/car_detection.ipynb +0 -0
  38. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/create_vector.ipynb +0 -0
  39. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/data_visualization.ipynb +0 -0
  40. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/dataviz/lidar_viz.ipynb +0 -0
  41. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/dataviz/raster_viz.ipynb +0 -0
  42. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/dataviz/vector_viz.ipynb +0 -0
  43. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/download_data.ipynb +0 -0
  44. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/download_sentinel2.ipynb +0 -0
  45. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/edit_vector.ipynb +0 -0
  46. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/geometric_properties.ipynb +0 -0
  47. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/image_chips.ipynb +0 -0
  48. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/jupytext.toml +0 -0
  49. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/parking_spot_detection.ipynb +0 -0
  50. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/planetary_computer.ipynb +0 -0
  51. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/rastervision/semantic_segmentation.ipynb +0 -0
  52. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/arcgis.ipynb +0 -0
  53. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/automatic_mask_generator.ipynb +0 -0
  54. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/automatic_mask_generator_hq.ipynb +0 -0
  55. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/box_prompts.ipynb +0 -0
  56. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/fast_sam.ipynb +0 -0
  57. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/input_prompts.ipynb +0 -0
  58. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/input_prompts_hq.ipynb +0 -0
  59. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/maxar_open_data.ipynb +0 -0
  60. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/satellite-predictor.ipynb +0 -0
  61. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/satellite.ipynb +0 -0
  62. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/swimming_pools.ipynb +0 -0
  63. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/text_prompts.ipynb +0 -0
  64. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/samgeo/text_prompts_batch.ipynb +0 -0
  65. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/ship_detection.ipynb +0 -0
  66. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/solar_panel_detection.ipynb +0 -0
  67. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/text_prompt_segmentation.ipynb +0 -0
  68. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_building_footprints_usa.ipynb +0 -0
  69. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_car_detection.ipynb +0 -0
  70. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_object_detection_model.ipynb +0 -0
  71. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_ship_detection.ipynb +0 -0
  72. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_solar_panel_detection.ipynb +0 -0
  73. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/train_water_detection.ipynb +0 -0
  74. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/view_metadata.ipynb +0 -0
  75. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/examples/wetland_mapping.ipynb +0 -0
  76. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/extract.md +0 -0
  77. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/faq.md +0 -0
  78. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/geoai.md +0 -0
  79. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/hf.md +0 -0
  80. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/index.md +0 -0
  81. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/installation.md +0 -0
  82. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/overrides/main.html +0 -0
  83. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/segment.md +0 -0
  84. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/segmentation.md +0 -0
  85. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/train.md +0 -0
  86. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/usage.md +0 -0
  87. {geoai_py-0.5.2 → geoai_py-0.5.3}/docs/utils.md +0 -0
  88. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/classify.py +0 -0
  89. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/download.py +0 -0
  90. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/extract.py +0 -0
  91. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/hf.py +0 -0
  92. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/segment.py +0 -0
  93. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/segmentation.py +0 -0
  94. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/train.py +0 -0
  95. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai/utils.py +0 -0
  96. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/SOURCES.txt +0 -0
  97. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/dependency_links.txt +0 -0
  98. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/entry_points.txt +0 -0
  99. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/requires.txt +0 -0
  100. {geoai_py-0.5.2 → geoai_py-0.5.3}/geoai_py.egg-info/top_level.txt +0 -0
  101. {geoai_py-0.5.2 → geoai_py-0.5.3}/mkdocs.yml +0 -0
  102. {geoai_py-0.5.2 → geoai_py-0.5.3}/requirements.txt +0 -0
  103. {geoai_py-0.5.2 → geoai_py-0.5.3}/setup.cfg +0 -0
  104. {geoai_py-0.5.2 → geoai_py-0.5.3}/tests/__init__.py +0 -0
  105. {geoai_py-0.5.2 → geoai_py-0.5.3}/tests/test_geoai.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoai-py
3
- Version: 0.5.2
3
+ Version: 0.5.3
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Qiusheng Wu"""
4
4
  __email__ = "giswqs@gmail.com"
5
- __version__ = "0.5.2"
5
+ __version__ = "0.5.3"
6
6
 
7
7
 
8
8
  import os
@@ -1,5 +1,9 @@
1
1
  """Main module."""
2
2
 
3
+ import logging
4
+
5
+ logging.getLogger("maplibre").setLevel(logging.ERROR)
6
+
3
7
  import leafmap
4
8
  import leafmap.maplibregl as maplibregl
5
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoai-py
3
- Version: 0.5.2
3
+ Version: 0.5.3
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "geoai-py"
3
- version = "0.5.2"
3
+ version = "0.5.3"
4
4
  dynamic = [
5
5
  "dependencies",
6
6
  ]
@@ -44,7 +44,7 @@ universal = true
44
44
 
45
45
 
46
46
  [tool.bumpversion]
47
- current_version = "0.5.2"
47
+ current_version = "0.5.3"
48
48
  commit = true
49
49
  tag = true
50
50
 
@@ -10,9 +10,9 @@ mkdocs-git-revision-date-plugin
10
10
  mkdocs-jupyter>=0.24.0
11
11
  mkdocs-material>=9.1.3
12
12
  mkdocs-pdf-export-plugin
13
- mkdocstrings==0.28.2
13
+ mkdocstrings
14
14
  mkdocstrings-crystal
15
- mkdocstrings-python-legacy
15
+ mkdocstrings-python
16
16
  mystmd
17
17
  nbconvert
18
18
  nbformat
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes