[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20051013: IDV: saving new map projections

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 20051013: IDV: saving new map projections
  • Date: Thu, 13 Oct 2005 14:13:18 -0600

>From: Stuart Wier <address@hidden>
>Organization: UNAVCO
>Keywords: 200510132007.j9DK7O7s012540

Hi Stu-

>When trying to save a new map projection there is an error window that says
>
>An error has occurred: Saving projections /ucar/unidata/apps/geon/projections.
> xml
>  (No such file or directory)
>
>I do not use a "/ucar/unidata?" path. How can I save a projection?

What does your default RBI file have for an entry for projections?
By default, the writable resource is the last loaded.  Usually
that is %USERPATH%/projections.xml.  If you want to save projections,
you'll need to include that as well as your default:

  <!-- The list of projection table xml files  -->
  <resources name="application.resource.projections">
    <resource location="%USERPATH%/projections.xml"/>
    <resource location="%APPPATH%/projections.xml"/>
  </resources>

(guessing that you are setting apppath to /ucar/unidata/apps/geon, or
that is where GeonIdv is located).  

Don Murray
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.