RDG-Networks 0.2.1__tar.gz → 0.2.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- RDG-Networks-0.2.3/LICENSE.txt +5 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/PKG-INFO +7 -3
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/PKG-INFO +7 -3
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/generate_line_segments_dynamic.py +3 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/README.md +5 -1
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/setup.py +3 -2
- RDG-Networks-0.2.1/LICENSE.txt +0 -21
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/SOURCES.txt +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/dependency_links.txt +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/entry_points.txt +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/requires.txt +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_Networks.egg-info/top_level.txt +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/Classes.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/__init__.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/draw_segments.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/generate_line_network.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/generate_line_segments.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/get_intersection_segments.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/RDG_networks/sample_in_polygon.py +0 -0
- {RDG-Networks-0.2.1 → RDG-Networks-0.2.3}/setup.cfg +0 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
All Rights Reserved
|
2
|
+
|
3
|
+
The following code and its accompanying documentation are the property of Martijn (Niek) Mooij. All rights are reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the author, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law. For permission requests, write to the author at mooij.niek@gmail.com.
|
4
|
+
|
5
|
+
Copyright 2024 Niek Mooij
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: RDG-Networks
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: Most of the code from the RDG Networks project
|
5
5
|
Home-page: https://github.com/NiekMooij/RDG_networks
|
6
6
|
Author: Niek Mooij
|
7
7
|
Author-email: mooij.niek@gmail.com
|
8
|
+
License: All Rights Reserved
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
License-File: LICENSE.txt
|
12
12
|
Requires-Dist: networkx
|
@@ -54,7 +54,11 @@ To use the package, import the relevant script from the functions folder based o
|
|
54
54
|
No specific configuration is required.
|
55
55
|
|
56
56
|
## License
|
57
|
-
|
57
|
+
All Rights Reserved
|
58
|
+
|
59
|
+
The following code and its accompanying documentation are the property of Martijn (Niek) Mooij. All rights are reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the author, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law. For permission requests, write to the author at mooij.niek@gmail.com.
|
60
|
+
|
61
|
+
Copyright 2024 Niek Mooij
|
58
62
|
|
59
63
|
## Contact
|
60
64
|
You can contact me at mooij.niek@gmail.com for any questions or suggestions.
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: RDG-Networks
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: Most of the code from the RDG Networks project
|
5
5
|
Home-page: https://github.com/NiekMooij/RDG_networks
|
6
6
|
Author: Niek Mooij
|
7
7
|
Author-email: mooij.niek@gmail.com
|
8
|
+
License: All Rights Reserved
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
License-File: LICENSE.txt
|
12
12
|
Requires-Dist: networkx
|
@@ -54,7 +54,11 @@ To use the package, import the relevant script from the functions folder based o
|
|
54
54
|
No specific configuration is required.
|
55
55
|
|
56
56
|
## License
|
57
|
-
|
57
|
+
All Rights Reserved
|
58
|
+
|
59
|
+
The following code and its accompanying documentation are the property of Martijn (Niek) Mooij. All rights are reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the author, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law. For permission requests, write to the author at mooij.niek@gmail.com.
|
60
|
+
|
61
|
+
Copyright 2024 Niek Mooij
|
58
62
|
|
59
63
|
## Contact
|
60
64
|
You can contact me at mooij.niek@gmail.com for any questions or suggestions.
|
@@ -104,6 +104,9 @@ def check_and_update_when_intersect(lines: List[Dict[str, Any]], epsilon: float)
|
|
104
104
|
if j1['id'][:-2] == j2['id'][:-2] or index2 < index1:
|
105
105
|
continue
|
106
106
|
|
107
|
+
if j1['growth_status'] == False and j2['growth_status'] == False:
|
108
|
+
continue
|
109
|
+
|
107
110
|
line1 = LineString([j1['start'], j1['end']])
|
108
111
|
line2 = LineString([j2['start'], j2['end']])
|
109
112
|
|
@@ -37,7 +37,11 @@ To use the package, import the relevant script from the functions folder based o
|
|
37
37
|
No specific configuration is required.
|
38
38
|
|
39
39
|
## License
|
40
|
-
|
40
|
+
All Rights Reserved
|
41
|
+
|
42
|
+
The following code and its accompanying documentation are the property of Martijn (Niek) Mooij. All rights are reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the author, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law. For permission requests, write to the author at mooij.niek@gmail.com.
|
43
|
+
|
44
|
+
Copyright 2024 Niek Mooij
|
41
45
|
|
42
46
|
## Contact
|
43
47
|
You can contact me at mooij.niek@gmail.com for any questions or suggestions.
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='RDG-Networks',
|
5
|
-
version='0.2.
|
5
|
+
version='0.2.3',
|
6
6
|
author='Niek Mooij',
|
7
7
|
author_email='mooij.niek@gmail.com',
|
8
8
|
description='Most of the code from the RDG Networks project',
|
@@ -10,8 +10,9 @@ setup(
|
|
10
10
|
url='https://github.com/NiekMooij/RDG_networks',
|
11
11
|
classifiers=[
|
12
12
|
'Programming Language :: Python :: 3',
|
13
|
-
'License :: OSI Approved ::
|
13
|
+
# 'License :: OSI Approved :: All Rights Reserved',
|
14
14
|
'Operating System :: OS Independent'],
|
15
|
+
license='All Rights Reserved',
|
15
16
|
packages=find_packages(),
|
16
17
|
install_requires=[
|
17
18
|
'networkx',
|
RDG-Networks-0.2.1/LICENSE.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2023 M.N. Mooij
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
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
|