Le National Agriculture Imagery Program (NAIP) acquiert des images aériennes pendant les saisons de croissance agricole dans la partie continentale des États-Unis.
Les projets NAIP sont attribués chaque année en fonction des fonds disponibles et du cycle d'acquisition d'images. Depuis 2003, les données NAIP sont acquises sur un cycle de cinq ans. L'année 2008 a été une année de transition, et un cycle de trois ans a commencé en 2009.
Les images NAIP sont acquises à une distance d'échantillonnage au sol (GSD) d'un mètre, avec une précision horizontale correspondant à six mètres des points de contrôle au sol photo-identifiables, qui sont utilisés lors de l'inspection des images.
Les images plus anciennes ont été collectées à l'aide de trois bandes (rouge, verte et bleue : RVB), mais les images plus récentes sont généralement collectées avec une bande infrarouge proche supplémentaire (RVBN). Les ID d'assets RVB commencent par "n", les ID d'assets NRG commencent par "c" et les ID d'assets RVBN commencent par "m_".
Certaines images plus anciennes ont une taille de pixel au sol de 2 mètres.
Bracelets
Taille des pixels 0,6 mètre
Bandes de fréquences
Nom
Unités
Taille des pixels
Description
R
dn
mètres
Rouge
G
dn
mètres
Vert
B
dn
mètres
Bleu
N
dn
mètres
Proche infrarouge
Conditions d'utilisation
Conditions d'utilisation
La plupart des informations présentées sur le site Web de la FSA sont considérées comme des informations du domaine public. Les informations du domaine public peuvent être distribuées ou copiées librement, mais il est demandé d'indiquer les crédits photo/image appropriés. Pour en savoir plus, consultez le site Web FSA Policies and Links.
Les utilisateurs doivent reconnaître le centre d'affaires, les opérations d'entreprise géospatiales de production et de conservation des exploitations agricoles de l'USDA lorsqu'ils utilisent ou distribuent cet ensemble de données.
Citations
Citations :
USDA Farm Production and Conservation – Business Center, Geospatial Enterprise Operations
Le National Agriculture Imagery Program (NAIP) acquiert des images aériennes pendant les saisons de croissance agricole dans la partie continentale des États-Unis. Les projets NAIP sont attribués chaque année en fonction des fonds disponibles et du cycle d'acquisition d'images. Depuis 2003, le programme NAIP est acquis sur un cycle de cinq ans. 2008 a été une année de transition, et une …
[null,null,[],[[["\u003cp\u003eThe National Agriculture Imagery Program (NAIP) provides high-resolution aerial imagery of the continental U.S. during agricultural growing seasons.\u003c/p\u003e\n"],["\u003cp\u003eImagery is acquired at a one-meter ground sample distance (GSD) with a horizontal accuracy within six meters of ground control points.\u003c/p\u003e\n"],["\u003cp\u003eNAIP imagery is available from 2002 to 2023 and includes 3-band (RGB) and 4-band (RGBN) options, with some older images having a 2-meter GSD.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is provided by the USDA Farm Production and Conservation - Business Center, Geospatial Enterprise Operations, and is considered public domain information.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access and analyze NAIP imagery using the Google Earth Engine platform.\u003c/p\u003e\n"]]],[],null,["# NAIP: National Agriculture Imagery Program\n\nDataset Availability\n: 2002-06-15T00:00:00Z--2023-11-17T00:00:00Z\n\nDataset Provider\n:\n\n\n [USDA Farm Production and Conservation - Business Center, Geospatial Enterprise Operations](https://naip-usdaonline.hub.arcgis.com/)\n\nTags\n:\n [agriculture](/earth-engine/datasets/tags/agriculture) [highres](/earth-engine/datasets/tags/highres) [imagery](/earth-engine/datasets/tags/imagery) [orthophotos](/earth-engine/datasets/tags/orthophotos) [usda](/earth-engine/datasets/tags/usda) \n aerial \n fpac \nnaip \n\n#### Description\n\nThe National Agriculture Imagery Program (NAIP) acquires aerial imagery\nduring the agricultural growing seasons in the continental U.S.\n\nNAIP projects are contracted each year based upon available funding and the\nimagery acquisition cycle. Beginning in 2003, NAIP was acquired on\na 5-year cycle. 2008 was a transition year, and a three-year cycle began\nin 2009.\n\nNAIP imagery is acquired at a one-meter ground sample distance (GSD) with a\nhorizontal accuracy that matches within six meters of photo-identifiable\nground control points, which are used during image inspection.\n\nOlder images were collected using 3 bands (Red, Green, and Blue: RGB), but\nnewer imagery is usually collected with an additional near-infrared band\n(RGBN). RGB asset ids begin with 'n*', NRG asset ids begin with 'c*', RGBN\nasset ids begin with 'm_'.\n\nSome older images have GSD of 2 meters.\n\n### Bands\n\n\n**Pixel Size**\n\n0.6 meters\n\n**Bands**\n\n| Name | Units | Pixel Size | Description |\n|------|-------|------------|---------------|\n| `R` | dn | meters | Red |\n| `G` | dn | meters | Green |\n| `B` | dn | meters | Blue |\n| `N` | dn | meters | Near infrared |\n\n### Terms of Use\n\n**Terms of Use**\n\nMost information presented on the FSA Web site is considered public domain\ninformation. Public domain information may be freely distributed or copied,\nbut use of appropriate byline/photo/image credits is requested. For more\ninformation visit the\n[FSA Policies and Links](https://www.fsa.usda.gov/help/policies-and-links)\nwebsite.\n\nUsers should acknowledge USDA Farm Production and Conservation -\nBusiness Center, Geospatial Enterprise Operations when using or\ndistributing this data set.\n\n### Citations\n\nCitations:\n\n- USDA Farm Production and Conservation - Business Center, Geospatial Enterprise Operations\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.ImageCollection('USDA/NAIP/DOQQ')\n .filter(ee.Filter.date('2017-01-01', '2018-12-31'));\nvar trueColor = dataset.select(['R', 'G', 'B']);\nvar trueColorVis = {\n min: 0,\n max: 255,\n};\nMap.setCenter(-73.9958, 40.7278, 15);\nMap.addLayer(trueColor, trueColorVis, 'True Color');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USDA/USDA_NAIP_DOQQ) \n[NAIP: National Agriculture Imagery Program](/earth-engine/datasets/catalog/USDA_NAIP_DOQQ) \nThe National Agriculture Imagery Program (NAIP) acquires aerial imagery during the agricultural growing seasons in the continental U.S. NAIP projects are contracted each year based upon available funding and the imagery acquisition cycle. Beginning in 2003, NAIP was acquired on a 5-year cycle. 2008 was a transition year, and a ... \nUSDA/NAIP/DOQQ, agriculture,highres,imagery,orthophotos,usda \n2002-06-15T00:00:00Z/2023-11-17T00:00:00Z \n24.42 -124.84 49.72 -64.82 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://naip-usdaonline.hub.arcgis.com/)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USDA_NAIP_DOQQ)"]]