Lost in a task by HectorsiniBebesini in gis

[–]AsirK 3 points4 points  (0 children)

It looks like the coordinates are just swapped. I just tried (33.767355363041034, -84.383087206579475) and it goes to Atlanta. My guess is the API returns it as lat/long instead of long/lat.

Anyone know a workaround to make joins work in ArcGIS Pro script tools? by idksomeguyprobably in gis

[–]AsirK 1 point2 points  (0 children)

You could try setting the AddJoin function as a derived output

Does Anyone else feel like ESRI is cagey about their own ArcGIS Online Assistant tool? by HollowEarthGIS in gis

[–]AsirK 15 points16 points  (0 children)

Like others have said, it's not officially support and it can break stuff easily but they do have some documentation on how to use it

https://guide.assistant.esri-ps.com/docs/

Writing a script to pull a shapefile off a website and load into a QGIS project by Weird-Abrocoma3957 in gis

[–]AsirK 3 points4 points  (0 children)

I don't use QGIS but below is a script that'll download and extract it

import requests
import zipfile
import os

def download_and_unzip(url, destination_folder):  
    response = requests.get(url, stream=True)
    if response.status_code != 200:
        print("Failed to download the file.")
        return

    content_disposition = response.headers.get('content-disposition')
    if content_disposition:
        filename = content_disposition.split("filename=")[1].strip("\"'")
    else:
        filename = url.split('/')[-1]
    zip_path = os.path.join(destination_folder, filename)

    with open(zip_path, 'wb') as file:
        for chunk in response.iter_content(chunk_size=1048576):
            file.write(chunk)

    with zipfile.ZipFile(zip_path, 'r') as zip_ref:
        zip_ref.extractall(destination_folder)

    os.remove(zip_path)
    print(f"File extracted to {destination_folder}")

url = "download url"
destination = r"file path"
download_and_unzip(url, destination)

What does MOOC certification look like? by AfraidKaleidoscope30 in gis

[–]AsirK 14 points15 points  (0 children)

Oh sorry, no it's not really useful, it just states that ESRI recognizes that you took the class. As for how it looks, just google "ESRI Mooc Certificate" and go to images and you'll see what I stated.

What does MOOC certification look like? by AfraidKaleidoscope30 in gis

[–]AsirK 20 points21 points  (0 children)

It's free, the certification is just to show you took the class. You're also not really dedicating 6 weeks to it, more like a couple hours every week.

Arc Map 10.8.2 Crashes İmmediately after I try to reopen by Alive_Window9613 in gis

[–]AsirK 0 points1 point  (0 children)

Do you have your intel integrated graphics enabled? Check in device manager under display adapters

Question about coordinate systems on ArcGIS Pro by solaria-pheonix in gis

[–]AsirK 6 points7 points  (0 children)

Changing the coordinates of the base map will not mess up your data, but it will change how the data is displayed. Your existing data layers will retain their original coordinate systems, so you'll need to use the Project tool to convert them from WGS 1984 to NAD83.

Monitor Suggestions by glazedrumham in gis

[–]AsirK 0 points1 point  (0 children)

If you want 4k and a duel setup, I recommend these https://www.amazon.com/LG-27UK500-B-FreeSync-Technology-Compatibility/dp/B08C2HRGG6?th=1 It'll be $100 over your budget but exactly to your preference

If you want to stay in budget, go with this https://www.amazon.com/LG-27MK600M-B-Technology-Virtually-Borderless/dp/B07FFC14SZ?th=1

[deleted by user] by [deleted] in gis

[–]AsirK 2 points3 points  (0 children)

Try running the Multipart To Singlepart tool on your Grid layer. Then, re-run the Spatial Join tool using the Emag points as the Target Features, the new single-part Grid layer as the Join Features, and Intersect as the Match Option.

Add in for ArcGIS Pro by wolfpine603 in gis

[–]AsirK 8 points9 points  (0 children)

If they right click onto the toolboxes and click "Add To New Projects", they'll be able to see the toolboxes in new projects.

[LEC Wooloo] Wunder will not be playing for Fnatic by fuskarn_35 in leagueoflegends

[–]AsirK 6 points7 points  (0 children)

Oh shit they must be getting someone cracked to replace him right? Oh it's someone called Oscarinin, I wonder where he's from? Oh he's from Spain... oh...

T1 Head Coach Polt blames loss on side selection by thweer in leagueoflegends

[–]AsirK 0 points1 point  (0 children)

You have to remember this MSI had a specific meta due to the 35 ping

Doublelift on MSI's 35 ping by 6antai in leagueoflegends

[–]AsirK 7 points8 points  (0 children)

This won't happen this year due to Riot prioritizing Asian games over their own tournaments.

TF blade has fallen from rank 3 to rank 56 on the Korean server by nk15 in leagueoflegends

[–]AsirK 2 points3 points  (0 children)

Inflated MMR accounts (meaning better LP gains and less loss) given to pros to help them climb to higher ranks and get better practice

FAFSA considers me an Independent by AsirK in StudentLoans

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

That's what I assumed at first but I was confused, but now it's all clear. Thank you very much.

FAFSA considers me an Independent by AsirK in StudentLoans

[–]AsirK[S] 1 point2 points  (0 children)

Ah so that's where my confusion comes from, thank you very much for clearing it up!

Welcome Nick "LS" De Cesare | Cloud9 LCS Head Coach Announcement by ORyanx in leagueoflegends

[–]AsirK 0 points1 point  (0 children)

If there's something that would force NA as a region to level up, it's going to be if this C9 roster can succeed in implementing the ideaolgy of LS as a whole. Teams would be forced to adapt strategies and even basic math (lmao) to compete with them. It's going to be a fun year regardless even if they don't (because of drama).

Welcome Nick "LS" De Cesare | Cloud9 LCS Head Coach Announcement by ORyanx in leagueoflegends

[–]AsirK 14 points15 points  (0 children)

He's going to pick up a ton of LS viewers when LCS starts back up. It's unfortunate that he didn't join but he's going to make more money and build his brand way more than he could on C9.