Open side-bar Menu
 Share your GIS

Archive for the ‘Uncategorized’ Category

Cutting out the Middle Man: Connect your ArcGIS Desktop environment to mobile users anywhere

Wednesday, June 21st, 2017

TerraGo has always helped ArcGIS® Desktop® users share their data-rich maps with end users….and not just as flat maps, but as interactive GIS-Lite applications, in which end-users can search, query, markup and extract data with the click of a button- even offline.

So it’s no surprise that many customers asked us for a way to connect their ArcMap environment with mobile users to enable cloud-based collaboration. Of course, we already do that today (using ArcGIS DirectConnect) with ArcGIS Server®, Portal® and ArcGIS Online®.  But for some customers, especially some smaller GIS teams or organizations, they need a private cloud for mobility that doesn’t require server infrastructure or installing a private instance of ArcGIS Online on their networks.

Today, we have that and we call it Arc2Edge.  And it works with TerraGo Edge or custom apps built with TerraGo Magic. What can Arc2Edge do for you?

  • Arc2Edge will streamline the publishing of mobile ready content. Often, the user has transfer the data in a staged or piecemeal fashion to make it available on mobile. With Arc2Edge, the user will be able to send the data to Edge in a single transfer.
  • Arc2Edge will make it very efficient to roundtrip data back into ArcGIS Desktop. Again, as opposed to a multi-step, convoluted process involving multiple technologies, Arc2Edge does this directly.

Our customers often face challenges with ArcGIS Online data management. When managing data between your local geodatabase and ArcGIS Online hosted data, the number one question that we hear from customers is, “How do I sync my online data with the data on my desktop?” Well, for many users, you don’t….not if you don’t have ArcGIS for Server to host your services, or if you prefer to host your data in ArcGIS Online.

Currently, there is no “sync” functionality between your ArcGIS Online feature service and the geodatabase you used to publish it. So, what are your options?  There are several options with TerraGo Edge and TerraGo Magic.  Many of them will be addressed in upcoming blog posts and Tech Talks. However, there is one new standout for desktop users.  Arc2Edge.  No middle man (or server infrastructure) needed.

Learn more about Arc2Edge and request a demo.

For more information on all the ways TerraGo Edge integrates with Esri ArcGIS, download this Technical Overview.

TerraGo “the Zero-Code App Company”

Wednesday, June 7th, 2017

Later this month, TerraGo will mark its 12th year delivering software and solutions for our customers. The history goes back further, but 12 years is a long time in software and technology. The iPhone didn’t exist, being released, coincidentally on TerraGo’s second anniversary in 2007. What didn’t exist then is deemed an economic necessity today.

We’re doing some exciting new stuff in the realm of zero-code apps with our work with TerraGo Magic, but the more I think about it, it’s as much riffing on a theme as it is something completely new. We’ve always been in the zero-code app business with our GeoPDF software and TerraGo Toolbar. In hindsight, we should have called GeoPDF GeoPDApp – Geospatial Portable Document-Application. The F in PDF stands for format, and formats, by-and-large, are not interesting, and the undue focus people seem to put on GeoPDF-as-format is to miss the point.

People spend all this time collecting and curating data, distilling expertise and insight, creating cartographic products (map is too limited a word for what many folks make with ArcMap) and at the end of it all, they print out a piece of paper or a PNG to embed in a Word doc or PowerPoint. What Publisher customers do for the consumers of their hard-won products is give them the option to have a GeoPDApp by publishing a GeoPDF map that has a wealth of interactive capabilities unlocked by TerraGo Toolbar with no coding for the map maker and no cost for the map consumer.
(more…)

Work where you need to…Even Over the Edge (of the Network)

Friday, February 17th, 2017

TerraGo’s roots go back to the time where you could look at maps online, plan routes, etc., but if you wanted to take it with you, you had to print it out. Similarly, special purpose maps and drawings, such as those made by a CAD or GIS system (remember AM/FM?), you had to print them out on large sheets of paper and stack and bind them into a literal, physical map book. And, if you were working in a remote location in support of conflict, humanitarian assistance, emergency response, etc, you had to print out all of the relevant maps in their many, many duplicate copies, load them on a plane, and fly them to the area of interest.
(more…)

ArcPy and PubPy – extensibility done (mostly) right

Tuesday, October 13th, 2015

