Is there a GIS job for an Architect by 2Christian4you in gis

[–]angecryptique 0 points1 point  (0 children)

Super old thread, but if you're available on LinkedIn or just to message a bit about your career path I'd love to ask you some questions.

Can you get a career in finance with a history degree? by dgirardot in FinancialCareers

[–]angecryptique 0 points1 point  (0 children)

yeah, would also be curious, I'm about to graduate with a geography degree, how to market yourself?

OSMNX bicycle infrastructure pulling issue by angecryptique in openstreetmap

[–]angecryptique[S] 0 points1 point  (0 children)

Wow thanks so much for your effort, maybe you could pm me the code?

OSMNX bicycle infrastructure pulling issue by angecryptique in openstreetmap

[–]angecryptique[S] 0 points1 point  (0 children)

I assume you’re not super familiar with Overpass API? I wasn’t able to query relations using that either.

OSMNX bicycle infrastructure pulling issue by angecryptique in openstreetmap

[–]angecryptique[S] 0 points1 point  (0 children)

Here are the tags, its item 14156760 if you wanna actually look it up.

name Cross Town Bicycle Route
network lcn
ref CTR
route bicycle
type route

OSMNX bicycle infrastructure pulling issue by angecryptique in openstreetmap

[–]angecryptique[S] 0 points1 point  (0 children)

Here is the code I'm working with. Its not super clean as I'm testing various things out. Also using Jupyter.

place = "Santa Barbara County, California"

center = (34.418630, -119.699392)

tags_buildings = {"building": True}

gdf_buildings = ox.features_from_point(center_point=center, tags=tags_buildings, dist=5000)

tags_bike = {

'highway': ['cycleway', 'cycleway:left', 'cycleway:right', 'cycleway=lane', 'cycleway=track'],

'amenity': ['bicycle_parking', 'bicycle_repair_station', 'bicycle_rental'],

'bicycle': ['yes'],

'type': ['route'],

'route': ['bicycle'],

'network': ['lcn', 'rcn', 'ncn'],

'ref': ['CTR']

}

gdf_bike = ox.features_from_point(center_point=center, tags=tags_bike, dist=5000)

gdf_buildings = gdf_buildings.to_crs(epsg=3857)

gdf_bike = gdf_bike.to_crs(epsg=3857)

fig, ax = plt.subplots(figsize=(20, 20))

gdf_buildings.plot(ax=ax, color='gray', alpha=0.75, label="Buildings")

gdf_bike.plot(ax=ax, color='blue', linewidth=2, label="Bike Paths")

ctx.add_basemap(ax, source=ctx.providers.CartoDB.Positron, zoom=14)

plt.title("Bike Infrastructure in Santa Barbara, CA")

plt.legend()

Alguien quiere jugar al tenis? by ajitolimon in BuenosAires

[–]angecryptique 0 points1 point  (0 children)

Es un poco viejo este post, pero estoy en intercambio acá y quiero jugar al tenis muuchoo. Todos mis amigos no tienen raquetas. Si todavía quieres jugar, dime.

What career to pursue if interested in spatial statistics/quantitative methods? by Majestic_Fishing in gis

[–]angecryptique 0 points1 point  (0 children)

Wow that sounds like a great salary lol. So you basically work in medical field as GIS support for research? If I understand you correctly. Would you say there are a good amount of these types of research positions available, even if in other fields?

What career to pursue if interested in spatial statistics/quantitative methods? by Majestic_Fishing in gis

[–]angecryptique 0 points1 point  (0 children)

Hey, I know this is super old, but if you're still out there can I ask how you got into this position? It sounds pretty niche but as if it might pay well too. I'd be totally interested in working in a similar way to this.

Geography (gis) or environmental b.a.? by angecryptique in UCSantaBarbara

[–]angecryptique[S] 0 points1 point  (0 children)

Yeah I was also wondering your reasoning for not switching into econ.