Sean Gillies
f62b5f4a24
Update docs to show GDAL_CACHEMAX requires number of bytes
2020-10-27 15:21:26 -06:00
Mark Boer
14f837533b
docs: Concurrent read/write update ( #2010 )
...
* update the threadpool example
* add benchmark number, done a VM with 4 cores
* fixes threading typo and adds a little more background on what multhreading is trying to achieve
2020-10-22 15:03:09 -06:00
Guillaume Lostis
3568c9fd86
Fix stale links ( #2021 )
2020-10-20 09:57:56 -06:00
Sean Gillies
bb106e903a
Merge branch 'maint-1.1'
2020-09-09 08:39:18 -06:00
Sean Gillies
a701f56bfd
Replace num_cols, num_rows with width, height
...
Resolves #1978
2020-08-17 11:14:01 -06:00
Guillaume Lostis
6f9e6fe092
Resampling docs typo ( #1902 )
...
* Fix error in resampling example
* Fix typo in resampling doc
* Introduce sphinx autodoc links in resampling.rst
2020-04-14 13:52:42 -06:00
Guillaume Lostis
aabb4dd1ce
Resampling docs typo ( #1902 )
...
* Fix error in resampling example
* Fix typo in resampling doc
* Introduce sphinx autodoc links in resampling.rst
2020-04-14 13:50:43 -06:00
Sean Gillies
07b25aac52
Resolves #1830
2020-03-20 13:42:49 -06:00
Sean Gillies
dea2ed88f3
Resolves #1830
2020-03-20 13:41:48 -06:00
Sean Gillies
f1c681054e
Resolves #1854
2020-03-13 10:31:47 -06:00
Sean Gillies
08dad6c5f2
Resolves #1854
2020-03-13 10:29:24 -06:00
Jonas
49c5ae5d3a
replace broken resampling example with working one ( #1804 )
...
* replace broken resampling example with working one
* clarify scaling factor function
2020-03-13 10:27:44 -06:00
Pratik Yadav
69280e3b7e
alphabetic order of cli docs ( #1865 )
2020-02-11 16:09:57 -07:00
Sean Gillies
d4e13f4ba4
Activate your conda environments
2019-12-16 14:29:17 -07:00
Sean Gillies
226e45cec6
Update faq.rst
2019-12-16 14:00:30 -07:00
Jonas
78a0e66e48
replace broken resampling example with working one ( #1804 )
...
* replace broken resampling example with working one
* clarify scaling factor function
2019-10-11 13:15:21 -06:00
Nikolai Janakiev
b47e3f880b
Fix GDAL data model link ( #1795 )
2019-10-02 08:37:57 -06:00
Guillaume Lostis
bed880553f
Docs ( #1771 )
...
* Remove rasterio.vfs from doc
* Fix broken links in doc
* Fix typos in doc
* Update CLI doc
* Use rst links in doc
2019-09-09 14:15:27 -06:00
Sean Gillies
096cb4878f
Merge branch 'master' of github.com:mapbox/rasterio
2019-08-06 18:43:19 -06:00
Sean Gillies
073339ce57
Merge branch 'maint-1.0'
2019-08-06 18:42:38 -06:00
Sean Gillies
0b4229c59d
Resolve #1683
2019-07-29 16:36:56 -06:00
Raaj Tilak Sarma
953b9bdb08
typo fix ( #1730 )
...
change `resampling` to `Resampling`
2019-07-23 10:25:50 -06:00
Sean Gillies
a2ea156b76
Note block width and height restrictions
2019-05-22 11:41:44 -06:00
Sean Gillies
1aeef56e23
Merge branch 'maint-1.0'
2019-05-15 22:22:42 -06:00
Sean Gillies
2ff5710b7a
Update resampling doc
...
Resolves #1596
2019-05-15 17:31:55 -06:00
Sean Gillies
eebf54b74f
Add Window import example
2019-05-06 13:41:47 -06:00
Sean Gillies
a84d5e1b2b
Merge branch 'maint-1.0'
2019-03-29 17:14:02 -06:00
Sean Gillies
71315fc9b6
Add links to API docs from quickstart guide
...
Also fix the repr of some CRS objects.
2019-03-29 17:02:26 -06:00
Sean Gillies
73a7c84131
Go back to True at the end of the config topic
2019-03-04 10:27:44 -07:00
Sean Gillies
73390f2b33
Fix improper usage and add docs for the BIGTIFF option
...
Resolves #1647
2019-03-04 10:24:45 -07:00
Sean Gillies
9f128bc0da
More details
2019-02-15 12:30:17 -07:00
Sean Gillies
ac715ee853
Better notes about pip and conda
2019-02-15 12:08:57 -07:00
Sean Gillies
318a71d7d9
Use RST code-block
2019-02-14 20:03:05 -07:00
Sean Gillies
4d57e7cf24
Add an FAQ
2019-02-14 19:44:51 -07:00
jaredairbusaerial
1f9ad120e4
band_one is not defined in the walkthrough ( #1598 )
...
band1 is defined earlier in the walkthrough but band_one is not. Calling band_one[row, col] results in an error. Changed band_one to band1.
2019-01-14 10:50:30 -07:00
Sean Gillies
0e5e7c96a5
Remove unneeded copy
2019-01-07 13:55:04 -07:00
Sean Gillies
51494a628b
Merge branch 'maint-1.0'
2018-12-17 08:58:40 -07:00
Sean Gillies
fe2f4c4597
Switch arg order in example, resolving #1584
2018-12-17 08:57:52 -07:00
Pablo Sanfilippo
1f38c18724
Fixed typo in topics/windowed-rw ( #1566 )
2018-12-03 13:17:42 -07:00
James McBride
e5457cc1aa
Fix small typo in migration doc (masks -> mask) ( #1564 )
2018-11-30 08:17:19 -07:00
Robert Sare
fe83185830
Add window_transform example ( #1558 )
2018-11-21 15:26:55 -07:00
Denis Rykov
a7c312cc32
Add info about GDAL_TIFF_OVR_BLOCKSIZE to docs ( #1518 )
2018-10-24 11:48:11 -06:00
Sean C. Gillies
6af040e91d
Remove plt override
...
Replacing #1469
2018-09-24 10:42:38 -06:00
Denis Rykov
73adcb20b0
Add example of using rio warp for south-up images ( #1414 )
2018-07-23 13:05:45 -06:00
Sean C. Gillies
1978dce81f
Resolves #1408
2018-07-09 10:45:33 -06:00
Sean C. Gillies
30aeba0e40
Fix profiles topic and bump version
2018-07-03 13:04:05 -06:00
Sean C. Gillies
d8e9392d4f
Fix deprecated usage in Rasterio and docs
2018-06-04 08:25:59 -07:00
Sean Gillies
a7fff10047
API doc cleanup and switch to napoleon
2018-05-26 23:30:13 -06:00
Sean Gillies
a64f69201b
Merge branch 'master' into issue1175
2018-05-24 16:27:59 -06:00
Sean C. Gillies
ba7b4f76b1
Deprecate creation kwds in profiles
...
Addresses concerns raised in #1332
2018-05-24 13:57:27 -06:00