Greenspun’s tenth rule of programming states: Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp. Although I can’t say definitively what Philip Greenspun intended when he said it, but it’s always spoken to me since I first heard it whenever it was many years ago: if your program (or software system) is going to get to a sufficient size, it’s inevitable that you or someone who is using it will want to automate or extend that program in some language other than that in which it was implemented. Most folks will choose to roll their own, winding up with some sort of half-baked even if Turing-complete kludge, that works kinda sorta. However, it would be far better to start out with something that is a first-class programming language or system and use that to extend the system – or better yet implement substantial portions of that application in that language, blurring the distinction between implementation and extension language.

(more…)

Publisher for ArcGIS Server ® – Opening GIS Clouds to the non-GIS Masses

Thursday, October 8th, 2015

Our customers (over 2,000 organizations around the world…and growing every day) overwhelmingly use ArcGIS as their enterprise GIS platform.  And they consistently tell us that one of the most powerful enhancements to ArcGIS for Server® was the introduction of ArcPy®.  Based on Python, ArcPy helps our customers with both rapid prototyping and large enterprise applications.  It makes it super easy for ArcGIS developers to implement map automation and expose ArcGIS functions as dynamic web services to licensed applications.  ArcGIS users get on-demand access to updated maps and geospatial data.

Our customers also tell us that what they love most about TerraGo is we give them the ability to share their most important ArcGIS maps and data with the much (MUCH) larger non-GIS user community.  And this makes their work more relevant, more valuable and more available to more people in the organization.  With TerraGo GeoPDF, non-GIS users can access rich ArcGIS data and use lightweight GIS tools (this means they can do cool things you normally can only do in ArcGIS like turning layers on/off, taking measurements, searching and updating feature attributes, “redline-ing” maps, inserting hyperlinks and much more). And they can do all that with the free Adobe Reader and free TerraGo Toolbar.   No specialized software needed. No license required. No training necessary.  And they can take it all offline.  No network.  No problem.

(more…)

Automate TerraGo Publisher for ArcGIS with PubPy

Thursday, September 24th, 2015

TerraGo Publisher for ArcGIS version 6.8 has been released along with its sibling products Composer and Toolbar. 6.8 represents a considerable and exciting step forward for Publisher with its introduction of what we’re calling PubPy: ArcPy-compatible Python extensions which can be used to automate Publisher workflows and create custom Publisher-powered geoprocessing toolboxes.

ArcPy is the noble extension framework implemented in the Python programming language which supplanted the venerable AML, or Arc Macro Language. In the 21st century, there’s no excuse to implement an extension language that doesn’t live within a general purpose programming language, lessons that AutoCAD and Emacs got right decades ago. Ah, PostScript, that lovely language. But I digress… ArcGIS certainly has this right today with Python, and that’s what matters. What’s particularly fun about this set of capabilities is that it has generated excitement inside TerraGo in places you don’t expect to find unabashed enthusiasm about a new feature: the quality assurance team! One QA expert was positively beaming when he reported at a daily stand-up meeting that he’d automated a wide variety of testing tasks and they were running as he spoke. The benefit to QA notwithstanding, one of the promises we’re very much looking forward to is simpler integration into ArcGIS for Server applications. One of the things that is often easy to miss is that Pub comes in two flavors: Desktop and Server. In the past, developing Pub-powered geoprocessing toolboxes for use with ArcGIS for Server apps, while possible, was more tedious and fragile than you might hope it to be, due to how ArcObjects COM interfaces work (won’t bore you with that here). Making our Publisher interfaces available through Python and accessible to ArcPy scripts remove the tedium and fragility, and if QA is to be believed, makes working with Publisher even more fun and productive. PubPy is a significant new capability, one we’re looking to continue to refine and enhance as we continue to move Publisher forward both on the Desktop as well in ArcGIS for Server environments. It’s one made possible by Esri’s excellent decision to extend ArcGIS with an industrial strength programming language in Python.

Data versus documents

Monday, September 14th, 2015

An overused, over-abused word we have today is “data”. Often people say they “just want to see the data”, but that is almost never what they mean. What they really mean, is “show me the data in a picture arranged just so that I don’t have to read anything to understand it”. That may sound cynical, and I don’t mean it cynically, but that is my experience. Every now and again you’ll get a scientist or someone with a truly scientific bent who really does want to see the data, but they’re not common, and certainly not as might be implied by all of the Church of Data blog posts and manifestos might have you believe. Now, with GIS and geo-writ-large, the connection to data is explicit and apparent, and some are prone to obsess over data, its forms and formats, interfaces for access and frobbing, to the point of distraction. For some, data is the end, it’s their product. But if it really is data, then that’s only a point, or narrow band, on a wide spectrum spanning from data to information to knowledge to wherever that knowledge might take you: insight, action, wisdom, understanding. That’s the point. While the generation of data might put bread on some analyst’s table, it only does so because that data is part of a larger whole. Yes, carefully designed and developed, high-quality, accurate data sets are valuable, but only for what you can do with them. To that end, it’s very important to make it accessible – the lower the barriers to access data enhance the possibilities for its use. If things are locked up in proprietary systems and locked away behind proprietary interfaces, it’s harder to make use of the data and necessarily limiting its utility and value.

