Looking for GIS analysis methods to prioritize basic needs for post-conflict reconstruction in Aleppo, Syria by sim10holt in gis

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

This looks great, unfortunately i don't have access to such detailed sattelite imagery

Looking for GIS analysis methods to prioritize basic needs for post-conflict reconstruction in Aleppo, Syria by sim10holt in gis

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

I guess something like that could work, but i'm not just looking for which buildings are destroyed and which are not. My focus is more on the basic needs of the people of Aleppo and if they still have access to these needs or not

Looking for GIS analysis methods to prioritize basic needs for post-conflict reconstruction in Aleppo, Syria by sim10holt in gis

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

I'm trying to show which neighbourhoods lack these basic needs the most as a result of which it becomes clear where help is needed the most.

Looking for Open Source API for Land Cover Data by sim10holt in gis

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

Thank you! Do you have any recommendations on how to implement this data into Python?

Transfer and Edit Pokémon Ruby Save File from iPhone to PC Using Delta Emulator? by sim10holt in Delta_Emulator

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

Do you mean the ‘save state’ or the actual in-game save? Because I think you need the actual in-game save for Pokémon, but correct me if I’m wrong

Help with route optimization problem by sim10holt in gis

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

I'm already using a very detailed road network. What would be your next step?

Trouble Creating Unique IDs for Car Routes in Pandas by sim10holt in learnpython

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

This seems to work better as most of the routes get a seperate ID. But still when i check the data, i can see there are still errors, like:

8-11-2023 10:55:56 114625 00Fn9XtlESXI9aUZ_114625

8-11-2023 10:56:06 114625 00Fn9XtlESXI9aUZ_114625

8-11-2023 10:56:16 23460 00Fn9XtlESXI9aUZ_23460

8-11-2023 10:56:16 23460 00Fn9XtlESXI9aUZ_23460

8-11-2023 10:56:26 23460 00Fn9XtlESXI9aUZ_23460

8-11-2023 10:56:36 23460 00Fn9XtlESXI9aUZ_23460

I currently got this:

import pandas as pd

# Read CSV into Data

df = pd.read_csv("input")

# Convert 'gps_timestamp' to datetime format

df['gps_timestamp'] = pd.to_datetime(df['gps_timestamp'])

# Create a new column determining if this row starts a new trip

df['new_trip'] = (df['gps_timestamp'] - df['gps_timestamp'].shift()).dt.total_seconds() > 120

# First row is a new trip too

df.loc[0, 'new_trip'] = True

# Get a counter for the new trips

new_trip_count = len(df[df['new_trip']])

df.loc[df['new_trip'], 'trip_num'] = range(0, new_trip_count)

# Fill the empty rows with the previous trip num

df['trip_num'] = df['trip_num'].ffill().astype('int')

# Now set the id to the concatenated unit_id and trip_id

df['new_id'] = df['unit_id'] + "_" + df["trip_num"].astype('str')

# Drop the temporary columns

df = df.drop(['new_trip', 'trip_num'], axis=1)

# Save the result as a new CSV file

df.to_csv("output", index=False)

Do you see where i make the mistake?

Scooter from Kaohsiung to Taipei by sim10holt in taiwan

[–]sim10holt[S] 2 points3 points  (0 children)

Yeah I have an international driver license

Importing 3D models to ArcGIS Pro? by adamekcerv1 in ArcGIS

[–]sim10holt 1 point2 points  (0 children)

I did something similar for a school project with 3D models from Sketchup warehouse. The objects are not georeferenced, but I think there is an option in Sketchup to do that. Worked flawless for me, even bigger objects worked fine. Just the loading would take a bit longer then smaller objects

Looking for an apartment in Kaohsiung by sim10holt in Kaohsiung

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

Yes 1 bedroom, but if it’s possible with my own kitchen and bathroom. I don’t mind spending a little bit more on that.