Data about data
13
votes
5answers
487 views
How to make a GIS inventory?
My office will be seeing a big change in its GIS section. This section has been operational since the 1980's and has a huge collection of GIS data (i.e., shapefiles, raster files, data, etc) but never ...
12
votes
2answers
454 views
Where is Wikipedia's coordinate information stored, and how can I retrieve it?
Background: I'd like to add icons to my map showing locations which have Wikipedia entries.
The WikiLocation API is a great resource for determining Wiki entries near an XY location, but it has ...
10
votes
2answers
442 views
Metadata -auto build using python
We have a large (10,000 plus) repository of spatial data (shp/gdb/tab vectors and ecw/tif rasters and also las, xyz and DEM data) where some have metadata records in xml using anzlic metadata editor. ...
9
votes
2answers
795 views
Transform metadata in xml format to html
I extract metadata from the GDB_UserMetadata SDE table. Now I want to transform that xml to html so that I can view it from my browser. To do that I use the ISO.xsl stylesheet found in C:\Program ...
8
votes
5answers
514 views
Looking for a Metadata Editor
Looking for a free open source metadata editor for the development of an enterprise database. It will mostly be used for documenting shapefiles and GeoTIFFs. Hoping that it will be an intuitive ...
8
votes
3answers
145 views
are there UML models of the OGC standards available online (native files not pdfs)
Last time I checked, there were only PDFs with class diagrams available on the net (downloadable for at least 140 swiss francs a piece) , but not the UML models in a native format of a database ...
8
votes
2answers
158 views
Metadata for paper maps
In GeoNetwork/ISO 19115, how do you describe physical access parameters for a physical paper map (i.e. of type CI_PresentationFormCode==mapHardcopy)?
For example I want to be able to find the map ...
8
votes
2answers
286 views
PostGIS (2.0?) - Native Versioning of the Datastore
I recently have been surprised to see there are not too many solutions at all discussing the best methods of versioning datastores which are made available for editing.
I am looking for a robust, ...
7
votes
1answer
211 views
Comparison of metadata styles available in ArcGIS
I'm looking for an overview of the differences between the editable metadata styles available in ArcCatalog. Were the diferent styles developed for use by specific groups of users? Are there any ...
6
votes
2answers
968 views
Is anyone successfully using arcpy.ExportMetadata_conversion?
I don't know if it is a bug or my lack of python skills, but I keep getting 'ERROR 000816 The tool is not valid' in my python script when I call ExportMetadata_conversion
Initially, I was attempting ...
6
votes
1answer
121 views
Standard for storing human metadata in spatial databases
Is there an existing, standard, universal approach (and hopefully existing tools that support managing it) for storing geospatial metadata in non-ESRI spatial databases alongside (and therefore able ...
6
votes
1answer
590 views
Create metadata for multiple datasets simultaneously in ArcGIS 10
I am trying to find a way to create metadata through Arc Catalog for multiple datasets simultaneously. I'm working within a file geodatabase, which composes of multiple feature classes and rasters. ...
6
votes
1answer
322 views
Metadata server and spatial server - a must?
I have been using ArcMap (only) for the past two years (read: newbie) in the oil and gas (upstream) industry.
I currently have about 200 GB of files (shp, tif, grids, a few fgdb, all sitting in a ...
5
votes
4answers
1k views
Programmatically edit/update metadata in ArcGIS 10
Has anyone succeeded in programmatically updating metadata in ArcGIS 10? Considering using Python/arcpy but ArcObjects (C# or Python/comtypes) is also a possibility.
I need to update both the FGDC ...
5
votes
5answers
888 views
Is ANZLIC Metadata supported using the new approach of ArcGIS 10.x?
I like the new approach to metadata at ArcGIS 10 because I fall into the camp that prefers minimal metadata for many purposes, but like to have the option to work with more comprehensive standards ...
5
votes
2answers
668 views
ArcGIS metadata creation scripts
I maintain metadata as I always have....inconsistently and sporadically.. I know...booh to me. Anyways, I know python can pull all kinds of info out of mxd in V10. Has anybody come up with some ...
5
votes
3answers
145 views
how to parse a XML Document file associated with the shapefile into a PostGIS/PostgreSQL table
I have a shapefile, and information on its attributes is stored in a XML Document format. For example, the attribute of COUNTY is stored as follows:
-<attr>
...
4
votes
5answers
2k views
How do I export metadata to HTML format via ArcGIS 10?
In ArcGIS 9.3, it was easy to export metadata into an HTML format. In ArcGIS 10, it looks like everything is in XML format and that there's no easy way to convert the XML to HTML.
Has anyone ...
4
votes
1answer
298 views
Creating a table containing all filenames (and possibly metadata) in a File Geodatabase
I need to create a metadata-table for all files in a File Geodatabase or Spatial Database. It would be awesome if it were possible to automatically be updated with new filenames, and possibly even ...
4
votes
1answer
111 views
Access Metadata from ArcSDE-tables using python
Is it possible to access the metadata of a feature class in a ArcSDE-data, using arcpy / python (on Arcgis 10.0).
I suppose I could export the metadata to xml and parse the xml, but is there a more ...
4
votes
1answer
33 views
ArcGIS - Is It Possible To “Lock” Metadata
I've been asked by a customer if I can "lock" the metadata in their various geodatasets. I immediately asked why, and was told that they don't want other organizations/users editing/deleting certain ...
4
votes
2answers
309 views
Update Multiple Metadata Tags at Once
ArcGIS 10 SP3
Hello! I have read the other posts in this forum about updating metadata programmatically, and have examined Esri's help topics regarding xslt stylesheets to update metadata, but am ...
4
votes
2answers
586 views
Is ESRI metadata standard compatible with GeoNetwork metadata standard?
Is ESRI metadata standard compatible with GeoNetwork metadata standard? if yes how do i update the Geonetwork metadata using Arc-Catalogue 10 Metadata xml?
4
votes
1answer
208 views
How to limit the number of items to enter metadata on when importing from GeoServer into GeoNetwork
We are a library looking at using GeoServer and GeoNetwork as the basis of a GIS repository/catalog. When we enter layers in GeoServer and then harvest using GeoNetwork, we end up with a large number ...
3
votes
1answer
213 views
How to read/write ENVI metadata using GDAL?
I am trying to use GDAL to read and write images in ENVI format (for example a .bsq file with an associated .hdr file). The GDAL Formats Info page states "Starting with GDAL 1.10, all ENVI header ...
3
votes
1answer
754 views
Add or Import Metadata to a shapefile
Is there a way to add metadata to a shapefile in Qgis?
I have the shape file and an xml metadata file and I want to import in shape file.
3
votes
1answer
252 views
How to Edit custom help in ArcGIS ModelBuilder?
I have created a model in ArcGIS model-builder with a certain number of layers specified as parameters. When I launch the model from the tool-box, I would like to edit the information in the right ...
3
votes
1answer
100 views
How to automate FGDC metadata generation in ArcGIS?
Does anyone know of a tool or script to automate FGDC standard metadata for ArcGIS? I would like to be able to select multiple feature classes and fill company info., dates, etc.
3
votes
0answers
37 views
ArcToolbox Metadata. How does this work?
I've created several python scripts and created tools from them.
I have a custom toolbox that contains all of my tools.
I add this toolbox to the ArcToolbox window in ArcCatalog.
I want to create ...
3
votes
0answers
75 views
How do I write XML metadata with Python?
Some Python software I have written generates raster files via GDAL. I would like the software to create an XML metadata file for each raster so that I can include details about how the raster was ...
2
votes
2answers
38 views
Are there any examples of the Esri GeoPortal REST API in use?
Are they any public examples of sites built on top of the Esri GeoPortal's REST API?
I would like to use the back-end functionality of the GeoPortal to manage the metadata, but serve it up using a ...
2
votes
1answer
47 views
How to document GIS analysis?
New to QGIS & GIS-meta
While I know I can annotate within a map, what is being used for documenting your work:sources of data, choices of color/per layer with each map made ( thinking along the ...
2
votes
1answer
50 views
Display ArcSDE-metadata in Browser
Is there a good tool / technique to display ArcSDE-metadata in a webbrowser?
We want to provide user without GIS-knowledge with a user friendly tool to explore our SDE metadata catalog. We are using ...
2
votes
1answer
43 views
Importing metadata from HTML into ArcCatalog fails
I downloaded restricted areas shapefile from here:
https://webgis.dme.qld.gov.au/webgis/webqmin/viewer.htm
It came with a rst.html file, which, on opening, displayed a page exactly the same as the ...
2
votes
1answer
91 views
Can you add more than one contact in FGDC compliant metadata?
I am new to following FGDC metadata standards. I have received an SDSFIE compliant geodatabase. My job is to build on this geodatabase. Each feature class already has FGDC compliant metadata. As I ...
1
vote
3answers
145 views
ways to access and download the metadata of OpenStreetMaps
Does anyone know if there are any good methods or apps to access and download the metadata of OSM from desktop?
Many thanks!
1
vote
1answer
42 views
Column “osm_meta” in osm2po 4.6.9
What's the utility of *osm_meta* column in osm2po (Version: 4.6.9) generated data?
Thanks in advance!
1
vote
2answers
952 views
Metadata for Bing Maps Aerial in ArcGIS
Is there a way to dynamically pull up metadata on the Bing Maps Aerial web mapping service in ArcGIS? I am working at a 1:245 scale across various locations in OR and CA and need to know if Bing's ...
1
vote
2answers
304 views
View ArcGIS 10 metadata in SharePoint 2010
Does anyone know how I can view the "FGDC CSDGM"-compliant metadata in SharePoint 2010?
I know I can copy the metadata output since it's an html file but that's not what I want. I want SharePoint 2010 ...
1
vote
2answers
280 views
Getting the Correlated FeatureDataRecord (or meta-data) for a Given Geometry?
I'm using SharpMap 2.0, and I'm successfully loading a shapefile and parsing through it. The particular shape file that I'm working with has about 700 polygons in it, and each of those polygons has ...
1
vote
2answers
179 views
Where should the data update date be entered into the FGDC metadata form (esri)?
if you've edited data recently (a gdb feature class), either spatial or tabular, and you want to capture the "update date" and possibly a note about what was updated, without overwriting the ...
1
vote
1answer
67 views
How do you create an ArcCatalog-friendly xml metadata file from a url metadata?
How do you take metadata information from a url like this and create an xml file that ArcCatalog's "import xml" metadata tool will accept? I have tried a few variations on pasting the url information ...
1
vote
0answers
65 views
how to introduce LDAP after installing esri geoportal(windows)
I have already installed ESRI Geoportal version 1.2.1 and I am upgrading it to 1.2.2. The 1.2.1 version is also customized according to the needs. This version was installed using single administrator ...
1
vote
0answers
73 views
Can I export a layer's field value to metadata ?
Is there a way around for me to export a layer that has the field name "Quadname" and export it to metadata to capture all the quads names? I am looking for that to work on my metadata using Arcgis ...
1
vote
0answers
65 views
How to track raw data deliveries and determine when all input data has been delivered and is ready for processing [closed]
When working with large amounts of raw input data for your analysis, how do you track data from different sources and covering different geographic extents to determine when you can proceed with the ...
0
votes
1answer
61 views
How can I find and fix broken raster metadata using QGIS?
I have a raster (TIFF) hillshade image that I would like to use in a mapping project. However, I'm having a hard time lining it up properly in QGIS. Through a series of investigations, I have ...
0
votes
0answers
21 views
GDAL: add metadata to Bands when creating new GeoTIFF
This is a metadata question :-).
I am processing airborne laser scanning full-waveform data to extract information and I store this information by creating a multiband GeoTIFF using GDAL. I will have ...
0
votes
1answer
24 views
Writing iso19139 compliant xml metadata from a spreadsheet
I am looking at a way to migrate the metadata from a spreadsheet into iso19139 compliant xml metadata documents for a collection of shapefiles. I can parse the data out of the spreadsheet into strings ...
0
votes
0answers
17 views
Extract information from an external hard drive and save as a file as a Data Catalog or metadata [duplicate]
Is there a way around for me to get the information from an external hard drive and save it to a file such as ms excel ? Sort of like metadata but gives details about each file like raster, vector, ...
0
votes
0answers
31 views
can't get sum of cells [duplicate]
Possible Duplicate:
Sum of pixels in QGIS
In QGIS 1.8, when I open any raster's properties window, under "metadata" I see there is a parameter called "sum of cells", however, regardless of ...