(more…)

Deploying the Eyes of the Enterprise

Wednesday, September 9th, 2015

If TerraGo’s tag line is “Share Anywhere”, then I would have to say that “do more with what you already have” is its mantra, though that is certainly implicit. I talk a bunch about doing more with your investments in ArcGIS, but should focus on exploring doing more with your people and yourself. An employee’s value to a company is measured by more than just performance against a job description. They can provide feedback and observations that have no places on forms or tables in the company’s database which can be extremely valuable.  An aspect of a workforce to consider is its potential for distributed intelligence collection. By “intelligence”, I don’t necessarily imply anything covert or clandestine, but rather collecting information that is relevant to the efficient operation of the company. TerraGo provides tools and capabilities that facilitate the collection, recording, and sharing of observations and information, both ad hoc and structured. There are, of course, many systems for collecting data, but they tend to be closed loop, working within certain systems and paradigms for bespoke purposes.  TerraGo, historically, extended systems already in place to meet wider audiences and provision those audience with powerful location-enabled tools to let them do more with what they got from those systems. Use Publisher in ArcMap to make a GeoPDF map that can be shared , interacted with, and marked up in Toolbar in Reader, transforming what would be an otherwise static document into a data collection tool.

(more…)

When will GIS disappear?

Wednesday, September 2nd, 2015

Geographic Information Systems (or one of the other subtle variants of the acronym) will never disappear completely, but they should be more invisible than they are. It’s remarkable how long the apparent (and mostly false) dichotomy between that’s what’s spatial and that’s what not spatial has persisted. Having spent a good part of my career letting people integrate place into their workflows and systems, however, I can understand why it’s there, however. There are thousands of different coordinate systems with their different purposes, etc., and one person’s place exactly where they think it should be is not where another might expect it to be. Further complicating things are units like rods and chains and feet (really, feet are still used, in some places. And there is more than one foot to choose from!). A grad for good measure (pi/200 of a radian, in case you were wondering). Making that all go away for people for whom that’s a raft of irrelevant implementation details is actually pretty hard work, and I have the source code to prove it.

The reason that it’s important to hide as much of this kind of stuff when it’s not relevant is that the complexity of normal GIS workflows, worldview, and thinking prevent the adoption of location based capabilities in workflows in non-GIS contexts, which actually makes it harder for GIS and its champions to deliver value in proportion to the investments made in them or to their potential. In fact, I’d go farther to assert that it throws up barriers to adoption even in GIS contexts, because I see it all the time. It’s just a little too much of a pain to do this, that, or the other, so I’ll just jot it down on this paper form here…

(more…)

My, how the maps have changed…

Monday, August 31st, 2015

It wasn’t too long ago that maps were a dark art, reserved for things like surveying, tactical operations and family road trips. Remember? And to obtain one of these map things you had to order it (as in postage), go to a truck stop or have it printed especially for you. It might’ve taken weeks to get it. It was paper (laminated if you were lucky) and probably reflected data from when your great grandpappy was runnin’ hooch through the hills of Dawson County.

That’s what we had to work with and we were thankful for it. I guess…

Fast-forward a few years: Need to check a live traffic feed before you head out of the office? Hit-up Google Maps. Need to see if that sharknado is headed your way? Check the live Weather radar map. Need to find your friends at a football tailgate? Turn on your friend finder map/app (??mapp??). It’s all so easy now and right at our finger tips. And oh-by-the-way this ain’t hooch data, IT’S LIVE DATA!

(more…)




© 2024 Internet Business Systems, Inc.
670 Aberdeen Way, Milpitas, CA 95035
+1 (408) 882-6554 — Contact Us, or visit our other sites:
TechJobsCafe - Technical Jobs and Resumes EDACafe - Electronic Design Automation GISCafe - Geographical Information Services  MCADCafe - Mechanical Design and Engineering ShareCG - Share Computer Graphic (CG) Animation, 3D Art and 3D Models
  Privacy PolicyAdvertise