[refactor] remove some .idea files, add matplotlib as dev dependency
Browse files- .gitignore +1 -1
- .idea/inspectionProfiles/profiles_settings.xml +0 -6
- .idea/misc.xml +0 -7
- .idea/modules.xml +0 -9
- .idea/samgis.iml +0 -9
- .idea/vcs.xml +0 -7
- docs/_static/.gitignore +0 -0
- requirements_dev.txt +1 -0
.gitignore
CHANGED
@@ -233,7 +233,7 @@ function_dump_*.json
|
|
233 |
# since they will be recreated, and may cause churn. Uncomment if using
|
234 |
# auto-import.
|
235 |
# .idea/modules.xml
|
236 |
-
|
237 |
# .idea/modules
|
238 |
|
239 |
# CMake
|
|
|
233 |
# since they will be recreated, and may cause churn. Uncomment if using
|
234 |
# auto-import.
|
235 |
# .idea/modules.xml
|
236 |
+
.idea/*.iml
|
237 |
# .idea/modules
|
238 |
|
239 |
# CMake
|
.idea/inspectionProfiles/profiles_settings.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<component name="InspectionProjectProfileManager">
|
2 |
-
<settings>
|
3 |
-
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
-
<version value="1.0" />
|
5 |
-
</settings>
|
6 |
-
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/misc.xml
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="Black">
|
4 |
-
<option name="sdkName" value="Python 3.11 (samgis)" />
|
5 |
-
</component>
|
6 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (samgis)" project-jdk-type="Python SDK" />
|
7 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/modules.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="ProjectModuleManager">
|
4 |
-
<modules>
|
5 |
-
<module fileurl="file://$PROJECT_DIR$/.idea/samgis.iml" filepath="$PROJECT_DIR$/.idea/samgis.iml" />
|
6 |
-
<module fileurl="file://$PROJECT_DIR$/../surferdtm-api/.idea/surferdtm-api.iml" filepath="$PROJECT_DIR$/../surferdtm-api/.idea/surferdtm-api.iml" />
|
7 |
-
</modules>
|
8 |
-
</component>
|
9 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/samgis.iml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<module type="PYTHON_MODULE" version="4">
|
3 |
-
<component name="NewModuleRootManager">
|
4 |
-
<content url="file://$MODULE_DIR$" />
|
5 |
-
<orderEntry type="jdk" jdkName="Python 3.11 (samgis)" jdkType="Python SDK" />
|
6 |
-
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
-
<orderEntry type="module" module-name="surferdtm-api" />
|
8 |
-
</component>
|
9 |
-
</module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/vcs.xml
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="VcsDirectoryMappings">
|
4 |
-
<mapping directory="" vcs="Git" />
|
5 |
-
<mapping directory="$PROJECT_DIR$/../surferdtm-api" vcs="Git" />
|
6 |
-
</component>
|
7 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs/_static/.gitignore
ADDED
File without changes
|
requirements_dev.txt
CHANGED
@@ -3,6 +3,7 @@ awslambdaric
|
|
3 |
bson
|
4 |
geopandas
|
5 |
jmespath
|
|
|
6 |
numpy
|
7 |
onnxruntime
|
8 |
opencv-python
|
|
|
3 |
bson
|
4 |
geopandas
|
5 |
jmespath
|
6 |
+
matplotlib
|
7 |
numpy
|
8 |
onnxruntime
|
9 |
opencv-python
|