-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqgis_text.txt
93 lines (81 loc) · 1.9 KB
/
qgis_text.txt
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#Add a location type
Name: City
Plural name: cities
Scope: Asheville
slug:cities
Is significant false - uchecked
#open coa_city_4326 in qis
Dissolve all boundarioes. Vector - GeoProcessing Tools - Dissolve.
The input is coa_city_4326
the field is dissolve all
output is coa_city_dissolve_4326
choose to add to toc
#get rid of inside lines. buffer by .000001
Dissolve all boundaries. Vector - GeoProcessing Tools - Buffer
input coa_city_dissolve_4326
buffer distance .000001
output coa_city_buffer_4326
check dissolve buffer results.
choose to add to toc
toggle editing
open attribute table
upate cityname
'ASHEVILLE'
add location by add shapefile
have to zip
zip -r coa_bnd.zip coa_city_buffer_4326*
#Add a location type
Name: Neighborhood
Plural name: Neighborhoods
Scope:Asheville
slug:neighborhoods
Is significant true - checked
add coa_hoods.zip
#add two schemas
Name: APD Crime
Pluaral name:APD Crimes
articale an
slug apd-crimes
mindate 1970-01-01
last update today
date name date
plurarl dates
importance 500
checked
is public
can collapse
has newsitem detail
allow comments
allow flagging
allow charting
use attribure lust
number in view 25
map color #8B0000
seee http://openblockproject.org/docs/packages/ebdata.html for details
then import newsitem from spreadsheet choose csv file created
use coa_crime.csv
use mapping_template.csv
development locations
Name: Current Development Location
Pluaral name:Current Development Locations
articale a
slug current-development-locations
mindate 1970-01-01
last update today
date name date
plurarl dates
importance 250
checked
is public
can collapse
has newsitem detail
allow comments
allow flagging
allow charting
use attribure lust
number in view 25
map color #4169E1
seee http://openblockproject.org/docs/packages/ebdata.html for details
then import newsitem from spreadsheet choose csv file created
use coa_development.csv
use mapping_template.csv