MatzFan
MatzFan
@da2x, does @kornate's answer resolve your issue?
FWIW it is possible to match the two forms of integer coercion to an encoded character string using `Integer#chr` with a mere 103 regexps. ```ruby str = '55_295.chr(Encoding::UTF-8)' str1 =...
Interesting project, was going to implement this myself until I found you. Some info which may or may not be helpful: The (draft) Save Page Now 2 (SPN2) API docs...
> I may create a gem just for that purpose So FWIW gem `spn2` is now a [thing](https://gitlab.com/matzfan/spn2). Bare bones but I'll add the rest of the SPN2 API functionality...
Just a ping to see if any progress was being made on this issue? I am seeing the following with a GET request using Mechanize via Tor while trying to...
Understood - thanks @drbrain
Awesome Stephan! I'm actually interested in all 43 layers at this root. All URL's are stable and should be available this month. If this error can be fixed I'd be...
OK Stefan, understood. Have figured out how to import vector layers manually, so can do that for some of what I need. Would still like to use your REST tool...
I have just written a [simple command line utility in Ruby](https://github.com/MatzFan/gis_scraper) to cycle through all records for a given layer and build a single JSON file - which can then...
Great, thanks