-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
6,044 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Num cas&D�part.&Ville&Latitude&Longitude&CR Observation&Typ Obs&Date&Heure&Dur�e&Nbre Objets&Type Objet&Couleur&Brillance&Effet visuel&Disp inst&Vitesse&Mouvement/type de vol&Taille&Type Entit�&Nbre Entit�&Action entit�&Effets t�moin&Effet Physique&Nbre T�moins&Enq Off&M�t�o&Ann�e&Atter | ||
599&62&Arras&50.283&+2.783&Il apparut dans le ciel un objet brillant comme une barre de fer, long et large comme la moiti� de la Lune. Il resta immobile pendant quinze minutes. Puis, soudainement, l'�trange objet commen�a � monter en spirale, puis tourna et virevolta comme un ressort d�tendu de montre et apr�s il disparut dans le ciel.&Visuel : Eloign�&01-11-1461&N.C.&00:15:00&1&Sph�re&M�tallique (argent,)&Brillant&&&&Par � coups (immobilit� puis d�placement)&Moiti� de la pleine Lune (apparente)&&0&, &&&999&n&M�t�o inconnue&1461&n |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
import { HtmlRR0SsgContext, RR0SsgContext } from "../../RR0SsgContext" | ||
import { RR0SsgContext } from "../../RR0SsgContext" | ||
|
||
/** | ||
* A source for cases. | ||
*/ | ||
export abstract class CaseSource<S> { | ||
export interface CaseSource<S> { | ||
/** | ||
* @param author The datasource author to mention as a source. | ||
* @param copyright The datasource name/copyright to mention as a source. | ||
* @protected | ||
*/ | ||
protected constructor(readonly author: string, readonly copyright: string) { | ||
} | ||
readonly author: string | ||
readonly copyright: string | ||
|
||
/** | ||
* Get cases matching a context, in the datasource native format. | ||
* | ||
* @param context | ||
*/ | ||
abstract getAll(context: RR0SsgContext): Promise<S[]> | ||
getAll(context: RR0SsgContext): Promise<S[]> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.