@tiangong-ai/cli 0.0.51 → 0.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +22 -2
- package/README.md +171 -7
- package/dist/cli.js +10 -1
- package/dist/cli.js.map +1 -1
- package/dist/data/builtins.d.ts +1 -0
- package/dist/data/builtins.js +40 -0
- package/dist/data/builtins.js.map +1 -0
- package/dist/data/catalog.d.ts +25 -0
- package/dist/data/catalog.js +305 -0
- package/dist/data/catalog.js.map +1 -0
- package/dist/data/commands.d.ts +9 -0
- package/dist/data/commands.js +307 -0
- package/dist/data/commands.js.map +1 -0
- package/dist/data/connectors/airnow-hourly-observations.d.ts +2 -0
- package/dist/data/connectors/airnow-hourly-observations.js +522 -0
- package/dist/data/connectors/airnow-hourly-observations.js.map +1 -0
- package/dist/data/connectors/airnow-hourly-observations.schemas.d.ts +299 -0
- package/dist/data/connectors/airnow-hourly-observations.schemas.js +188 -0
- package/dist/data/connectors/airnow-hourly-observations.schemas.js.map +1 -0
- package/dist/data/connectors/bluesky-public-posts.d.ts +2 -0
- package/dist/data/connectors/bluesky-public-posts.js +705 -0
- package/dist/data/connectors/bluesky-public-posts.js.map +1 -0
- package/dist/data/connectors/bluesky-public-posts.schemas.d.ts +733 -0
- package/dist/data/connectors/bluesky-public-posts.schemas.js +422 -0
- package/dist/data/connectors/bluesky-public-posts.schemas.js.map +1 -0
- package/dist/data/connectors/epa-eis-records.d.ts +2 -0
- package/dist/data/connectors/epa-eis-records.js +566 -0
- package/dist/data/connectors/epa-eis-records.js.map +1 -0
- package/dist/data/connectors/epa-eis-records.schemas.d.ts +199 -0
- package/dist/data/connectors/epa-eis-records.schemas.js +146 -0
- package/dist/data/connectors/epa-eis-records.schemas.js.map +1 -0
- package/dist/data/connectors/federal-register-documents.d.ts +2 -0
- package/dist/data/connectors/federal-register-documents.js +517 -0
- package/dist/data/connectors/federal-register-documents.js.map +1 -0
- package/dist/data/connectors/federal-register-documents.schemas.d.ts +357 -0
- package/dist/data/connectors/federal-register-documents.schemas.js +243 -0
- package/dist/data/connectors/federal-register-documents.schemas.js.map +1 -0
- package/dist/data/connectors/gdelt-doc-search.d.ts +2 -0
- package/dist/data/connectors/gdelt-doc-search.js +658 -0
- package/dist/data/connectors/gdelt-doc-search.js.map +1 -0
- package/dist/data/connectors/gdelt-doc-search.schemas.d.ts +446 -0
- package/dist/data/connectors/gdelt-doc-search.schemas.js +330 -0
- package/dist/data/connectors/gdelt-doc-search.schemas.js.map +1 -0
- package/dist/data/connectors/gdelt-file-feeds.d.ts +4 -0
- package/dist/data/connectors/gdelt-file-feeds.js +591 -0
- package/dist/data/connectors/gdelt-file-feeds.js.map +1 -0
- package/dist/data/connectors/gdelt-file-feeds.schemas.d.ts +40 -0
- package/dist/data/connectors/gdelt-file-feeds.schemas.js +256 -0
- package/dist/data/connectors/gdelt-file-feeds.schemas.js.map +1 -0
- package/dist/data/connectors/nasa-firms-fire.d.ts +2 -0
- package/dist/data/connectors/nasa-firms-fire.js +578 -0
- package/dist/data/connectors/nasa-firms-fire.js.map +1 -0
- package/dist/data/connectors/nasa-firms-fire.schemas.d.ts +369 -0
- package/dist/data/connectors/nasa-firms-fire.schemas.js +238 -0
- package/dist/data/connectors/nasa-firms-fire.schemas.js.map +1 -0
- package/dist/data/connectors/open-meteo-air-quality.d.ts +2 -0
- package/dist/data/connectors/open-meteo-air-quality.js +401 -0
- package/dist/data/connectors/open-meteo-air-quality.js.map +1 -0
- package/dist/data/connectors/open-meteo-air-quality.schemas.d.ts +335 -0
- package/dist/data/connectors/open-meteo-air-quality.schemas.js +225 -0
- package/dist/data/connectors/open-meteo-air-quality.schemas.js.map +1 -0
- package/dist/data/connectors/open-meteo-flood.d.ts +2 -0
- package/dist/data/connectors/open-meteo-flood.js +446 -0
- package/dist/data/connectors/open-meteo-flood.js.map +1 -0
- package/dist/data/connectors/open-meteo-flood.schemas.d.ts +388 -0
- package/dist/data/connectors/open-meteo-flood.schemas.js +227 -0
- package/dist/data/connectors/open-meteo-flood.schemas.js.map +1 -0
- package/dist/data/connectors/open-meteo-historical-weather.d.ts +2 -0
- package/dist/data/connectors/open-meteo-historical-weather.js +468 -0
- package/dist/data/connectors/open-meteo-historical-weather.js.map +1 -0
- package/dist/data/connectors/open-meteo-historical-weather.schemas.d.ts +420 -0
- package/dist/data/connectors/open-meteo-historical-weather.schemas.js +282 -0
- package/dist/data/connectors/open-meteo-historical-weather.schemas.js.map +1 -0
- package/dist/data/connectors/openaq-air-quality.d.ts +2 -0
- package/dist/data/connectors/openaq-air-quality.js +734 -0
- package/dist/data/connectors/openaq-air-quality.js.map +1 -0
- package/dist/data/connectors/openaq-air-quality.schemas.d.ts +1067 -0
- package/dist/data/connectors/openaq-air-quality.schemas.js +512 -0
- package/dist/data/connectors/openaq-air-quality.schemas.js.map +1 -0
- package/dist/data/connectors/regulations-gov-attachments.d.ts +2 -0
- package/dist/data/connectors/regulations-gov-attachments.js +486 -0
- package/dist/data/connectors/regulations-gov-attachments.js.map +1 -0
- package/dist/data/connectors/regulations-gov-attachments.schemas.d.ts +270 -0
- package/dist/data/connectors/regulations-gov-attachments.schemas.js +181 -0
- package/dist/data/connectors/regulations-gov-attachments.schemas.js.map +1 -0
- package/dist/data/connectors/regulations-gov-comments.d.ts +2 -0
- package/dist/data/connectors/regulations-gov-comments.js +718 -0
- package/dist/data/connectors/regulations-gov-comments.js.map +1 -0
- package/dist/data/connectors/regulations-gov-comments.schemas.d.ts +717 -0
- package/dist/data/connectors/regulations-gov-comments.schemas.js +389 -0
- package/dist/data/connectors/regulations-gov-comments.schemas.js.map +1 -0
- package/dist/data/connectors/usbr-project-records.d.ts +2 -0
- package/dist/data/connectors/usbr-project-records.js +467 -0
- package/dist/data/connectors/usbr-project-records.js.map +1 -0
- package/dist/data/connectors/usbr-project-records.schemas.d.ts +194 -0
- package/dist/data/connectors/usbr-project-records.schemas.js +137 -0
- package/dist/data/connectors/usbr-project-records.schemas.js.map +1 -0
- package/dist/data/connectors/usbr-rise.d.ts +2 -0
- package/dist/data/connectors/usbr-rise.js +625 -0
- package/dist/data/connectors/usbr-rise.js.map +1 -0
- package/dist/data/connectors/usbr-rise.schemas.d.ts +623 -0
- package/dist/data/connectors/usbr-rise.schemas.js +407 -0
- package/dist/data/connectors/usbr-rise.schemas.js.map +1 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.d.ts +2 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.js +521 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.js.map +1 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.schemas.d.ts +496 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.schemas.js +309 -0
- package/dist/data/connectors/usgs-water-instantaneous-values.schemas.js.map +1 -0
- package/dist/data/connectors/youtube-public-content.d.ts +2 -0
- package/dist/data/connectors/youtube-public-content.js +974 -0
- package/dist/data/connectors/youtube-public-content.js.map +1 -0
- package/dist/data/connectors/youtube-public-content.schemas.d.ts +773 -0
- package/dist/data/connectors/youtube-public-content.schemas.js +567 -0
- package/dist/data/connectors/youtube-public-content.schemas.js.map +1 -0
- package/dist/data/contracts.d.ts +374 -0
- package/dist/data/contracts.js +10 -0
- package/dist/data/contracts.js.map +1 -0
- package/dist/data/runtime/artifacts.d.ts +6 -0
- package/dist/data/runtime/artifacts.js +103 -0
- package/dist/data/runtime/artifacts.js.map +1 -0
- package/dist/data/runtime/bounded-http.d.ts +10 -0
- package/dist/data/runtime/bounded-http.js +403 -0
- package/dist/data/runtime/bounded-http.js.map +1 -0
- package/dist/data/runtime/canonical-json.d.ts +3 -0
- package/dist/data/runtime/canonical-json.js +59 -0
- package/dist/data/runtime/canonical-json.js.map +1 -0
- package/dist/data/runtime/credentials.d.ts +14 -0
- package/dist/data/runtime/credentials.js +67 -0
- package/dist/data/runtime/credentials.js.map +1 -0
- package/dist/data/runtime/csv.d.ts +4 -0
- package/dist/data/runtime/csv.js +51 -0
- package/dist/data/runtime/csv.js.map +1 -0
- package/dist/data/runtime/errors.d.ts +22 -0
- package/dist/data/runtime/errors.js +101 -0
- package/dist/data/runtime/errors.js.map +1 -0
- package/dist/data/runtime/execute.d.ts +11 -0
- package/dist/data/runtime/execute.js +358 -0
- package/dist/data/runtime/execute.js.map +1 -0
- package/dist/data/runtime/receipts.d.ts +13 -0
- package/dist/data/runtime/receipts.js +38 -0
- package/dist/data/runtime/receipts.js.map +1 -0
- package/dist/data/schemas/catalog.v1.json +73 -0
- package/dist/data/schemas/core-receipt.v1.json +117 -0
- package/dist/data/schemas/describe.v1.json +24 -0
- package/dist/data/schemas/discovery.v1.json +130 -0
- package/dist/data/schemas/doctor.v1.json +40 -0
- package/dist/data/schemas/error.v1.json +48 -0
- package/dist/data/schemas/manifest.v1.json +174 -0
- package/dist/data/schemas/run-request.v1.json +37 -0
- package/dist/data/schemas/run-result.v1.json +77 -0
- package/dist/data/schemas.d.ts +27 -0
- package/dist/data/schemas.js +69 -0
- package/dist/data/schemas.js.map +1 -0
- package/dist/env.js.map +1 -1
- package/dist/errors.js.map +1 -1
- package/dist/http.js.map +1 -1
- package/dist/kb/config.js.map +1 -1
- package/dist/kb/pipeline-health.js.map +1 -1
- package/dist/research/orchestration.js +54 -7
- package/dist/research/orchestration.js.map +1 -1
- package/dist/research/workspace/acquisition.js.map +1 -1
- package/dist/research/workspace/audit-bundle.js +7 -2
- package/dist/research/workspace/audit-bundle.js.map +1 -1
- package/dist/research/workspace/broker.js.map +1 -1
- package/dist/research/workspace/constants.js.map +1 -1
- package/dist/research/workspace/credentials.d.ts +3 -0
- package/dist/research/workspace/credentials.js +20 -3
- package/dist/research/workspace/credentials.js.map +1 -1
- package/dist/research/workspace/data-evidence-adapter.d.ts +60 -0
- package/dist/research/workspace/data-evidence-adapter.js +314 -0
- package/dist/research/workspace/data-evidence-adapter.js.map +1 -0
- package/dist/research/workspace/discovery-status.js +10 -7
- package/dist/research/workspace/discovery-status.js.map +1 -1
- package/dist/research/workspace/discovery.js +12 -11
- package/dist/research/workspace/discovery.js.map +1 -1
- package/dist/research/workspace/evidence-ledger.d.ts +8 -1
- package/dist/research/workspace/evidence-ledger.js +46 -2
- package/dist/research/workspace/evidence-ledger.js.map +1 -1
- package/dist/research/workspace/evidence.d.ts +31 -0
- package/dist/research/workspace/evidence.js +77 -0
- package/dist/research/workspace/evidence.js.map +1 -1
- package/dist/research/workspace/executor.js.map +1 -1
- package/dist/research/workspace/external-skills.d.ts +49 -49
- package/dist/research/workspace/external-skills.js.map +1 -1
- package/dist/research/workspace/platform-capabilities.js.map +1 -1
- package/dist/research/workspace/preflight.d.ts +4 -4
- package/dist/research/workspace/preflight.js +33 -8
- package/dist/research/workspace/preflight.js.map +1 -1
- package/dist/research/workspace/projects.js.map +1 -1
- package/dist/research/workspace/publication.js.map +1 -1
- package/dist/research/workspace/research-policy-wizard.js.map +1 -1
- package/dist/research/workspace/research-policy.js.map +1 -1
- package/dist/research/workspace/runtime.d.ts +7 -0
- package/dist/research/workspace/runtime.js +77 -20
- package/dist/research/workspace/runtime.js.map +1 -1
- package/dist/research/workspace/sanitization.js.map +1 -1
- package/dist/research/workspace/schemas.js +1 -1
- package/dist/research/workspace/schemas.js.map +1 -1
- package/dist/research/workspace/scientific-design.js.map +1 -1
- package/dist/research/workspace/scientific-review.js.map +1 -1
- package/dist/research/workspace/setup-catalog.d.ts +9 -9
- package/dist/research/workspace/setup-catalog.js +2 -2
- package/dist/research/workspace/setup-catalog.js.map +1 -1
- package/dist/research/workspace/setup-declarative.js.map +1 -1
- package/dist/research/workspace/setup-instructions.d.ts +42 -0
- package/dist/research/workspace/setup-instructions.js +413 -0
- package/dist/research/workspace/setup-instructions.js.map +1 -0
- package/dist/research/workspace/setup-invocation.js.map +1 -1
- package/dist/research/workspace/setup-wizard.js +7 -0
- package/dist/research/workspace/setup-wizard.js.map +1 -1
- package/dist/research/workspace/setup.d.ts +18 -15
- package/dist/research/workspace/setup.js +68 -3
- package/dist/research/workspace/setup.js.map +1 -1
- package/dist/research/workspace/workspace.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
export declare const NASA_FIRMS_SOURCES: readonly ["LANDSAT_NRT", "MODIS_NRT", "MODIS_SP", "VIIRS_NOAA20_NRT", "VIIRS_NOAA20_SP", "VIIRS_NOAA21_NRT", "VIIRS_SNPP_NRT", "VIIRS_SNPP_SP"];
|
|
2
|
+
export declare const NASA_FIRMS_FIRE_INPUT_SCHEMA: {
|
|
3
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
4
|
+
readonly $id: "https://schemas.tiangong.ai/data/nasa-firms/active-fire-input.v1.json";
|
|
5
|
+
readonly type: "object";
|
|
6
|
+
readonly additionalProperties: false;
|
|
7
|
+
readonly required: readonly ["source", "boundingBox", "startDate", "endDate", "checkAvailability"];
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly source: {
|
|
10
|
+
readonly enum: readonly ["LANDSAT_NRT", "MODIS_NRT", "MODIS_SP", "VIIRS_NOAA20_NRT", "VIIRS_NOAA20_SP", "VIIRS_NOAA21_NRT", "VIIRS_SNPP_NRT", "VIIRS_SNPP_SP"];
|
|
11
|
+
readonly description: "One reviewed FIRMS active-fire source. NRT prioritizes timeliness and is replaced by SP; SP is better suited to consistent historical analysis.";
|
|
12
|
+
readonly examples: readonly ["VIIRS_NOAA20_NRT"];
|
|
13
|
+
};
|
|
14
|
+
readonly boundingBox: {
|
|
15
|
+
readonly type: "object";
|
|
16
|
+
readonly additionalProperties: false;
|
|
17
|
+
readonly required: readonly ["west", "south", "east", "north"];
|
|
18
|
+
readonly description: "One non-antimeridian WGS84 bounding box. The CLI rejects boxes larger than 3,600 square degrees and world-scale scans.";
|
|
19
|
+
readonly examples: readonly [{
|
|
20
|
+
readonly west: 115.8;
|
|
21
|
+
readonly south: -8.9;
|
|
22
|
+
readonly east: 116.3;
|
|
23
|
+
readonly north: -8.3;
|
|
24
|
+
}];
|
|
25
|
+
readonly properties: {
|
|
26
|
+
readonly west: {
|
|
27
|
+
readonly type: "number";
|
|
28
|
+
readonly minimum: -180;
|
|
29
|
+
readonly maximum: 180;
|
|
30
|
+
readonly description: "Western longitude in decimal degrees; it must be lower than east.";
|
|
31
|
+
readonly examples: readonly [115.8];
|
|
32
|
+
};
|
|
33
|
+
readonly south: {
|
|
34
|
+
readonly type: "number";
|
|
35
|
+
readonly minimum: -90;
|
|
36
|
+
readonly maximum: 90;
|
|
37
|
+
readonly description: "Southern latitude in decimal degrees; it must be lower than north.";
|
|
38
|
+
readonly examples: readonly [-8.9];
|
|
39
|
+
};
|
|
40
|
+
readonly east: {
|
|
41
|
+
readonly type: "number";
|
|
42
|
+
readonly minimum: -180;
|
|
43
|
+
readonly maximum: 180;
|
|
44
|
+
readonly description: "Eastern longitude in decimal degrees; it must be greater than west.";
|
|
45
|
+
readonly examples: readonly [116.3];
|
|
46
|
+
};
|
|
47
|
+
readonly north: {
|
|
48
|
+
readonly type: "number";
|
|
49
|
+
readonly minimum: -90;
|
|
50
|
+
readonly maximum: 90;
|
|
51
|
+
readonly description: "Northern latitude in decimal degrees; it must be greater than south.";
|
|
52
|
+
readonly examples: readonly [-8.3];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
readonly startDate: {
|
|
57
|
+
readonly type: "string";
|
|
58
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
59
|
+
readonly description: "Inclusive first acquisition date in UTC. Together with endDate, the window may contain at most 31 dates.";
|
|
60
|
+
readonly examples: readonly ["2026-03-01"];
|
|
61
|
+
};
|
|
62
|
+
readonly endDate: {
|
|
63
|
+
readonly type: "string";
|
|
64
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
65
|
+
readonly description: "Inclusive last acquisition date in UTC. It must not precede startDate; the CLI splits the window into at most five-day provider requests.";
|
|
66
|
+
readonly examples: readonly ["2026-03-07"];
|
|
67
|
+
};
|
|
68
|
+
readonly checkAvailability: {
|
|
69
|
+
readonly type: "boolean";
|
|
70
|
+
readonly description: "When true, query the provider's source availability first and block if the requested dates are outside its advertised window.";
|
|
71
|
+
readonly examples: readonly [true];
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
export declare const NASA_FIRMS_FIRE_OUTPUT_SCHEMA: {
|
|
76
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
77
|
+
readonly $id: "https://schemas.tiangong.ai/data/nasa-firms/active-fire-output.v1.json";
|
|
78
|
+
readonly type: "object";
|
|
79
|
+
readonly additionalProperties: false;
|
|
80
|
+
readonly required: readonly ["source", "request", "availability", "validation", "chunks", "records", "stopReason"];
|
|
81
|
+
readonly properties: {
|
|
82
|
+
readonly source: {
|
|
83
|
+
readonly type: "object";
|
|
84
|
+
readonly additionalProperties: false;
|
|
85
|
+
readonly required: readonly ["providerId", "service", "endpoint", "activeFireDetections", "timezone"];
|
|
86
|
+
readonly properties: {
|
|
87
|
+
readonly providerId: {
|
|
88
|
+
readonly const: "nasa-firms";
|
|
89
|
+
};
|
|
90
|
+
readonly service: {
|
|
91
|
+
readonly const: "Fire Information for Resource Management System";
|
|
92
|
+
};
|
|
93
|
+
readonly endpoint: {
|
|
94
|
+
readonly const: "/api/area/csv";
|
|
95
|
+
};
|
|
96
|
+
readonly activeFireDetections: {
|
|
97
|
+
readonly const: true;
|
|
98
|
+
};
|
|
99
|
+
readonly timezone: {
|
|
100
|
+
readonly const: "UTC";
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly request: {
|
|
105
|
+
readonly type: "object";
|
|
106
|
+
readonly additionalProperties: false;
|
|
107
|
+
readonly required: readonly ["source", "boundingBox", "startDate", "endDate", "checkAvailability", "dayCount", "chunkCount", "estimatedTransactions"];
|
|
108
|
+
readonly properties: {
|
|
109
|
+
readonly source: {
|
|
110
|
+
readonly enum: readonly ["LANDSAT_NRT", "MODIS_NRT", "MODIS_SP", "VIIRS_NOAA20_NRT", "VIIRS_NOAA20_SP", "VIIRS_NOAA21_NRT", "VIIRS_SNPP_NRT", "VIIRS_SNPP_SP"];
|
|
111
|
+
readonly description: "One reviewed FIRMS active-fire source. NRT prioritizes timeliness and is replaced by SP; SP is better suited to consistent historical analysis.";
|
|
112
|
+
readonly examples: readonly ["VIIRS_NOAA20_NRT"];
|
|
113
|
+
};
|
|
114
|
+
readonly boundingBox: {
|
|
115
|
+
readonly type: "object";
|
|
116
|
+
readonly additionalProperties: false;
|
|
117
|
+
readonly required: readonly ["west", "south", "east", "north"];
|
|
118
|
+
readonly description: "One non-antimeridian WGS84 bounding box. The CLI rejects boxes larger than 3,600 square degrees and world-scale scans.";
|
|
119
|
+
readonly examples: readonly [{
|
|
120
|
+
readonly west: 115.8;
|
|
121
|
+
readonly south: -8.9;
|
|
122
|
+
readonly east: 116.3;
|
|
123
|
+
readonly north: -8.3;
|
|
124
|
+
}];
|
|
125
|
+
readonly properties: {
|
|
126
|
+
readonly west: {
|
|
127
|
+
readonly type: "number";
|
|
128
|
+
readonly minimum: -180;
|
|
129
|
+
readonly maximum: 180;
|
|
130
|
+
readonly description: "Western longitude in decimal degrees; it must be lower than east.";
|
|
131
|
+
readonly examples: readonly [115.8];
|
|
132
|
+
};
|
|
133
|
+
readonly south: {
|
|
134
|
+
readonly type: "number";
|
|
135
|
+
readonly minimum: -90;
|
|
136
|
+
readonly maximum: 90;
|
|
137
|
+
readonly description: "Southern latitude in decimal degrees; it must be lower than north.";
|
|
138
|
+
readonly examples: readonly [-8.9];
|
|
139
|
+
};
|
|
140
|
+
readonly east: {
|
|
141
|
+
readonly type: "number";
|
|
142
|
+
readonly minimum: -180;
|
|
143
|
+
readonly maximum: 180;
|
|
144
|
+
readonly description: "Eastern longitude in decimal degrees; it must be greater than west.";
|
|
145
|
+
readonly examples: readonly [116.3];
|
|
146
|
+
};
|
|
147
|
+
readonly north: {
|
|
148
|
+
readonly type: "number";
|
|
149
|
+
readonly minimum: -90;
|
|
150
|
+
readonly maximum: 90;
|
|
151
|
+
readonly description: "Northern latitude in decimal degrees; it must be greater than south.";
|
|
152
|
+
readonly examples: readonly [-8.3];
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
readonly startDate: {
|
|
157
|
+
readonly type: "string";
|
|
158
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
159
|
+
readonly description: "Inclusive first acquisition date in UTC. Together with endDate, the window may contain at most 31 dates.";
|
|
160
|
+
readonly examples: readonly ["2026-03-01"];
|
|
161
|
+
};
|
|
162
|
+
readonly endDate: {
|
|
163
|
+
readonly type: "string";
|
|
164
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
165
|
+
readonly description: "Inclusive last acquisition date in UTC. It must not precede startDate; the CLI splits the window into at most five-day provider requests.";
|
|
166
|
+
readonly examples: readonly ["2026-03-07"];
|
|
167
|
+
};
|
|
168
|
+
readonly checkAvailability: {
|
|
169
|
+
readonly type: "boolean";
|
|
170
|
+
};
|
|
171
|
+
readonly dayCount: {
|
|
172
|
+
readonly type: "integer";
|
|
173
|
+
readonly minimum: 1;
|
|
174
|
+
readonly maximum: 31;
|
|
175
|
+
};
|
|
176
|
+
readonly chunkCount: {
|
|
177
|
+
readonly type: "integer";
|
|
178
|
+
readonly minimum: 1;
|
|
179
|
+
readonly maximum: 7;
|
|
180
|
+
};
|
|
181
|
+
readonly estimatedTransactions: {
|
|
182
|
+
readonly type: "integer";
|
|
183
|
+
readonly minimum: 1;
|
|
184
|
+
readonly maximum: 250;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
readonly availability: {
|
|
189
|
+
readonly type: readonly ["object", "null"];
|
|
190
|
+
readonly additionalProperties: false;
|
|
191
|
+
readonly required: readonly ["source", "minDate", "maxDate"];
|
|
192
|
+
readonly properties: {
|
|
193
|
+
readonly source: {
|
|
194
|
+
readonly enum: readonly ["LANDSAT_NRT", "MODIS_NRT", "MODIS_SP", "VIIRS_NOAA20_NRT", "VIIRS_NOAA20_SP", "VIIRS_NOAA21_NRT", "VIIRS_SNPP_NRT", "VIIRS_SNPP_SP"];
|
|
195
|
+
};
|
|
196
|
+
readonly minDate: {
|
|
197
|
+
readonly type: "string";
|
|
198
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
199
|
+
};
|
|
200
|
+
readonly maxDate: {
|
|
201
|
+
readonly type: "string";
|
|
202
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly validation: {
|
|
207
|
+
readonly type: "object";
|
|
208
|
+
readonly additionalProperties: false;
|
|
209
|
+
readonly required: readonly ["issueCount", "issues"];
|
|
210
|
+
readonly properties: {
|
|
211
|
+
readonly issueCount: {
|
|
212
|
+
readonly type: "integer";
|
|
213
|
+
readonly minimum: 0;
|
|
214
|
+
};
|
|
215
|
+
readonly issues: {
|
|
216
|
+
readonly type: "array";
|
|
217
|
+
readonly maxItems: 50;
|
|
218
|
+
readonly items: {
|
|
219
|
+
readonly type: "object";
|
|
220
|
+
readonly additionalProperties: false;
|
|
221
|
+
readonly required: readonly ["path", "message"];
|
|
222
|
+
readonly properties: {
|
|
223
|
+
readonly path: {
|
|
224
|
+
readonly type: "string";
|
|
225
|
+
readonly minLength: 1;
|
|
226
|
+
};
|
|
227
|
+
readonly message: {
|
|
228
|
+
readonly type: "string";
|
|
229
|
+
readonly minLength: 1;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
readonly chunks: {
|
|
237
|
+
readonly type: "array";
|
|
238
|
+
readonly maxItems: 7;
|
|
239
|
+
readonly items: {
|
|
240
|
+
readonly type: "object";
|
|
241
|
+
readonly additionalProperties: false;
|
|
242
|
+
readonly required: readonly ["chunkIndex", "startDate", "endDate", "dayCount", "estimatedTransactions", "status", "responseBytes", "inputRows", "emittedRecords", "issues"];
|
|
243
|
+
readonly properties: {
|
|
244
|
+
readonly chunkIndex: {
|
|
245
|
+
readonly type: "integer";
|
|
246
|
+
readonly minimum: 0;
|
|
247
|
+
readonly maximum: 6;
|
|
248
|
+
};
|
|
249
|
+
readonly startDate: {
|
|
250
|
+
readonly type: "string";
|
|
251
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
252
|
+
};
|
|
253
|
+
readonly endDate: {
|
|
254
|
+
readonly type: "string";
|
|
255
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}$";
|
|
256
|
+
};
|
|
257
|
+
readonly dayCount: {
|
|
258
|
+
readonly type: "integer";
|
|
259
|
+
readonly minimum: 1;
|
|
260
|
+
readonly maximum: 5;
|
|
261
|
+
};
|
|
262
|
+
readonly estimatedTransactions: {
|
|
263
|
+
readonly type: "integer";
|
|
264
|
+
readonly minimum: 1;
|
|
265
|
+
};
|
|
266
|
+
readonly status: {
|
|
267
|
+
readonly enum: readonly ["failed", "invalid", "ok"];
|
|
268
|
+
};
|
|
269
|
+
readonly responseBytes: {
|
|
270
|
+
readonly type: "integer";
|
|
271
|
+
readonly minimum: 0;
|
|
272
|
+
};
|
|
273
|
+
readonly inputRows: {
|
|
274
|
+
readonly type: "integer";
|
|
275
|
+
readonly minimum: 0;
|
|
276
|
+
};
|
|
277
|
+
readonly emittedRecords: {
|
|
278
|
+
readonly type: "integer";
|
|
279
|
+
readonly minimum: 0;
|
|
280
|
+
};
|
|
281
|
+
readonly issues: {
|
|
282
|
+
readonly type: "array";
|
|
283
|
+
readonly maxItems: 50;
|
|
284
|
+
readonly items: {
|
|
285
|
+
readonly type: "string";
|
|
286
|
+
readonly minLength: 1;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
readonly records: {
|
|
293
|
+
readonly type: "array";
|
|
294
|
+
readonly maxItems: 50000;
|
|
295
|
+
readonly items: {
|
|
296
|
+
readonly type: "object";
|
|
297
|
+
readonly additionalProperties: false;
|
|
298
|
+
readonly required: readonly ["recordIndex", "chunkIndex", "source", "latitude", "longitude", "acquiredAtUtc", "satellite", "instrument", "confidence", "version", "dayNight", "fireRadiativePowerMw", "scanKm", "trackKm", "brightnessKelvin", "brightT31Kelvin", "brightTi4Kelvin", "brightTi5Kelvin"];
|
|
299
|
+
readonly properties: {
|
|
300
|
+
readonly recordIndex: {
|
|
301
|
+
readonly type: "integer";
|
|
302
|
+
readonly minimum: 0;
|
|
303
|
+
};
|
|
304
|
+
readonly chunkIndex: {
|
|
305
|
+
readonly type: "integer";
|
|
306
|
+
readonly minimum: 0;
|
|
307
|
+
readonly maximum: 6;
|
|
308
|
+
};
|
|
309
|
+
readonly source: {
|
|
310
|
+
readonly enum: readonly ["LANDSAT_NRT", "MODIS_NRT", "MODIS_SP", "VIIRS_NOAA20_NRT", "VIIRS_NOAA20_SP", "VIIRS_NOAA21_NRT", "VIIRS_SNPP_NRT", "VIIRS_SNPP_SP"];
|
|
311
|
+
};
|
|
312
|
+
readonly latitude: {
|
|
313
|
+
readonly type: "number";
|
|
314
|
+
readonly minimum: -90;
|
|
315
|
+
readonly maximum: 90;
|
|
316
|
+
};
|
|
317
|
+
readonly longitude: {
|
|
318
|
+
readonly type: "number";
|
|
319
|
+
readonly minimum: -180;
|
|
320
|
+
readonly maximum: 180;
|
|
321
|
+
};
|
|
322
|
+
readonly acquiredAtUtc: {
|
|
323
|
+
readonly type: "string";
|
|
324
|
+
readonly pattern: "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:00Z$";
|
|
325
|
+
};
|
|
326
|
+
readonly satellite: {
|
|
327
|
+
readonly type: readonly ["string", "null"];
|
|
328
|
+
};
|
|
329
|
+
readonly instrument: {
|
|
330
|
+
readonly type: readonly ["string", "null"];
|
|
331
|
+
};
|
|
332
|
+
readonly confidence: {
|
|
333
|
+
readonly type: readonly ["string", "null"];
|
|
334
|
+
};
|
|
335
|
+
readonly version: {
|
|
336
|
+
readonly type: readonly ["string", "null"];
|
|
337
|
+
};
|
|
338
|
+
readonly dayNight: {
|
|
339
|
+
readonly enum: readonly ["D", "N", null];
|
|
340
|
+
};
|
|
341
|
+
readonly fireRadiativePowerMw: {
|
|
342
|
+
readonly type: readonly ["number", "null"];
|
|
343
|
+
};
|
|
344
|
+
readonly scanKm: {
|
|
345
|
+
readonly type: readonly ["number", "null"];
|
|
346
|
+
};
|
|
347
|
+
readonly trackKm: {
|
|
348
|
+
readonly type: readonly ["number", "null"];
|
|
349
|
+
};
|
|
350
|
+
readonly brightnessKelvin: {
|
|
351
|
+
readonly type: readonly ["number", "null"];
|
|
352
|
+
};
|
|
353
|
+
readonly brightT31Kelvin: {
|
|
354
|
+
readonly type: readonly ["number", "null"];
|
|
355
|
+
};
|
|
356
|
+
readonly brightTi4Kelvin: {
|
|
357
|
+
readonly type: readonly ["number", "null"];
|
|
358
|
+
};
|
|
359
|
+
readonly brightTi5Kelvin: {
|
|
360
|
+
readonly type: readonly ["number", "null"];
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
readonly stopReason: {
|
|
366
|
+
readonly enum: readonly ["completed", "max-records", "no-results", "partial"];
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
};
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
const DATE_PATTERN = "^\\d{4}-\\d{2}-\\d{2}$";
|
|
2
|
+
const UTC_MINUTE_PATTERN = "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:00Z$";
|
|
3
|
+
export const NASA_FIRMS_SOURCES = [
|
|
4
|
+
"LANDSAT_NRT",
|
|
5
|
+
"MODIS_NRT",
|
|
6
|
+
"MODIS_SP",
|
|
7
|
+
"VIIRS_NOAA20_NRT",
|
|
8
|
+
"VIIRS_NOAA20_SP",
|
|
9
|
+
"VIIRS_NOAA21_NRT",
|
|
10
|
+
"VIIRS_SNPP_NRT",
|
|
11
|
+
"VIIRS_SNPP_SP",
|
|
12
|
+
];
|
|
13
|
+
const BOUNDING_BOX_SCHEMA = {
|
|
14
|
+
type: "object",
|
|
15
|
+
additionalProperties: false,
|
|
16
|
+
required: ["west", "south", "east", "north"],
|
|
17
|
+
description: "One non-antimeridian WGS84 bounding box. The CLI rejects boxes larger than 3,600 square degrees and world-scale scans.",
|
|
18
|
+
examples: [{ west: 115.8, south: -8.9, east: 116.3, north: -8.3 }],
|
|
19
|
+
properties: {
|
|
20
|
+
west: {
|
|
21
|
+
type: "number",
|
|
22
|
+
minimum: -180,
|
|
23
|
+
maximum: 180,
|
|
24
|
+
description: "Western longitude in decimal degrees; it must be lower than east.",
|
|
25
|
+
examples: [115.8],
|
|
26
|
+
},
|
|
27
|
+
south: {
|
|
28
|
+
type: "number",
|
|
29
|
+
minimum: -90,
|
|
30
|
+
maximum: 90,
|
|
31
|
+
description: "Southern latitude in decimal degrees; it must be lower than north.",
|
|
32
|
+
examples: [-8.9],
|
|
33
|
+
},
|
|
34
|
+
east: {
|
|
35
|
+
type: "number",
|
|
36
|
+
minimum: -180,
|
|
37
|
+
maximum: 180,
|
|
38
|
+
description: "Eastern longitude in decimal degrees; it must be greater than west.",
|
|
39
|
+
examples: [116.3],
|
|
40
|
+
},
|
|
41
|
+
north: {
|
|
42
|
+
type: "number",
|
|
43
|
+
minimum: -90,
|
|
44
|
+
maximum: 90,
|
|
45
|
+
description: "Northern latitude in decimal degrees; it must be greater than south.",
|
|
46
|
+
examples: [-8.3],
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
export const NASA_FIRMS_FIRE_INPUT_SCHEMA = {
|
|
51
|
+
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
52
|
+
$id: "https://schemas.tiangong.ai/data/nasa-firms/active-fire-input.v1.json",
|
|
53
|
+
type: "object",
|
|
54
|
+
additionalProperties: false,
|
|
55
|
+
required: ["source", "boundingBox", "startDate", "endDate", "checkAvailability"],
|
|
56
|
+
properties: {
|
|
57
|
+
source: {
|
|
58
|
+
enum: NASA_FIRMS_SOURCES,
|
|
59
|
+
description: "One reviewed FIRMS active-fire source. NRT prioritizes timeliness and is replaced by SP; SP is better suited to consistent historical analysis.",
|
|
60
|
+
examples: ["VIIRS_NOAA20_NRT"],
|
|
61
|
+
},
|
|
62
|
+
boundingBox: BOUNDING_BOX_SCHEMA,
|
|
63
|
+
startDate: {
|
|
64
|
+
type: "string",
|
|
65
|
+
pattern: DATE_PATTERN,
|
|
66
|
+
description: "Inclusive first acquisition date in UTC. Together with endDate, the window may contain at most 31 dates.",
|
|
67
|
+
examples: ["2026-03-01"],
|
|
68
|
+
},
|
|
69
|
+
endDate: {
|
|
70
|
+
type: "string",
|
|
71
|
+
pattern: DATE_PATTERN,
|
|
72
|
+
description: "Inclusive last acquisition date in UTC. It must not precede startDate; the CLI splits the window into at most five-day provider requests.",
|
|
73
|
+
examples: ["2026-03-07"],
|
|
74
|
+
},
|
|
75
|
+
checkAvailability: {
|
|
76
|
+
type: "boolean",
|
|
77
|
+
description: "When true, query the provider's source availability first and block if the requested dates are outside its advertised window.",
|
|
78
|
+
examples: [true],
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
const NULLABLE_NUMBER = { type: ["number", "null"] };
|
|
83
|
+
const NULLABLE_STRING = { type: ["string", "null"] };
|
|
84
|
+
const ISSUE_SCHEMA = {
|
|
85
|
+
type: "object",
|
|
86
|
+
additionalProperties: false,
|
|
87
|
+
required: ["path", "message"],
|
|
88
|
+
properties: {
|
|
89
|
+
path: { type: "string", minLength: 1 },
|
|
90
|
+
message: { type: "string", minLength: 1 },
|
|
91
|
+
},
|
|
92
|
+
};
|
|
93
|
+
export const NASA_FIRMS_FIRE_OUTPUT_SCHEMA = {
|
|
94
|
+
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
95
|
+
$id: "https://schemas.tiangong.ai/data/nasa-firms/active-fire-output.v1.json",
|
|
96
|
+
type: "object",
|
|
97
|
+
additionalProperties: false,
|
|
98
|
+
required: ["source", "request", "availability", "validation", "chunks", "records", "stopReason"],
|
|
99
|
+
properties: {
|
|
100
|
+
source: {
|
|
101
|
+
type: "object",
|
|
102
|
+
additionalProperties: false,
|
|
103
|
+
required: ["providerId", "service", "endpoint", "activeFireDetections", "timezone"],
|
|
104
|
+
properties: {
|
|
105
|
+
providerId: { const: "nasa-firms" },
|
|
106
|
+
service: { const: "Fire Information for Resource Management System" },
|
|
107
|
+
endpoint: { const: "/api/area/csv" },
|
|
108
|
+
activeFireDetections: { const: true },
|
|
109
|
+
timezone: { const: "UTC" },
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
request: {
|
|
113
|
+
type: "object",
|
|
114
|
+
additionalProperties: false,
|
|
115
|
+
required: [
|
|
116
|
+
"source",
|
|
117
|
+
"boundingBox",
|
|
118
|
+
"startDate",
|
|
119
|
+
"endDate",
|
|
120
|
+
"checkAvailability",
|
|
121
|
+
"dayCount",
|
|
122
|
+
"chunkCount",
|
|
123
|
+
"estimatedTransactions",
|
|
124
|
+
],
|
|
125
|
+
properties: {
|
|
126
|
+
source: NASA_FIRMS_FIRE_INPUT_SCHEMA.properties.source,
|
|
127
|
+
boundingBox: BOUNDING_BOX_SCHEMA,
|
|
128
|
+
startDate: NASA_FIRMS_FIRE_INPUT_SCHEMA.properties.startDate,
|
|
129
|
+
endDate: NASA_FIRMS_FIRE_INPUT_SCHEMA.properties.endDate,
|
|
130
|
+
checkAvailability: { type: "boolean" },
|
|
131
|
+
dayCount: { type: "integer", minimum: 1, maximum: 31 },
|
|
132
|
+
chunkCount: { type: "integer", minimum: 1, maximum: 7 },
|
|
133
|
+
estimatedTransactions: { type: "integer", minimum: 1, maximum: 250 },
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
availability: {
|
|
137
|
+
type: ["object", "null"],
|
|
138
|
+
additionalProperties: false,
|
|
139
|
+
required: ["source", "minDate", "maxDate"],
|
|
140
|
+
properties: {
|
|
141
|
+
source: { enum: NASA_FIRMS_SOURCES },
|
|
142
|
+
minDate: { type: "string", pattern: DATE_PATTERN },
|
|
143
|
+
maxDate: { type: "string", pattern: DATE_PATTERN },
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
validation: {
|
|
147
|
+
type: "object",
|
|
148
|
+
additionalProperties: false,
|
|
149
|
+
required: ["issueCount", "issues"],
|
|
150
|
+
properties: {
|
|
151
|
+
issueCount: { type: "integer", minimum: 0 },
|
|
152
|
+
issues: { type: "array", maxItems: 50, items: ISSUE_SCHEMA },
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
chunks: {
|
|
156
|
+
type: "array",
|
|
157
|
+
maxItems: 7,
|
|
158
|
+
items: {
|
|
159
|
+
type: "object",
|
|
160
|
+
additionalProperties: false,
|
|
161
|
+
required: [
|
|
162
|
+
"chunkIndex",
|
|
163
|
+
"startDate",
|
|
164
|
+
"endDate",
|
|
165
|
+
"dayCount",
|
|
166
|
+
"estimatedTransactions",
|
|
167
|
+
"status",
|
|
168
|
+
"responseBytes",
|
|
169
|
+
"inputRows",
|
|
170
|
+
"emittedRecords",
|
|
171
|
+
"issues",
|
|
172
|
+
],
|
|
173
|
+
properties: {
|
|
174
|
+
chunkIndex: { type: "integer", minimum: 0, maximum: 6 },
|
|
175
|
+
startDate: { type: "string", pattern: DATE_PATTERN },
|
|
176
|
+
endDate: { type: "string", pattern: DATE_PATTERN },
|
|
177
|
+
dayCount: { type: "integer", minimum: 1, maximum: 5 },
|
|
178
|
+
estimatedTransactions: { type: "integer", minimum: 1 },
|
|
179
|
+
status: { enum: ["failed", "invalid", "ok"] },
|
|
180
|
+
responseBytes: { type: "integer", minimum: 0 },
|
|
181
|
+
inputRows: { type: "integer", minimum: 0 },
|
|
182
|
+
emittedRecords: { type: "integer", minimum: 0 },
|
|
183
|
+
issues: { type: "array", maxItems: 50, items: { type: "string", minLength: 1 } },
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
records: {
|
|
188
|
+
type: "array",
|
|
189
|
+
maxItems: 50000,
|
|
190
|
+
items: {
|
|
191
|
+
type: "object",
|
|
192
|
+
additionalProperties: false,
|
|
193
|
+
required: [
|
|
194
|
+
"recordIndex",
|
|
195
|
+
"chunkIndex",
|
|
196
|
+
"source",
|
|
197
|
+
"latitude",
|
|
198
|
+
"longitude",
|
|
199
|
+
"acquiredAtUtc",
|
|
200
|
+
"satellite",
|
|
201
|
+
"instrument",
|
|
202
|
+
"confidence",
|
|
203
|
+
"version",
|
|
204
|
+
"dayNight",
|
|
205
|
+
"fireRadiativePowerMw",
|
|
206
|
+
"scanKm",
|
|
207
|
+
"trackKm",
|
|
208
|
+
"brightnessKelvin",
|
|
209
|
+
"brightT31Kelvin",
|
|
210
|
+
"brightTi4Kelvin",
|
|
211
|
+
"brightTi5Kelvin",
|
|
212
|
+
],
|
|
213
|
+
properties: {
|
|
214
|
+
recordIndex: { type: "integer", minimum: 0 },
|
|
215
|
+
chunkIndex: { type: "integer", minimum: 0, maximum: 6 },
|
|
216
|
+
source: { enum: NASA_FIRMS_SOURCES },
|
|
217
|
+
latitude: { type: "number", minimum: -90, maximum: 90 },
|
|
218
|
+
longitude: { type: "number", minimum: -180, maximum: 180 },
|
|
219
|
+
acquiredAtUtc: { type: "string", pattern: UTC_MINUTE_PATTERN },
|
|
220
|
+
satellite: NULLABLE_STRING,
|
|
221
|
+
instrument: NULLABLE_STRING,
|
|
222
|
+
confidence: NULLABLE_STRING,
|
|
223
|
+
version: NULLABLE_STRING,
|
|
224
|
+
dayNight: { enum: ["D", "N", null] },
|
|
225
|
+
fireRadiativePowerMw: NULLABLE_NUMBER,
|
|
226
|
+
scanKm: NULLABLE_NUMBER,
|
|
227
|
+
trackKm: NULLABLE_NUMBER,
|
|
228
|
+
brightnessKelvin: NULLABLE_NUMBER,
|
|
229
|
+
brightT31Kelvin: NULLABLE_NUMBER,
|
|
230
|
+
brightTi4Kelvin: NULLABLE_NUMBER,
|
|
231
|
+
brightTi5Kelvin: NULLABLE_NUMBER,
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
stopReason: { enum: ["completed", "max-records", "no-results", "partial"] },
|
|
236
|
+
},
|
|
237
|
+
};
|
|
238
|
+
//# sourceMappingURL=nasa-firms-fire.schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nasa-firms-fire.schemas.js","sourceRoot":"","sources":["../../../src/data/connectors/nasa-firms-fire.schemas.ts"],"names":[],"mappings":"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"}
|