In Petra 4, to select wells that have a datum (e.g., if you want wells you can export with sub-sea true vertical depth [SSTVD] rather than just measured depth [MD]), the correct search criterion is Well Header–Datum–By Active Datum–Datum Is Between the Minimum and Maximum, and set the minimum depth to something greater than one.
Category: Uncategorized
SedLog symbols in Windows 7, 64-bit
This one took me a couple days to figure out. When trying to import new symbols into SedLog 3.0, I kept running into an error “Unable to read this file: <filepath.svg>.” It turns out that the 64-bit version of Windows 7 is getting in the way somewhere.
To solve this problem, you can download and run the installer again, but first do the following:
- right-click on the installer file (sedlog-3.0-setup.exe),
- select the “Compatibility” tab,
- check the box “Run this program in compatibility mode for:” and select “Windows XP (Service Pack 3),”
- check the box “Run this program as an administrator.”
Run the installer. You should now be able to create and import SVG graphics per the official instructions.
Additional note on the SVG graphics: in Adobe Illustrator CS6, you should reduce the size of the artboard so that it is the same size as (or only slightly lager than) the symbol graphic. It also looks like the maximum size for an SVG image to fit the entire symbol is about 42×42 pixels, but to match the existing symbols I think 20×20 px is a good size..
Good Advice: How Can I Get My Local Government to Pay Attention to Me?
There is a great post at Lifehacker about how to get the local government to pay attention to you. Whether it’s related to streets or otherwise, the basics are pretty clear: talk to the right person, be focused, be polite, and keep documentation. One commenter also suggests going to a public meeting for the purpose of getting your name (and your issue) into the public record (the meeting minutes).
The Mobile Workforce
http://lifehacker.com/5979758/why-you-should-work-from-a-coffee-shop-even-when-you-have-an-office?post=56758575
I think this could start a great discussion.
Arrowhead 135 Central (#AH135 2013)
Ali will be competing in the Arrowhead 135 race this coming Monday, January 28th. Here she is on the right:
On the left is Ted. They’re planning on riding together for the race, since it’s the first one for them both. Ali’s feet are artfully camoflaged so that she may pedal undetected (in fact these are boot covers, and they are Dave Simmons approved).
For family and friends, here is some information about the race this year:
- Official website: http://www.arrowheadultra.com/
- Official results: http://www.arrowheadultra.com/index.php/results/2013-results NOTE: The official results are not going to be super up-to-date, because they get uploaded when the race organizers get a chance. So if you see it’s been a long time since Ali and Ted have come through a checkpoint, don’t worry.
- LIVE MAP: http://mattbk.com/~matthewbk/warrior.html (new window). Ali is carrying a SPOT tracking device that she will be “checking in” with during the race. As she checks in, her position will show up on the map, and each check-in will be listed on the right side. Although the SPOT device communicates with satellites and not with the cellular network (which is spotty in the area), there may be a delay in posting the most current position. (Computers are involved, so who knows what will happen.)
- Other racers: http://trackleaders.com/arrowhead You’ll also be able to live track some of the other racers at this map, if you’re interested in what else is going on.
- Update: news video from the week before: http://www.wday.com/event/article/id/74326/
- Regarding all safety and emergency protocols: volunteers on snowmobiles will be going back and forth on the course throughout the race. I will also be at the race and meeting up with Ali and Ted at various road crossings. If you are relying on the map or results linked to here and are worried, please DO NOT try to contact the race directors–call/text me instead, I will know what is going on.
- I will be updating Facebook as much as I can with relevant information (and hopefully photos), but this will depend on the cellular coverage.
- For general race info and positions and photos, you can follow me on Twitter at nplainsathletes or you can follow along with the hashtag #AH135 (I have no idea how much this will get used, but I know at least a few others should be using it).
Ali will be competing against 10 other women this year, under conditions that are actually expected to be warmer than normal! We’re both super psyched to see how she does, see a new area of Minnesota, and be part of a great endurance tradition.
A nice Sunday morning drive:
One final note: you can leave comments here, but I will probably not be able to reply to them until we get back from the race.
Creating a live-tracking SPOT map with IFTTT and Google Drive
My wife is doing an endurance cycling event in the near future, and so I was inspired to create a public live-tracking map to relay her progress to others. It wasn’t too hard to set up; if you have a SPOT tracker, follow the instructions below. These instructions can be modified to take an SMS text as well, as long as the formatting remains constant.
0. Make sure your SPOT device is sending emails to the gmail address you have set up for IFTTT.
1. Set up an IFTTT action like this:
– Trigger: new email from ________ (in my case, the source of the SPOT email)
– Action: add row to spreadsheet.
– Formatted row: {{ReceivedAt}} ||| {{BodyPlain}} ||| =(split((TO_TEXT(INDIRECT( ADDRESS( ROW( ) ; COLUMN( ) -1)))),” :”))
This format takes the received time and the body and then splits the body according on two characters, ‘ ‘ (space) and ‘:’ (colon). This is due to the way the email is formatted. The neat “take the column before this one” function I borrowed from another IFTTT action.
2. Run the action once and open up your new Google Drive spreadsheet.
– Add a header row and fill it in. Call the first column “title” and then find which columns contain the latitude and longitude and label them respectively. You will have a bunch of columns because of the length of the email body. I would tell you which column numbers to name, but it depends on the number of words in your SPOT device name.
– Fill in the rest of the header row with something for each column that has a value in it (this is so Google Maps can process the spreadsheet). I chose to call all the non-vital columns “ignore”. As long as you leave the header row, you can clear this spreadsheet as often as you like, and IFTTT will just add new data to the first empty row.
3. Head to the Spreadsheets Map Wizard at http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm and follow the instructions. This is where you actually build the map. (I am not responsible for that site.)
4. Copy the output from the Spreadsheets Map Wizard into a new .html file and upload it to a server somewhere. I suppose you could theoretically even share it online via Dropbox.
5. Success (I hope)!
Obviously, there are a lot of places this workflow can go wrong, so take your time and double-check each step before moving on. Note that the spreadsheet wizard may stop working soon because Google is dropping v2 of the Google Maps API sometime “in early 2013.” I can’t guarantee I’ll be able to update my map to v3 of the API because I’m not the greatest with javascript.
My finished product (with some extra KML layers) is here: http://mattbk.com/~matthewbk/warrior.html
Good Discussion: Gray Literature
There’s an ongoing discussion about attitudes on gray literature (information that has been “published” in some way but has not been peer-reviewed) going on over at ResearchGate. You should check it out.
ArcGIS Tricks
Since I now use ArcGIS for my job (instead of QGIS, which I used for everything else, except for Drupal, where I use OpenLayers), I have to re-learn everything I once knew. Part of this involves the nitpicky issues that span both ESRI’s programming choices and their documentation. I will continue to update this post as I learn more.
ArcGIS 10.1:
- When using the Contour tool, there cannot be any spaces in the output path. Not just the filename, but the whole path to that file. The full list of characters you can’t use (just to be safe) is here (even though the output is a vector).
- Errors you may get: 010328 : Syntax error, 010267 : Syntax error in parsing grid expression.
- When exporting a shapefile that has a joined table (i.e., to create a new shapefile so you can query the joined data), the filename of the table that is being joined needs to be pretty short. Otherwise, the shapefile is not exported completely and there are no errors–Arc actually “finishes” and lets you add the new shapefile. Taking spaces out of the filename probably can’t hurt either.
Saying No
I recently got back comments on a version of my dissertation draft, so I will again have little time to do much. Things I’ve said ‘no’ to recently: setting up a general Grand Forks online forum and hosting a local nordic ski race (because we don’t have any in town). If anyone is interested in doing either of these things, go ahead, because I can’t invest the time in them right now.
Baby, You Can Drive My Bus
On the list of things not to worry about in Grand Forks (unless Google buys the city as an experiment) is the idea of driverless vehicles. I think one comment really nailed it:
The allure of a driverless car is that you can travel nearly door to door without having the burden of operating the vehicle or needing to pay attention to the road. However, that reality already exists. Its called a bus. When its below ground its called a train. An added bonus, you don’t even need to find parking for it. Why is this news to people? Mass Transit is here and its real. And if we seriously commit to it, we can make it way more useful than any driverless vehicle ever will be. (dave “paco” abraham)