Pukar Bhandari (✓)
@arpuuk.bsky.social
Transportation Analyst, Urbanist
Like = Bookmark =/= Endorsement
Like = Bookmark =/= Endorsement
I am glad you found it.
November 7, 2025 at 2:24 PM
I am glad you found it.
Again, it is all in the ReadMe of the package repo, that you can open by clicking the link in the original repository.
November 7, 2025 at 2:05 PM
Again, it is all in the ReadMe of the package repo, that you can open by clicking the link in the original repository.
If take a moment to go to the GitHub repo, that's exactly explained in the ReadMe. And regarding GenZ slang being funny, I think it depends on person to person.
November 7, 2025 at 11:18 AM
If take a moment to go to the GitHub repo, that's exactly explained in the ReadMe. And regarding GenZ slang being funny, I think it depends on person to person.
NVM, manual installation from six works. Unsure if it auto-uodates or not: sepd.dev/posts/positr...
Installing Positron Extensions – sepd.dev
sepd.dev
May 24, 2025 at 2:02 PM
NVM, manual installation from six works. Unsure if it auto-uodates or not: sepd.dev/posts/positr...
Does Positron even support plugins from Microsoft's Marketplace? I thought it only supported from OpenVSX marketplace.
May 24, 2025 at 1:52 PM
Does Positron even support plugins from Microsoft's Marketplace? I thought it only supported from OpenVSX marketplace.
Nevermind, it is probably 2 digit FIPS anyway.
February 4, 2025 at 9:46 PM
Nevermind, it is probably 2 digit FIPS anyway.
Yes, but the "STATE" field of all TIGER shapefiles has to be updated.
February 4, 2025 at 9:46 PM
Yes, but the "STATE" field of all TIGER shapefiles has to be updated.
They want to rename "New Mexico" to "New America". /s
February 4, 2025 at 9:40 PM
They want to rename "New Mexico" to "New America". /s
I am using github.com/censusdis/ba... to backup some of the tables I am interested in. Alternatively NHGIS IPUMS hosts it's own census data (unsure for how long if the funding is stopped).
GitHub - censusdis/backup: Backup utility for census data.
Backup utility for census data. Contribute to censusdis/backup development by creating an account on GitHub.
github.com
February 3, 2025 at 4:18 AM
I am using github.com/censusdis/ba... to backup some of the tables I am interested in. Alternatively NHGIS IPUMS hosts it's own census data (unsure for how long if the funding is stopped).
*separate
When are we getting ggplot3 Ultra Pro Max?
When are we getting ggplot3 Ultra Pro Max?
January 27, 2025 at 4:49 PM
*separate
When are we getting ggplot3 Ultra Pro Max?
When are we getting ggplot3 Ultra Pro Max?
We demand a "future of tidyverse" blog post ;)
January 27, 2025 at 4:41 PM
We demand a "future of tidyverse" blog post ;)
While the script you provided worked with the example file, it didn't work with my actual work file. However, starting from your code and s little bit of chatGPT, I was able to create a function for it.
github.com/ar-puuk/cust...
github.com/ar-puuk/cust...
January 24, 2025 at 4:10 AM
While the script you provided worked with the example file, it didn't work with my actual work file. However, starting from your code and s little bit of chatGPT, I was able to create a function for it.
github.com/ar-puuk/cust...
github.com/ar-puuk/cust...
Thanks a lot, @mdsumner.bsky.social. I will check if it works on my end, and possibly convert it into a function for future. Much appreciated.
January 23, 2025 at 2:44 PM
Thanks a lot, @mdsumner.bsky.social. I will check if it works on my end, and possibly convert it into a function for future. Much appreciated.
That would be really helpful. Thank you so much.
January 20, 2025 at 1:59 PM
That would be really helpful. Thank you so much.
I am sorry, I didn't quite get your question. I am looking to import KML file as a sf object in R in such a way that the columns are actually separated (as they were in google maps) rather than clumped together, so that I can perform other operations such as joins, summarize, etc.
January 18, 2025 at 2:30 AM
I am sorry, I didn't quite get your question. I am looking to import KML file as a sf object in R in such a way that the columns are actually separated (as they were in google maps) rather than clumped together, so that I can perform other operations such as joins, summarize, etc.
You can download a sample file here: github.com/user-attachm....
I am not really interested in default columns (timestamp, begin, end, altitudeMode, tessellate, extrude, visibility, drawOrder, icon) but in the data columns (Name, Description, Color, HexCode).
I am not really interested in default columns (timestamp, begin, end, altitudeMode, tessellate, extrude, visibility, drawOrder, icon) but in the data columns (Name, Description, Color, HexCode).
github.com
January 15, 2025 at 8:14 PM
You can download a sample file here: github.com/user-attachm....
I am not really interested in default columns (timestamp, begin, end, altitudeMode, tessellate, extrude, visibility, drawOrder, icon) but in the data columns (Name, Description, Color, HexCode).
I am not really interested in default columns (timestamp, begin, end, altitudeMode, tessellate, extrude, visibility, drawOrder, icon) but in the data columns (Name, Description, Color, HexCode).
His answer explained the problem, but didn't really help. I am still bound to either use LIBKML driver using QGIS-GDAL or use KML in SF. But thanks for your response.
January 15, 2025 at 2:33 AM
His answer explained the problem, but didn't really help. I am still bound to either use LIBKML driver using QGIS-GDAL or use KML in SF. But thanks for your response.
Thanks a lot. I know the OSGeo4W GDAL installation on my laptop has LIBKML driver, but the GDAL sf accesses from R does not. I prefer LIBKML over KML because, while reading in R, KML clumps all columns into a single "Description" column, which is inefficient. More here: github.com/r-spatial/sf...
January 14, 2025 at 8:18 PM
Thanks a lot. I know the OSGeo4W GDAL installation on my laptop has LIBKML driver, but the GDAL sf accesses from R does not. I prefer LIBKML over KML because, while reading in R, KML clumps all columns into a single "Description" column, which is inefficient. More here: github.com/r-spatial/sf...