Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor: Women's travel patterns - Subfactor: Location of Phamacies #43

Open
Tracked by #15
timlinux opened this issue Jun 21, 2024 · 4 comments
Open
Tracked by #15

Comments

@timlinux
Copy link

 {{geocodeArea:Saint Lucia}} -> .area_0;
(
    node["amenity"="pharmacy"](area.area_0);
       way["amenity"="pharmacy"](area.area_0);
       relation["amenity"="pharmacy"](area.area_0);
 );
(._;>;);
out body;

This factor is assessed through network analyses to calculate catchment areas using Open Route Service. After each analysis, the territory is divided into 100m x 100m rasters, and the factor score is calculated as the average score within each raster. The scoring for each type of facility is categorized by distance as follows:

0 to 400 meters: 5
401 to 800 meters: 4
801 to 1200 meters: 3
1201 to 1500 meters: 2
1501 to 2000 meters: 1
Over 2000 meters: 0

@timlinux timlinux added the 🔍️ Factor Analysis factors label Jun 21, 2024
@osundwajeff osundwajeff added Size 2 Give me 2 hours and I will have it for you Size 1 It's quick I will have this done in 1 hour and removed Size 2 Give me 2 hours and I will have it for you labels Jul 9, 2024
@kartoza kartoza deleted a comment from ClaraIV Jul 16, 2024
@ClaraIV
Copy link

ClaraIV commented Jul 16, 2024

NOTE: The original methodology for assessing Women's Travel Patterns is incorrect. The score for this factor should be an average of the accessibility scores for each subfactor (green spaces, grocery stores, pharmacies, kindergartens, and primary schools). As such, each point type should be included separately to allow for individual subfactor calculations. It is not the presence of any single factor nearby that determines the score for the rasters but rather the average score from all nearby features, including those that are absent. Therefore, the denominator should remain constant (4). @osundwajeff
Primary schools and kindergartens should be considered as a single feature.

@ClaraIV
Copy link

ClaraIV commented Jul 16, 2024

link to #40

@carolinamayh carolinamayh changed the title Factor: Women's travel patterns - Location of Phamacies Factor: Women's travel patterns - Subfactor: Location of Phamacies Jul 16, 2024
@dragosgontariu
Copy link
Collaborator

@osundwajeff @ClaraIV @carolinamayh @mvmaltitz

Hi Jeff,

Could you please rename the output "Facility_Pharmacies?"

Currently the output is named generic Facility_X and this is confusing when plotted against the input data.

Image

Thanks,
Dragos

@ClaraIV
Copy link

ClaraIV commented Jul 29, 2024

@osundwajeff I linked this to ticket #75, please see specifications there. I mentioned they are changed, once we reviewed it all.
Please follow the specifications there for the renaming, sorry for any confusion.

@mvmaltitz mvmaltitz added this to the Indicator Enhancements milestone Aug 13, 2024
@mvmaltitz mvmaltitz removed the Size 1 It's quick I will have this done in 1 hour label Aug 15, 2024
@mvmaltitz mvmaltitz mentioned this issue Sep 4, 2024
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants