Metadata-Version: 1.0
Name: SLAZTA
Version: 0.42
Summary: SLAZTA is a tool to create self-contained areas from commuting data.
Home-page: https://github.com/CSBP-CPSE/SLA-ZTA/
Author: Ash Munro
Author-email: anne.munro@canada.com
License: MIT License
Description: 
        La version franaise suit.
        
        The SLAZTA scripts are a set of tools used to create Self-contained Labour Areas (in French Zones de Travail Autonomes) from labour commuting data. In the international literature SLAs are also referred to as functional areas. 
        
        The script is designed to take a set of commuting flows between areas of any type and group areas into clusters meeting a users definition for self-containment. As a result of this clustering, the self-contained labour areas created are territorial units where most of the residents with jobs are working in the same area and most of the jobs in each area are filled by workers residing in the area.
        Developed at the Centre for Special Business Projects (Statistics Canada), this is a Python version of a code that was originally implemented in SAS. It has been rewritten in Python to improve the replicability, transferability and adaptability of this methodology through open source software. 
        
        In the current specification, SLAZTA focuses on the creation of self-contained clusters for the non-metropolitan municipalities of Canada, preserving in this way the pre-existing census metropolitan area and census agglomeration geography.
        
        The only requirement to run the program is a commuting data file formatted as a CSV file with three columns: RES, POW, and TotalFlow. The RES and POW columns should contain a numeric code representing the origin and destination areas for the flow, while the TotalFlow column should contain the numeric value of that commuting flow.
        
        **Description du projet**
        
        Les scripts SLAZTA sont un ensemble d'outils utiliss pour crer des Zones de Travail Autonomes  ZTA  en anglais Self-contained Labour Areas)  partir de donnes sur les dplacements domicile-travail. Dans la littrature internationale, les ZTA sont aussi appels zones fonctionnelles. 
        
        Le script est conu pour considerer un ensemble de flux de migration alternante entre les zones de tout type et de regrouper les zones en clusters rpondant  la dfinition de l'utilisateur pour l'autonomie. En consquence de ce regroupement, les zones de travail autonomes cres sont des units territoriales o la plupart des rsidents ayant un emploi travaillent dans la mme zone et o la plupart des emplois de chaque zone sont occups par des travailleurs rsidants dans la zone.
        Dvelopp au Centre des Projets Spciaux sur les Entreprise (Statistique Canada), il s'agit d'une version Python d'un code qui a t developp  l'origine sous SAS. Il a t rcrit en Python pour amliorer la reproductibilit, la transfrabilit et l'adaptabilit de cette mthodologie par le biais de logiciels libres.
         
        Dans la spcification actuelle, SLAZTA se concentre sur la cration de grappes autonomes pour les municipalits non mtropolitaines du Canada, prservant ainsi la gographie prexistante des rgions mtropolitaines de recensement et des agglomrations de recensement.
        
        La seule exigence pour excuter le programme est un fichier de donnes sur les dplacements domicile-travail format en fichier CSV  trois colonnes : RES, POW et TotalFlow. Les colonnes RES et POW doivent contenir un code numrique reprsentant les zones d'origine et de destination du flux, tandis que la colonne TotalFlow doit contenir la valeur numrique de ce flux de dplacement domicile-travail.
        
Platform: UNKNOWN
