Skip to content

Commit dfda081

Browse files
chekosclaude
andcommitted
Externalize boundary data to alameda-boundary.json
Replace 250 lines of inline boundary coordinates with URL reference. spatial.md drops from 1,254 to 1,008 lines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d77563c commit dfda081

1 file changed

Lines changed: 2 additions & 248 deletions

File tree

docs/guides/spatial.md

Lines changed: 2 additions & 248 deletions
Original file line numberDiff line numberDiff line change
@@ -790,254 +790,8 @@ chart
790790
"layer": [
791791
{
792792
"data": {
793-
"values": [
794-
{
795-
"id": "0",
796-
"type": "Feature",
797-
"properties": {},
798-
"geometry": {
799-
"type": "Polygon",
800-
"coordinates": [
801-
[
802-
[
803-
-122.279401,
804-
37.768134
805-
],
806-
[
807-
-122.289012,
808-
37.764608
809-
],
810-
[
811-
-122.328024583922,
812-
37.7813728248168
813-
],
814-
[
815-
-122.342253,
816-
37.805558
817-
],
818-
[
819-
-122.317296,
820-
37.816261
821-
],
822-
[
823-
-122.330369,
824-
37.82058
825-
],
826-
[
827-
-122.296618,
828-
37.828465
829-
],
830-
[
831-
-122.298044,
832-
37.836349
833-
],
834-
[
835-
-122.315913,
836-
37.836812
837-
],
838-
[
839-
-122.314195,
840-
37.842311
841-
],
842-
[
843-
-122.299233,
844-
37.840479
845-
],
846-
[
847-
-122.301372,
848-
37.855493
849-
],
850-
[
851-
-122.308352,
852-
37.862934
853-
],
854-
[
855-
-122.316944,
856-
37.858809
857-
],
858-
[
859-
-122.325193,
860-
37.874276
861-
],
862-
[
863-
-122.308502,
864-
37.87088
865-
],
866-
[
867-
-122.326912,
868-
37.892492
869-
],
870-
[
871-
-122.311101,
872-
37.89043
873-
],
874-
[
875-
-122.313147550967,
876-
37.8972880379388
877-
],
878-
[
879-
-122.27108,
880-
37.905824
881-
],
882-
[
883-
-122.241971,
884-
37.881927
885-
],
886-
[
887-
-122.22362,
888-
37.878566
889-
],
890-
[
891-
-122.208898,
892-
37.851941
893-
],
894-
[
895-
-122.185116,
896-
37.837353
897-
],
898-
[
899-
-122.185577,
900-
37.820726
901-
],
902-
[
903-
-122.166873,
904-
37.813424
905-
],
906-
[
907-
-122.157392,
908-
37.817952
909-
],
910-
[
911-
-122.140317,
912-
37.804701
913-
],
914-
[
915-
-122.045473,
916-
37.798126
917-
],
918-
[
919-
-121.997411,
920-
37.76336
921-
],
922-
[
923-
-122.011771,
924-
37.747428
925-
],
926-
[
927-
-121.96004,
928-
37.718531
929-
],
930-
[
931-
-121.556997,
932-
37.816488
933-
],
934-
[
935-
-121.556655,
936-
37.542732
937-
],
938-
[
939-
-121.541833,
940-
37.530215
941-
],
942-
[
943-
-121.501475,
944-
37.525003
945-
],
946-
[
947-
-121.496017,
948-
37.504938
949-
],
950-
[
951-
-121.482065,
952-
37.501439
953-
],
954-
[
955-
-121.47106,
956-
37.483317
957-
],
958-
[
959-
-121.865267,
960-
37.484637
961-
],
962-
[
963-
-121.925041,
964-
37.454186
965-
],
966-
[
967-
-121.944914,
968-
37.469163
969-
],
970-
[
971-
-121.951921,
972-
37.461461
973-
],
974-
[
975-
-122.040872722043,
976-
37.4628633674882
977-
],
978-
[
979-
-122.053431,
980-
37.473321
981-
],
982-
[
983-
-122.055541,
984-
37.49523
985-
],
986-
[
987-
-122.10942,
988-
37.500254
989-
],
990-
[
991-
-122.111998,
992-
37.528851
993-
],
994-
[
995-
-122.147014,
996-
37.588411
997-
],
998-
[
999-
-122.152993,
1000-
37.641923
1001-
],
1002-
[
1003-
-122.167587,
1004-
37.677178
1005-
],
1006-
[
1007-
-122.204161,
1008-
37.711603
1009-
],
1010-
[
1011-
-122.214744,
1012-
37.699247
1013-
],
1014-
[
1015-
-122.252172,
1016-
37.724952
1017-
],
1018-
[
1019-
-122.261679,
1020-
37.743373
1021-
],
1022-
[
1023-
-122.243947,
1024-
37.751779
1025-
],
1026-
[
1027-
-122.279401,
1028-
37.768134
1029-
]
1030-
]
1031-
]
1032-
},
1033-
"bbox": [
1034-
-122.342253,
1035-
37.454186,
1036-
-121.47106,
1037-
37.905824
1038-
]
1039-
}
1040-
]
793+
"url": "../../assets/alameda-boundary.json",
794+
"format": {"type": "json"}
1041795
},
1042796
"mark": {
1043797
"type": "geoshape",

0 commit comments

Comments
 (0)