This Python script (Shape2DJI_Pilot_KML.py) will scan a directory, find all the ESRI shapefiles (.shp), reproject to EPSG 4326 (geographic coordinate system WGS84 ellipsoid), create an output directory and make a new Keyhole Markup Language (.kml) file for every line or polygon found in the files. These new *.kml files are compatible with DJI Pilot 2 on the Smart Controller (e.g., for M300 RTK). The *.kml files created directly by ArcGIS or QGIS are not currently compatible with DJI Pilot.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
GIS2DJI is a Python 3 program created to exports GIS files to a simple kml compatible with DJI pilot. The software is provided with a GUI. GIS2DJI has been tested with the following file formats: gpkg, shp, mif, tab, geojson, gml, kml and kmz. GIS_2_DJI will scan every file, every layer and every geometry collection (ie: MultiPoints) and create one output kml or kmz for each object found. It will import points, lines and polygons, and converted each object into a compatible DJI kml file. Lines and polygons will be exported as kml files. Points will be converted as PseudoPoints.kml. A PseudoPoints fools DJI to import a point as it thinks it's a line with 0 length. This allows you to import points in mapping missions. Points will also be exported as Point.kmz because PseudoPoints are not visible in a GIS or in Google Earth. The .kmz file format should make points compatible with some DJI mission software.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Introduction
Geographical scale, in terms of spatial extent, provide a basis for other branches of science. This dataset contains newly proposed geographical and geological GIS boundaries for the Pan-Tibetan Highlands (new proposed name for the High Mountain Asia), based on geological and geomorphological features. This region comprises the Tibetan Plateau and three adjacent mountain regions: the Himalaya, Hengduan Mountains and Mountains of Central Asia, and boundaries are also given for each subregion individually. The dataset will benefit quantitative spatial analysis by providing a well-defined geographical scale for other branches of research, aiding cross-disciplinary comparisons and synthesis, as well as reproducibility of research results.
The dataset comprises three subsets, and we provide three data formats (.shp, .geojson and .kmz) for each of them. Shapefile format (.shp) was generated in ArcGIS Pro, and the other two were converted from shapefile, the conversion steps refer to 'Data processing' section below. The following is a description of the three subsets:
(1) The GIS boundaries we newly defined of the Pan-Tibetan Highlands and its four constituent sub-regions, i.e. the Tibetan Plateau, Himalaya, Hengduan Mountains and the Mountains of Central Asia. All files are placed in the "Pan-Tibetan Highlands (Liu et al._2022)" folder.
(2) We also provide GIS boundaries that were applied by other studies (cited in Fig. 3 of our work) in the folder "Tibetan Plateau and adjacent mountains (Others’ definitions)". If these data is used, please cite the relevent paper accrodingly. In addition, it is worthy to note that the GIS boundaries of Hengduan Mountains (Li et al. 1987a) and Mountains of Central Asia (Foggin et al. 2021) were newly generated in our study using Georeferencing toolbox in ArcGIS Pro.
(3) Geological assemblages and characters of the Pan-Tibetan Highlands, including Cratons and micro-continental blocks (Fig. S1), plus sutures, faults and thrusts (Fig. 4), are placed in the "Pan-Tibetan Highlands (geological files)" folder.
Note: High Mountain Asia: The name ‘High Mountain Asia’ is the only direct synonym of Pan-Tibetan Highlands, but this term is both grammatically awkward and somewhat misleading, and hence the term ‘Pan-Tibetan Highlands’ is here proposed to replace it. Third Pole: The first use of the term ‘Third Pole’ was in reference to the Himalaya by Kurz & Montandon (1933), but the usage was subsequently broadened to the Tibetan Plateau or the whole of the Pan-Tibetan Highlands. The mainstream scientific literature refer the ‘Third Pole’ to the region encompassing the Tibetan Plateau, Himalaya, Hengduan Mountains, Karakoram, Hindu Kush and Pamir. This definition was surpported by geological strcture (Main Pamir Thrust) in the western part, and generally overlaps with the ‘Tibetan Plateau’ sensu lato defined by some previous studies, but is more specific.
More discussion and reference about names please refer to the paper. The figures (Figs. 3, 4, S1) mentioned above were attached in the end of this document.
Data processing
We provide three data formats. Conversion of shapefile data to kmz format was done in ArcGIS Pro. We used the Layer to KML tool in Conversion Toolbox to convert the shapefile to kmz format. Conversion of shapefile data to geojson format was done in R. We read the data using the shapefile function of the raster package, and wrote it as a geojson file using the geojson_write function in the geojsonio package.
Version
Version 2022.1.
Acknowledgements
This study was supported by the Strategic Priority Research Program of Chinese Academy of Sciences (XDB31010000), the National Natural Science Foundation of China (41971071), the Key Research Program of Frontier Sciences, CAS (ZDBS-LY-7001). We are grateful to our coauthors insightful discussion and comments. We also want to thank professors Jed Kaplan, Yin An, Dai Erfu, Zhang Guoqing, Peter Cawood, Tobias Bolch and Marc Foggin for suggestions and providing GIS files.
Citation
Liu, J., Milne, R. I., Zhu, G. F., Spicer, R. A., Wambulwa, M. C., Wu, Z. Y., Li, D. Z. (2022). Name and scale matters: Clarifying the geography of Tibetan Plateau and adjacent mountain regions. Global and Planetary Change, In revision
Jie Liu & Guangfu Zhu. (2022). Geographical and geological GIS boundaries of the Tibetan Plateau and adjacent mountain regions (Version 2022.1). https://doi.org/10.5281/zenodo.6432940
Contacts
Dr. Jie LIU: E-mail: liujie@mail.kib.ac.cn;
Mr. Guangfu ZHU: zhuguangfu@mail.kib.ac.cn
Institution: Kunming Institute of Botany, Chinese Academy of Sciences
Address: 132# Lanhei Road, Heilongtan, Kunming 650201, Yunnan, China
Copyright
This dataset is available under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
The geopusher extension for CKAN automatically converts KML and Shapefile resources uploaded to a CKAN instance into GeoJSON resources. This conversion process allows users to easily access and utilize geospatial data in a modern, web-friendly format without needing to manually reformat the files. The extension operates as a celery task, meaning it can be configured to run automatically when resources are added or updated within CKAN. Key Features: Automatic GeoJSON Conversion: Converts KML and Shapefile resource uploads into GeoJSON format, increasing data usability and accessibility. Celery Task Integration: Operates as a Celery task, enabling asynchronous and automatic conversion upon resource creation or update and allowing other asynchronous operations to be processed at defined times. Batch Conversion: Provides functionality to convert all Shapefile resources on a CKAN instance or a specific subset of datasets at once. Technical Integration: The geopusher extension integrates with CKAN by listening to resource update events. The celery daemon needs to be running for automatic conversion to occur. The extension requires GDAL to be installed on the server to handle the geospatial data conversion. The README shows that the installation and usage involve updating the CKAN configuration Benefits & Impact: By automatically converting geospatial data into GeoJSON, the geopusher extension simplifies the use of KML and Shapefile data within web applications. This automation reduces manual effort, increases accessibility, and helps users to more readily integrate CKAN data into mapping and analysis tools. The automatic conversion ensures that when geospatial data is uploaded to a CKAN repository, users are able to immediately access the data in a suitable format for a wide range of web-based mapping applications, supporting improved data dissemination and collaboration.
This polygon files contains 2015-2016 school-year data delineating school attendance boundaries. These data were collected and processed as part of the School Attendance Boundary Survey (SABS) project which was funded by NCES to create geography delineating school attendance boundaries. Original source information that was used to create these boundary files were collected were collected over a web-based self-reporting system, through e-mail, and mailed paper maps. The web application provided instructions and assistance to users via a user guide, a frequently asked questions document, and instructional videos. Boundaries supplied outside of the online reporting system typically fell into one of six categories: a digital geographic file, such as a shapefile or KML file; digital image files, such as jpegs and pdfs; narrative descriptions; an interactive web map; Excel or pdf address lists; and paper maps. 2015 TIGER/line features (that consist of streets, hydrography, railways, etc.) were used to digitize school attendance boundaries and was the primary source of information used to digitize analog information. This practice works well as most school attendance boundaries align with streets, railways, water bodies and similar line features included in the 2015 TIGER/line "edges" files. In those few cases in which a portion of a school attendance boundary serves both sides of a street contractor staff used Esri’s Imagery base map to estimate the property lines of parcels. The data digitized from analog maps and verbal descriptions do not conform to cadastral data (and many of the original GIS files created by school districts do not conform with cadastral or parcel data).The SABS 2015-2016 file uses the WGS 1984 Web Mercator Auxiliary Sphere coordinate system.Additional information about SABS can be found on the EDGE website.The SABS dataset is intended for research purposes only and reflects a single snapshot in time. School boundaries frequently change from year to year. To verify legal descriptions of boundaries, users must contact the school district directly.All information contained in this file is in the public domain. Data users are advised to review NCES program documentation and feature class metadata to understand the limitations and appropriate use of these data.
GEODATA TOPO 250K Series 3 is a vector representation of the major features appearing on 1:250,000 scale NATMAP topographic maps and is supplied in various formats over a defined area. It is primarily designed to provide high quality data for mapping and GIS professionals. Data includes powerlines and pipelines and is supplied for commercial GIS and public use in the formats described below. GEODATA TOPO 250K Series 3 is available as a packaged product in Personal Geodatabase, ArcView Shapefile or MapInfo TAB file formats. Each package includes data arranged in ten main themes - cartography, elevation, framework, habitation, hydrography, infrastructure, terrain, transport, utility and vegetation. Data is also available as GEODATA TOPO 250K Series 3 for Google Earth in .kml format for use on Google Earth TM Mapping Service. All data is based on GDA94 coordinate system, however .kml format data has been converted to WGS84. Use of GEODATA TOPO 250K Series 3 is subject to a licence, the full terms of which are contained within the package. Interactive Maps, Geoscience Australia`s on-line map download system, delivering free download of seamless data. MapConnect will allow you to select a specific area (subject to parameters) and themes or select individual tiles for download. Data will be available in GML and Shape file formats. Customised 250K GEODATA is available where requirements are not met by the packaged or Interactive Maps options. The price will be determined after assessing your needs - contact the Geoscience Australia Sales Centre. Alternately, we may refer you to a third party supplier. Packaged product formats - Personal geodatabase (Geocat # 63999), Shapefiles (Geocat # 64058), TAB files (Geocat # 64059), KML files for use with Google Earth (Geocat # 65137). Product Specifications Themes: Cartography, Elevation, Framework, Habitation, Hydrography, Infrastructure, Terrain, Transport, Utility and Vegetation Coverage: National (Powerlines not available in South Australia) Currency: Data has a currency of less than five years for any location Coordinates: Geographical Datum: Geocentric Datum of Australia (GDA94) Formats: Personal Geodatabase, ArcView Shapefile and MapInfo TAB Medium: Packaged DVD ROM ($99 per package) or online via Interactive Maps Previous Version: Replaces GEODATA TOPO 250K Series 2
This map presents transportation data, including highways, roads, railroads, and airports for the world.
The map was developed by Esri using Esri highway data; Garmin basemap layers; HERE street data for North America, Europe, Australia, New Zealand, South America and Central America, India, most of the Middle East and Asia, and select countries in Africa. Data for Pacific Island nations and the remaining countries of Africa was sourced from OpenStreetMap contributors. Specific country list and documentation of Esri's process for including OSM data is available to view.
You can add this layer on top of any imagery, such as the Esri World Imagery map service, to provide a useful reference overlay that also includes street labels at the largest scales. (At the largest scales, the line symbols representing the streets and roads are automatically hidden and only the labels showing the names of streets and roads are shown). Imagery With Labels basemap in the basemap dropdown in the ArcGIS web and mobile clients does not include this World Transportation map. If you use the Imagery With Labels basemap in your map and you want to have road and street names, simply add this World Transportation layer into your map. It is designed to be drawn underneath the labels in the Imagery With Labels basemap, and that is how it will be drawn if you manually add it into your web map.
Open Jackson is the City of Jackson's open data portal to find facts, figures, and maps related to our lives within the city. We are working to make this the default technology platform to support the publication of the City's public information, in the form of data, and to make this information easy to find, access, and use by a broad audience. The release of Open Jackson marks the culminating point of our efforts to transition to a transparent government. We will continue our work to curate high-quality and up-to-date datasets and develop a platform that is widely accessible. If you have feedback, please contact [email protected]. In 2015, a new law created the online open data portal to increase transparency and accountability in Jackson by making key information easily accessible and usable to both city officials and citizens. Click here to view the Jackson Open Data Policy. You may use the search bar at the top of the page to find data. Once you find a dataset you would like to download, select the data and view the available download options. Datasets can also be filtered to display only the features of the dataset that you are interested in for download. Data is offered for download in several formats. Spatial and tabular data formats (CSV, KML, shapefile, and JSON) are available for use in GIS and other applications. Mobile users may require additional software to view downloaded data. To edit a shapefile on an iOS device, users will need to unzip the file with an app such as iZip and then open the file in a viewer/editor such as iGIS. By using data made available through this site, the user agrees to all the conditions stated in the following paragraphs as well as the terms and conditions described under the City of Jackson homepage. The data made available has been modified for use from its original source, which is the City of Jackson. The City of Jackson makes no claims as to the completeness, accuracy, timeliness, or content of any data contained in this application; makes no representation of any kind, including, but not limited to, warranty of the accuracy or fitness for a particular use; nor are any such warranties to be implied or inferred with respect to the information or data furnished herein. The data is subject to change as modifications and updates are complete. It is understood that the information contained in the site is being used at one's own risk. The City of Jackson reserves the right to discontinue providing any or all of the data feeds at any time and to require the termination of any and all displaying, distributing or otherwise using any or all of the data for any reason including, without limitation, your violation of any provision of these Terms of Use. If you have questions, suggestions, requests or any other feedback, please contact or email at [email protected]
The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. American Indian tribal subdivisions are administrative subdivisions of federally recognized American Indian reservations/off-reservation trust lands or Oklahoma tribal statistical areas (OTSAs). These entities are internal units of self-government and/or administration that serve social, cultural, and/or economic purposes for the American Indian tribe or tribes on the reservations/off-reservation trust lands or OTSAs. The Census Bureau obtains the boundary and attribute information for tribal subdivisions on federally recognized American Indian reservations and off-reservation trust lands from federally recognized tribal governments through the Census Bureau's Boundary and Annexation Survey (BAS). For the 2020 Census, the boundaries for tribal subdivisions on OTSAs were also obtained from federally recognized tribal governments through the Participant Statistical Areas Program (PSAP). Note that tribal subdivisions do not exist on all reservations/off-reservation trust lands or OTSAs, rather only where they were submitted to the Census Bureau by the federally recognized tribal government for that area. The boundaries for American Indian tribal subdivisions are as of January 1, 2020, as reported by the federally recognized tribal governments through the Census Bureau's Boundary and Annexation Survey (BAS). The boundaries for tribal subdivisions on OTSAs are those reported as of January 1, 2020 through PSAP.
Mineral resource occurrence data covering the world, most thoroughly within the U.S. This database contains the records previously provided in the Mineral Resource Data System (MRDS) of USGS and the Mineral Availability System/Mineral Industry Locator System (MAS/MILS) originated in the U.S. Bureau of Mines, which is now part of USGS. The MRDS is a large and complex relational database developed over several decades by hundreds of researchers and reporters. While database records describe mineral resources worldwide, the compilation of information was intended to cover the United States completely, and its coverage of resources in other countries is incomplete. The content of MRDS records was drawn from reports previously published or made available to USGS researchers. Some of those original source materials are no longer available. The information contained in MRDS was intended to reflect the reports used as sources and is current only as of the date of those source reports. Consequently MRDS does not reflect up-to-date changes to the operating status of mines, ownership, land status, production figures and estimates of reserves and resources, or the nature, size, and extent of workings. Information on the geological characteristics of the mineral resource are likely to remain correct, but aspects involving human activity are likely to be out of date.
Emprise du terrain d'Ifremer à Sète. Dessinée à partir de google earth (image satellite de 11/08/2006 tele atlas) Export en kml et conversion en shp à l'aide de l'outil en ligne : http://freegeographytools.com/2009/online-kml-to-shapefile-converter
Historically, access to the Homeland Infrastructure Foundation-Level Data (HIFLD) has been restricted to applicants meeting a variety of criteria, such as working for a federal government agency, or state emergency management agency. With the release of their new ArcGIS Online Open Data website, the HIFLD has made data previously contained within the Homeland Security Infrastructure Program (HSIP) databases available, and open, to the public. Currently, there are over 270 datasets available that can be downloaded in a variety of proprietary and open data formats, such as a Shapefile, CSV, and KML. All datasets are also available as APIs, such as GeoJSON and GeoServices which allows data to be easily added to web applications. All data are separated into a variety of useful categories such as agriculture, emergency services, natural hazards, and ground transportation, to name a few. Once a dataset is selected, users can read a detailed description of the data, preview the data in the map window, preview the attribute table, and select to download data by map area, or filtered attributes. Once the data has been filtered, or once a focus area has been selected by the user, the data can either be downloaded or opened in ArcGIS Online.
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
New political and administrative boundaries Shapefile of Nepal. Downloaded and republished from the Survey Department website.
The Digital Geologic-GIS Map of San Miguel Island, California is composed of GIS data layers and GIS tables, and is available in the following GRI-supported GIS data formats: 1.) a 10.1 file geodatabase (smis_geology.gdb), a 2.) Open Geospatial Consortium (OGC) geopackage, and 3.) 2.2 KMZ/KML file for use in Google Earth, however, this format version of the map is limited in data layers presented and in access to GRI ancillary table information. The file geodatabase format is supported with a 1.) ArcGIS Pro map file (.mapx) file (smis_geology.mapx) and individual Pro layer (.lyrx) files (for each GIS data layer), as well as with a 2.) 10.1 ArcMap (.mxd) map document (smis_geology.mxd) and individual 10.1 layer (.lyr) files (for each GIS data layer). The OGC geopackage is supported with a QGIS project (.qgz) file. Upon request, the GIS data is also available in ESRI 10.1 shapefile format. Contact Stephanie O'Meara (see contact information below) to acquire the GIS data in these GIS data formats. In addition to the GIS data and supporting GIS files, three additional files comprise a GRI digital geologic-GIS dataset or map: 1.) this file (chis_geology_gis_readme.pdf), 2.) the GRI ancillary map information document (.pdf) file (chis_geology.pdf) which contains geologic unit descriptions, as well as other ancillary map information and graphics from the source map(s) used by the GRI in the production of the GRI digital geologic-GIS data for the park, and 3.) a user-friendly FAQ PDF version of the metadata (smis_geology_metadata_faq.pdf). Please read the chis_geology_gis_readme.pdf for information pertaining to the proper extraction of the GIS data and other map files. Google Earth software is available for free at: https://www.google.com/earth/versions/. QGIS software is available for free at: https://www.qgis.org/en/site/. Users are encouraged to only use the Google Earth data for basic visualization, and to use the GIS data for any type of data analysis or investigation. The data were completed as a component of the Geologic Resources Inventory (GRI) program, a National Park Service (NPS) Inventory and Monitoring (I&M) Division funded program that is administered by the NPS Geologic Resources Division (GRD). For a complete listing of GRI products visit the GRI publications webpage: For a complete listing of GRI products visit the GRI publications webpage: https://www.nps.gov/subjects/geology/geologic-resources-inventory-products.htm. For more information about the Geologic Resources Inventory Program visit the GRI webpage: https://www.nps.gov/subjects/geology/gri,htm. At the bottom of that webpage is a "Contact Us" link if you need additional information. You may also directly contact the program coordinator, Jason Kenworthy (jason_kenworthy@nps.gov). Source geologic maps and data used to complete this GRI digital dataset were provided by the following: American Association of Petroleum Geologists. Detailed information concerning the sources used and their contribution the GRI product are listed in the Source Citation section(s) of this metadata record (smis_geology_metadata.txt or smis_geology_metadata_faq.pdf). Users of this data are cautioned about the locational accuracy of features within this dataset. Based on the source map scale of 1:24,000 and United States National Map Accuracy Standards features are within (horizontally) 12.2 meters or 40 feet of their actual location as presented by this dataset. Users of this data should thus not assume the location of features is exactly where they are portrayed in Google Earth, ArcGIS, QGIS or other software used to display this dataset. All GIS and ancillary tables were produced as per the NPS GRI Geology-GIS Geodatabase Data Model v. 2.3. (available at: https://www.nps.gov/articles/gri-geodatabase-model.htm).
Map showing the locations of bus stops, shelters and park and ride facilities within the city boundary of Aberdeen. Data is based on fixed locations of stops and contains stop references and service information.
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
USA Railroads is a comprehensive database of the nation's railway system at 1:24,000 to 1:100,000 scale. The data set covers all 50 States plus the District of Columbia.This hosted feature service displays at scales up to 1:1,500,000.
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
Open data is the first step to an informed, transparent, and engaged floodplain management community throughout the United States and territories. Explore our data and tools, provide feedback on what you would like to see next, and find out about opportunities to get involved.This site provides floodplain management geospatial data that can be useful to support community preparedness, resiliency, research, and more. The data is available for download as CSV, KML, Shapefile, and accessible via web services to support application development and data visualization.
For updates about floodplain management data, guidance on metadata, and known
shapefile conversion issues, please contact Martin Waysome at martin.waysome@fema.dhs.gov.Hub Page Lineage:Site Last Major Update: 02/29/2024 Site Initial Creation: Created by Quentin Cummings (quentin.cummings@fema.dhs.gov) 01/22/2022Site Management: Martin Waysome, 01/02/2023
To download the surficial geology polygons click the download options button on the right. To download associated files click on the 'more' button below to expand this description and scroll down to the end, select your file and then click on the download options button. This surficial geology map is the Minnesota Geological Survey's D-01 Surficial Geology, a database that is continuously updated. The original D-01 Surficial Geology started with the S-23 Geologic Map of Minnesota - Quaternary Geology but the data has now been updated to the D-01 Surficial Geology. The D-01 Surficial geology is a product of compiled and edge-matched mapping from 1:100,000 scale MGS Quaternary maps. The data is stored at MGS as a database of lines, labels and polygons. This dataset will be updated as new MGS mapping becomes available. The polygon file and the associated layers in the database is available to the general public and can be downloaded and new maps produced online, but is not editable. To download the surficial geology GIS data go to D-01 Surficial Geology and click on the download button. You will be allowed to save the file as a KML or Shapefile. To download the layer file that is associated with the Surficial Geology click for layer here and select the Open in ArcGIS Desktop. Then pick your platform and the file will download to your computer.
The Digital Geologic-GIS Map of Isle Royale National Park and Vicinity, Michigan is composed of GIS data layers and GIS tables, and is available in the following GRI-supported GIS data formats: 1.) a 10.1 file geodatabase (isro_geology.gdb), a 2.) Open Geospatial Consortium (OGC) geopackage, and 3.) 2.2 KMZ/KML file for use in Google Earth, however, this format version of the map is limited in data layers presented and in access to GRI ancillary table information. The file geodatabase format is supported with a 1.) ArcGIS Pro map file (.mapx) file (isro_geology.mapx) and individual Pro layer (.lyrx) files (for each GIS data layer), as well as with a 2.) 10.1 ArcMap (.mxd) map document (isro_geology.mxd) and individual 10.1 layer (.lyr) files (for each GIS data layer). The OGC geopackage is supported with a QGIS project (.qgz) file. Upon request, the GIS data is also available in ESRI 10.1 shapefile format. Contact Stephanie O'Meara (see contact information below) to acquire the GIS data in these GIS data formats. In addition to the GIS data and supporting GIS files, three additional files comprise a GRI digital geologic-GIS dataset or map: 1.) A GIS readme file (isro_geology_gis_readme.pdf), 2.) the GRI ancillary map information document (.pdf) file (isro_geology.pdf) which contains geologic unit descriptions, as well as other ancillary map information and graphics from the source map(s) used by the GRI in the production of the GRI digital geologic-GIS data for the park, and 3.) a user-friendly FAQ PDF version of the metadata (isro_geology_metadata_faq.pdf). Please read the isro_geology_gis_readme.pdf for information pertaining to the proper extraction of the GIS data and other map files. Google Earth software is available for free at: https://www.google.com/earth/versions/. QGIS software is available for free at: https://www.qgis.org/en/site/. Users are encouraged to only use the Google Earth data for basic visualization, and to use the GIS data for any type of data analysis or investigation. The data were completed as a component of the Geologic Resources Inventory (GRI) program, a National Park Service (NPS) Inventory and Monitoring (I&M) Division funded program that is administered by the NPS Geologic Resources Division (GRD). For a complete listing of GRI products visit the GRI publications webpage: For a complete listing of GRI products visit the GRI publications webpage: https://www.nps.gov/subjects/geology/geologic-resources-inventory-products.htm. For more information about the Geologic Resources Inventory Program visit the GRI webpage: https://www.nps.gov/subjects/geology/gri,htm. At the bottom of that webpage is a "Contact Us" link if you need additional information. You may also directly contact the program coordinator, Jason Kenworthy (jason_kenworthy@nps.gov). Source geologic maps and data used to complete this GRI digital dataset were provided by the following: U.S. Geological Survey. Detailed information concerning the sources used and their contribution the GRI product are listed in the Source Citation section(s) of this metadata record (isro_geology_metadata.txt or isro_geology_metadata_faq.pdf). Users of this data are cautioned about the locational accuracy of features within this dataset. Based on the source map scale of 1:62,500 and United States National Map Accuracy Standards features are within (horizontally) 31.8 meters or 104.2 feet of their actual location as presented by this dataset. Users of this data should thus not assume the location of features is exactly where they are portrayed in Google Earth, ArcGIS, QGIS or other software used to display this dataset. All GIS and ancillary tables were produced as per the NPS GRI Geology-GIS Geodatabase Data Model v. 2.3. (available at: https://www.nps.gov/articles/gri-geodatabase-model.htm).
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
U.S. Census BlocksThis feature layer, utilizing National Geospatial Data Asset (NGDA) data from the U.S. Census Bureau (USCB), displays Census Blocks in the United States. A brief description of Census Blocks, per USCB, is that "Census blocks are statistical areas bounded by visible features such as roads, streams, and railroad tracks, and by nonvisible boundaries such as property lines, city, township, school district, county limits and short line-of-sight extensions of roads." Also, "the smallest level of geography you can get basic demographic data for, such as total population by age, sex, and race."Census Block 1007Data currency: This cached Esri federal service is checked weekly for updates from its enterprise federal source (Census Blocks) and will support mapping, analysis, data exports and OGC API – Feature access.NGDAID: 69 (Series Information for 2020 Census Block State-based TIGER/Line Shapefiles, Current)OGC API Features Link: (U.S. Census Blocks - OGC Features) copy this link to embed it in OGC Compliant viewersFor more information, please visit: What are census blocksFor feedback please contact: Esri_US_Federal_Data@esri.comNGDA Data SetThis data set is part of the NGDA Governmental Units, and Administrative and Statistical Boundaries Theme Community. Per the Federal Geospatial Data Committee (FGDC), this theme is defined as the "boundaries that delineate geographic areas for uses such as governance and the general provision of services (e.g., states, American Indian reservations, counties, cities, towns, etc.), administration and/or for a specific purpose (e.g., congressional districts, school districts, fire districts, Alaska Native Regional Corporations, etc.), and/or provision of statistical data (census tracts, census blocks, metropolitan and micropolitan statistical areas, etc.). Boundaries for these various types of geographic areas are either defined through a documented legal description or through criteria and guidelines. Other boundaries may include international limits, those of federal land ownership, the extent of administrative regions for various federal agencies, as well as the jurisdictional offshore limits of U.S. sovereignty. Boundaries associated solely with natural resources and/or cultural entities are excluded from this theme and are included in the appropriate subject themes."For other NGDA Content: Esri Federal Datasets
This Python script (Shape2DJI_Pilot_KML.py) will scan a directory, find all the ESRI shapefiles (.shp), reproject to EPSG 4326 (geographic coordinate system WGS84 ellipsoid), create an output directory and make a new Keyhole Markup Language (.kml) file for every line or polygon found in the files. These new *.kml files are compatible with DJI Pilot 2 on the Smart Controller (e.g., for M300 RTK). The *.kml files created directly by ArcGIS or QGIS are not currently compatible with DJI Pilot.