-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
50 lines (44 loc) · 1.47 KB
/
settings.ini
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
37
38
39
40
41
42
43
44
45
46
47
48
49
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = geo2ml
lib_name = %(repo)s
version = 0.0.1
min_python = 3.10
license = apache2
black_formatting = True
### nbdev ###
doc_path = _docs
lib_path = geo2ml
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = main
custom_sidebar = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Janne Mäyrä, Mikko Impiö
author_email = [email protected],[email protected]
copyright = 2023 onwards, %(author)s
description = Python library and module for converting geospatial data to be suitable for machine learning models
keywords = python ml geodata cv
language = English
status = 3
user = mayrajeo
### Optional ###
requirements = fastcore numpy geopandas rasterio pycocotools scikit-image scikit-learn tqdm matplotlib GDAL rasterstats black
# dev_requirements =
console_scripts =
geo2ml_help=geo2ml.cli:chelp
geo2ml_sample_points=geo2ml.scripts.data:sample_points
geo2ml_sample_polygons=geo2ml.scripts.data:sample_polygons
geo2ml_create_raster_dataset=geo2ml.scripts.data:create_raster_dataset
geo2ml_create_coco_dataset=geo2ml.scripts.data:create_coco_dataset
geo2ml_create_yolo_dataset=geo2ml.scripts.data:create_yolo_dataset