This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cribbed from: hortongn/3518faa5a9d638f83141 | |
Configure Jetty for Sufia | |
rake jetty:stop; rake jetty:clean; rake sufia:jetty:config; rake jetty:start | |
Add Fits to your path | |
export PATH=$PATH:<path to Fits> | |
Add OpenOffice executable (soffice) to path | |
export PATH=$PATH:/Applications/LibreOffice.app/Contents/MacOS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:14.04 | |
MAINTAINER Eliot Jordan <[email protected]> | |
RUN apt-get update && apt-get -y install \ | |
unzip \ | |
wget \ | |
git \ | |
curl \ | |
libpq-dev \ | |
postgresql-client \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## From http://support.esri.com/en/knowledgebase/techarticles/detail/40831 | |
import arcpy, os, string | |
def CopyDatasets(start_db,end_db,num): | |
#Set workspaces | |
arcpy.env.workspace = start_db | |
wk2 = end_db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
Entity and Attribute Information | |
eainfo (/metadata/eainfo) | |
From: | |
http://www.fgdc.gov/schemas/metadata/fgdc-std-001-1998-sect05.xsd | |
http://www.fgdc.gov/metadata/csdgm/05.html | |
--> | |
<g:element xmlns:g="http://www.esri.com/geoportal/gxe" xmlns:h="http://www.esri.com/geoportal/gxe/html" g:targetName="eainfo" g:i18nBase="catalog.fgdc.eainfo" g:label="$i18nBase" g:extends="$base/core/xml/Element.xml"> |
NewerOlder